* [PATCH] drm/i915: Extend Fake HDMI live status to Valley View
@ 2016-05-20 15:25 James Stafford
0 siblings, 0 replies; only message in thread
From: James Stafford @ 2016-05-20 15:25 UTC (permalink / raw)
To: intel-gfx
On Atom E38xx based boards from two different manufacturers we have
encountered the HDMI display being disabled early during the boot process.
Extending the Fake HDMI live status to include Valley View chipsets
fixes this problem on both boards.
Signed-off-by: James Stafford <jstafford@ampltd.com>
---
drivers/gpu/drm/i915/intel_hdmi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/i915/intel_hdmi.c
b/drivers/gpu/drm/i915/intel_hdmi.c
index 6b52c6a..358f9b2 100644
--- a/drivers/gpu/drm/i915/intel_hdmi.c
+++ b/drivers/gpu/drm/i915/intel_hdmi.c
@@ -1507,7 +1507,7 @@ intel_hdmi_detect(struct drm_connector *connector,
bool force)
* So consider live_status only for certain platforms, for
* others, read EDID to determine presence of sink.
*/
- if (INTEL_INFO(dev_priv)->gen < 7 || IS_IVYBRIDGE(dev_priv))
+ if (INTEL_INFO(dev_priv)->gen < 7 || IS_IVYBRIDGE(dev_priv) ||
IS_VALLEYVIEW(dev_priv))
live_status = true;
}
--
2.7.4
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-05-20 15:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-20 15:25 [PATCH] drm/i915: Extend Fake HDMI live status to Valley View James Stafford
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox