mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-17 05:26:13 +07:00
drm/amd/display: We don't support interlace and doublescan
Don't tell DRM otherwise. Signed-off-by: Harry Wentland <harry.wentland@amd.com> Acked-by: Harry Wentland <Harry.Wentland@amd.com> Reviewed-by: Tony Cheng <Tony.Cheng@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
f0828115ef
commit
67a277055b
@ -1851,8 +1851,9 @@ void amdgpu_dm_connector_init_helper(
|
||||
|
||||
aconnector->connector_id = link_index;
|
||||
aconnector->dc_link = link;
|
||||
aconnector->base.interlace_allowed = true;
|
||||
aconnector->base.doublescan_allowed = true;
|
||||
aconnector->base.interlace_allowed = false;
|
||||
aconnector->base.doublescan_allowed = false;
|
||||
aconnector->base.stereo_allowed = false;
|
||||
aconnector->base.dpms = DRM_MODE_DPMS_OFF;
|
||||
aconnector->hpd.hpd = AMDGPU_HPD_NONE; /* not used */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user