提交 e91dbe3d 编写于 作者: D Ding Wang 提交者: Alex Deucher

drm/amd/display: Temporarily blocking interlacing mode until it's supported.

Signed-off-by: NDing Wang <Ding.Wang@amd.com>
Reviewed-by: NTony Cheng <Tony.Cheng@amd.com>
Acked-by: NHarry Wentland <Harry.Wentland@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 13625c7b
......@@ -1117,6 +1117,10 @@ bool dce110_timing_generator_validate_timing(
if (timing->timing_3d_format != TIMING_3D_FORMAT_NONE)
return false;
/* Temporarily blocking interlacing mode until it's supported */
if (timing->flags.INTERLACE == 1)
return false;
/* Check maximum number of pixels supported by Timing Generator
* (Currently will never fail, in order to fail needs display which
* needs more than 8192 horizontal and
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册