drm/i915: Fake HDMI live status
authorShashank Sharma <shashank.sharma@intel.com>
Thu, 21 Apr 2016 11:18:32 +0000 (16:48 +0530)
committerJani Nikula <jani.nikula@intel.com>
Wed, 27 Apr 2016 07:56:13 +0000 (10:56 +0300)
commit60b3143c7cac7e8d2ca65c0b347466c5776395d1
treef38e85ab5431c2cfa8fcc4b96c305f5133fce098
parent992e7a41f9fcc7bcd10e7d346aee5ed7a2c241cb
drm/i915: Fake HDMI live status

This patch does the following:
- Fakes live status of HDMI as connected (even if that's not).
  While testing certain (monitor + cable) combinations with
  various intel  platforms, it seems that live status register
  doesn't work reliably on some older devices. So limit the
  live_status check for HDMI detection, only for platforms
  from gen7 onwards.

V2: restrict faking live_status to certain platforms
V3: (Ville)
   - keep the debug message for !live_status case
   - fix indentation of comment
   - remove "warning" from the debug message

    (Jani)
   - Change format of fix details in the commit message

Fixes: 237ed86c693d ("drm/i915: Check live status before reading edid")
Cc: stable@vger.kernel.org # v4.4
Suggested-by: Ville Syrjala <ville.syrjala@linux.intel.com>
Signed-off-by: Shashank Sharma <shashank.sharma@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1461237606-16491-1-git-send-email-shashank.sharma@intel.com
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
(cherry picked from commit 4f4a8185011773f7520d9916c6857db946e7f9d1)
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/intel_hdmi.c