提交 67a27705 编写于 作者: H Harry Wentland 提交者: Alex Deucher

drm/amd/display: We don't support interlace and doublescan

Don't tell DRM otherwise.
Signed-off-by: NHarry Wentland <harry.wentland@amd.com>
Acked-by: NHarry Wentland <Harry.Wentland@amd.com>
Reviewed-by: NTony Cheng <Tony.Cheng@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 f0828115
...@@ -1851,8 +1851,9 @@ void amdgpu_dm_connector_init_helper( ...@@ -1851,8 +1851,9 @@ void amdgpu_dm_connector_init_helper(
aconnector->connector_id = link_index; aconnector->connector_id = link_index;
aconnector->dc_link = link; aconnector->dc_link = link;
aconnector->base.interlace_allowed = true; aconnector->base.interlace_allowed = false;
aconnector->base.doublescan_allowed = true; aconnector->base.doublescan_allowed = false;
aconnector->base.stereo_allowed = false;
aconnector->base.dpms = DRM_MODE_DPMS_OFF; aconnector->base.dpms = DRM_MODE_DPMS_OFF;
aconnector->hpd.hpd = AMDGPU_HPD_NONE; /* not used */ aconnector->hpd.hpd = AMDGPU_HPD_NONE; /* not used */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册