Searched refs:detected_hpd_without_ddc (Results 1 - 4 of 4) sorted by last modified time

/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_mode.h528 bool detected_hpd_without_ddc; /* if an HPD signal was detected on DVI, but ddc probing failed */ member in struct:radeon_connector
H A Dradeon_connectors.c1244 if (radeon_connector->detected_hpd_without_ddc) {
1246 radeon_connector->detected_hpd_without_ddc = false;
1264 radeon_connector->detected_hpd_without_ddc = true;
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_mode.h629 bool detected_hpd_without_ddc; /* if an HPD signal was detected on DVI, but ddc probing failed */ member in struct:amdgpu_connector
H A Damdgpu_connectors.c1050 if (amdgpu_connector->detected_hpd_without_ddc) {
1052 amdgpu_connector->detected_hpd_without_ddc = false;
1071 amdgpu_connector->detected_hpd_without_ddc = true;

Completed in 166 milliseconds