[PULL] drm-intel-fixes

Daniel Vetter daniel at ffwll.ch
Tue May 28 02:20:00 PDT 2013


On Thu, May 23, 2013 at 02:03:09PM +0200, Daniel Vetter wrote:
> Hi Dave,
> 
> A few fixes, nothing shocking:
> - More Haswell pci ids. Includes a pile of marketing spare ids (which
>   despite the spare moniker show up all over the place).
> - Fix a regression in handling modeset failures, resulting in black
>   screens on 3 pipe setups when we've run out of pch plls (Chris).
> - Fix up the setcrtc semantics to unconditionally enable the outputs.
>   Juding from git digging that has (kinda) always been the case and neatly
>   fixes a few long-standing (i.e. forever) bug reports (Imre).
> - jiffies_timeout + 1 patches from Imre. They partially fix spurious
>   wait_event failures in the interrupt-driven dp aux/i2c code. The other
>   part is a core patch for the wait_event macros going in through -mm. A
>   few patches more than strictly required since Imre is pushing for a
>   general solution in 3.11.
> 
> Cheers, Daniel

Update pull request (same sha1 but with a tag) so that I can pile new
patches on top (there's one I want to give some testing for a few days
first ...).

Cheers, Daniel


The following changes since commit c7788792a5e7b0d5d7f96d0766b4cb6112d47d75:

  Linux 3.10-rc2 (2013-05-20 14:37:38 -0700)

are available in the git repository at:

  git://people.freedesktop.org/~danvet/drm-intel tags/drm-intel-fixes-2013-05-28

for you to fetch changes up to 3598706b52cb45ba0a9e8aa99ce5ac59140f2b8b:

  drm/i915: avoid premature DP AUX timeouts (2013-05-22 13:51:26 +0200)

----------------------------------------------------------------
Chris Wilson (1):
      drm/i915: Propagate errors back from fb set-base

Imre Deak (5):
      drm/i915: force full modeset if the connector is in DPMS OFF mode
      drm/i915: add msecs_to_jiffies_timeout to guarantee minimum duration
      drm/i915: use msecs_to_jiffies_timeout instead of open coding the same
      drm/i915: avoid premature timeouts in __wait_seqno()
      drm/i915: avoid premature DP AUX timeouts

Rodrigo Vivi (1):
      drm/i915: Adding more reserved PCI IDs for Haswell.

 drivers/gpu/drm/i915/i915_drv.c      |   46 +++++++++++++++++++++++--------
 drivers/gpu/drm/i915/i915_drv.h      |   15 +++++++++++
 drivers/gpu/drm/i915/i915_gem.c      |    2 +-
 drivers/gpu/drm/i915/intel_display.c |   49 ++++++++++++++++++++++------------
 drivers/gpu/drm/i915/intel_dp.c      |    2 +-
 drivers/gpu/drm/i915/intel_i2c.c     |    5 ++--
 6 files changed, 87 insertions(+), 32 deletions(-)
-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch


More information about the dri-devel mailing list