]> rtime.felk.cvut.cz Git - linux-imx.git/blobdiff - drivers/gpu/drm/i915/intel_drv.h
drm/i915: (re)init HPD interrupt storm statistics
[linux-imx.git] / drivers / gpu / drm / i915 / intel_drv.h
index a124e05fb5810749a38c9054051f1f76a1b1d42c..7b97b9a1523e295ea1c3d6ddea53be3d8d225c55 100644 (file)
@@ -171,6 +171,10 @@ struct intel_connector {
 
        /* Cached EDID for eDP and LVDS. May hold ERR_PTR for invalid EDID. */
        struct edid *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 */
+       u8 polled;
 };
 
 struct intel_crtc_config {