drm/amd/display: We don't support interlace and doublescan
authorHarry Wentland <harry.wentland@amd.com>
Thu, 16 Feb 2017 15:37:00 +0000 (10:37 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 26 Sep 2017 21:16:58 +0000 (17:16 -0400)
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>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_types.c

index 862bbd7..008c7a5 100644 (file)
@@ -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 */