Home
last modified time | relevance | path

Searched refs:detected_hpd_without_ddc (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_mode.h536 bool detected_hpd_without_ddc; /* if an HPD signal was detected on DVI, but ddc probing failed */ member
H A Damdgpu_connectors.c1019 if (amdgpu_connector->detected_hpd_without_ddc) { in amdgpu_connector_dvi_detect()
1021 amdgpu_connector->detected_hpd_without_ddc = false; in amdgpu_connector_dvi_detect()
1040 amdgpu_connector->detected_hpd_without_ddc = true; in amdgpu_connector_dvi_detect()
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_connectors.c1244 if (radeon_connector->detected_hpd_without_ddc) { in radeon_dvi_detect()
1246 radeon_connector->detected_hpd_without_ddc = false; in radeon_dvi_detect()
1264 radeon_connector->detected_hpd_without_ddc = true; in radeon_dvi_detect()
H A Dradeon_mode.h528 bool detected_hpd_without_ddc; /* if an HPD signal was detected on DVI, but ddc probing failed */ member