[Intel-gfx] [PATCH 0/5] HDMI detection fix backport

Imre Deak imre.deak at intel.com
Fri Nov 27 08:55:24 PST 2015


This is a backport of a fix for an HDMI detection problem, which was
introduced in v4.4-rc1, see the last patch for details. The fix for it
with its dependencies is in drm-intel-next-queued only, the patches here
are rebased versions of those on top of drm-intel-fixes. I had to
resolve some conflicts during rebasing, but non of those were functional
conflicts.

Imre Deak (3):
  drm/i915/ddi: fix intel_display_port_aux_power_domain() after HDMI
    detect
  drm/i915: add MISSING_CASE to a few port/aux power domain helpers
  drm/i915: take a power domain reference while checking the HDMI live
    status

Ville Syrjälä (2):
  drm/i915: Clean up AUX power domain handling
  drm/i915: Introduce a gmbus power domain

 drivers/gpu/drm/i915/i915_debugfs.c     |  2 ++
 drivers/gpu/drm/i915/i915_drv.h         |  1 +
 drivers/gpu/drm/i915/intel_display.c    | 52 ++++++++++++++++++++++++++++++++-
 drivers/gpu/drm/i915/intel_dp.c         | 48 +++++++++---------------------
 drivers/gpu/drm/i915/intel_drv.h        |  4 +--
 drivers/gpu/drm/i915/intel_hdmi.c       | 12 ++++----
 drivers/gpu/drm/i915/intel_i2c.c        |  6 ++--
 drivers/gpu/drm/i915/intel_runtime_pm.c | 34 +++------------------
 8 files changed, 84 insertions(+), 75 deletions(-)

-- 
2.5.0



More information about the Intel-gfx mailing list