drm/i915/dp: Cache EDID for a detection cycle
[deliverable/linux.git] / drivers / gpu / drm / i915 / intel_drv.h
index 9570d688b5d8bd6b56d862c135d749adc24d0dfc..d727d20fc512c46a335d15e17a30d4cdadc9f7f2 100644 (file)
@@ -214,6 +214,7 @@ struct intel_connector {
 
        /* Cached EDID for eDP and LVDS. May hold ERR_PTR for invalid EDID. */
        struct edid *edid;
+       struct edid *detect_edid;
 
        /* since POLL and HPD connectors may use the same HPD line keep the native
           state of connector->polled in case hotplug storm detection changes it */
This page took 0.054126 seconds and 5 git commands to generate.