Hi Dave, a batch of Intel fixes for 3.15.
BR, Jani.
The following changes since commit a798c10faf62a505d24e5f6213fbaf904a39623f:
Linux 3.15-rc2 (2014-04-20 11:08:50 -0700)
are available in the git repository at:
git://anongit.freedesktop.org/drm-intel tags/drm-intel-fixes-2014-04-25
for you to fetch changes up to d30f066b98533842e48bef07734b211c964defc6:
drm/i915: Move all ring resets before setting the HWS page (2014-04-25 14:12:36 +0300)
---------------------------------------------------------------- Ben Widawsky (1): drm/i915: Allow full PPGTT with param override
Chris Wilson (2): drm/i915: Discard BIOS framebuffers too small to accommodate chosen mode drm/i915: Move all ring resets before setting the HWS page
Daniel Vetter (3): drm/i915: Don't check gmch state on inherited configs drm/i915: Sanitize the enable_ppgtt module option once drm/i915: Don't WARN nor handle unexpected hpd interrupts on gmch platforms
Paulo Zanoni (1): drm/i915: get power domain in case the BIOS enabled eDP VDD
Ville Syrjälä (1): drm/i915: Allow user modes to exceed DVI 165MHz limit
drivers/gpu/drm/i915/i915_gem_gtt.c | 32 ++++++++++++++----- drivers/gpu/drm/i915/i915_irq.c | 18 ++++++++--- drivers/gpu/drm/i915/i915_reg.h | 1 + drivers/gpu/drm/i915/intel_display.c | 23 +++++++++++--- drivers/gpu/drm/i915/intel_dp.c | 11 ++++++- drivers/gpu/drm/i915/intel_drv.h | 3 +- drivers/gpu/drm/i915/intel_fbdev.c | 10 ++++++ drivers/gpu/drm/i915/intel_hdmi.c | 9 +++--- drivers/gpu/drm/i915/intel_ringbuffer.c | 54 +++++++++++++++++++++------------ drivers/gpu/drm/i915/intel_ringbuffer.h | 1 + 10 files changed, 120 insertions(+), 42 deletions(-)
On Fri, 25 Apr 2014, Jani Nikula jani.nikula@intel.com wrote:
Daniel Vetter (3): drm/i915: Sanitize the enable_ppgtt module option once
Aww crap, our QA spotted a show stopper bug in this one, and I missed the bug report [1]. My bad, although I can't disagree with Chris' assessment in comment #1 of the bug.
Please ignore this pull request.
BR, Jani.
[1] https://bugs.freedesktop.org/show_bug.cgi?id=77916
On Fri, 25 Apr 2014, Jani Nikula jani.nikula@intel.com wrote:
On Fri, 25 Apr 2014, Jani Nikula jani.nikula@intel.com wrote:
Daniel Vetter (3): drm/i915: Sanitize the enable_ppgtt module option once
Aww crap, our QA spotted a show stopper bug in this one, and I missed the bug report [1]. My bad, although I can't disagree with Chris' assessment in comment #1 of the bug.
Please ignore this pull request.
Ok, now here's the same with the offending commit dropped to not stall the rest.
BR, Jani.
The following changes since commit a798c10faf62a505d24e5f6213fbaf904a39623f:
Linux 3.15-rc2 (2014-04-20 11:08:50 -0700)
are available in the git repository at:
git://anongit.freedesktop.org/drm-intel tags/drm-intel-fixes-2014-04-25
for you to fetch changes up to 78f2975eec9faff353a6194e854d3d39907bab68:
drm/i915: Move all ring resets before setting the HWS page (2014-04-25 16:01:14 +0300)
---------------------------------------------------------------- Ben Widawsky (1): drm/i915: Allow full PPGTT with param override
Chris Wilson (2): drm/i915: Discard BIOS framebuffers too small to accommodate chosen mode drm/i915: Move all ring resets before setting the HWS page
Daniel Vetter (2): drm/i915: Don't check gmch state on inherited configs drm/i915: Don't WARN nor handle unexpected hpd interrupts on gmch platforms
Paulo Zanoni (1): drm/i915: get power domain in case the BIOS enabled eDP VDD
Ville Syrjälä (1): drm/i915: Allow user modes to exceed DVI 165MHz limit
drivers/gpu/drm/i915/i915_gem_gtt.c | 2 +- drivers/gpu/drm/i915/i915_irq.c | 18 ++++++++--- drivers/gpu/drm/i915/i915_reg.h | 1 + drivers/gpu/drm/i915/intel_display.c | 23 +++++++++++--- drivers/gpu/drm/i915/intel_dp.c | 11 ++++++- drivers/gpu/drm/i915/intel_drv.h | 3 +- drivers/gpu/drm/i915/intel_fbdev.c | 10 ++++++ drivers/gpu/drm/i915/intel_hdmi.c | 9 +++--- drivers/gpu/drm/i915/intel_ringbuffer.c | 54 +++++++++++++++++++++------------ drivers/gpu/drm/i915/intel_ringbuffer.h | 1 + 10 files changed, 96 insertions(+), 36 deletions(-)
dri-devel@lists.freedesktop.org