drm/radeon: Retry DDC probing on DVI on failure if we got an HPD interrupt
[linux-2.6-block.git] / drivers / gpu / drm / radeon / radeon_mode.h
index 830e171c3a9e35c108f69acd2d4d45386033cd8b..0fa3e255a545fb133a2cf07a0ad397b74e859be4 100644 (file)
@@ -553,6 +553,7 @@ struct radeon_connector {
        void *con_priv;
        bool dac_load_detect;
        bool detected_by_load; /* if the connection status was determined by load */
+       bool detected_hpd_without_ddc; /* if an HPD signal was detected on DVI, but ddc probing failed */
        uint16_t connector_object_id;
        struct radeon_hpd hpd;
        struct radeon_router router;