drm/amd/display: Don't reject 3D timings
Signed-off-by: Andrew Jiang <Andrew.Jiang@amd.com> Reviewed-by: Tony Cheng <Tony.Cheng@amd.com> Acked-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
58fe8990fc
commit
1c72be981e
|
@ -496,9 +496,6 @@ static bool tgn10_validate_timing(
|
||||||
timing->timing_3d_format != TIMING_3D_FORMAT_INBAND_FA)
|
timing->timing_3d_format != TIMING_3D_FORMAT_INBAND_FA)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
if (timing->timing_3d_format != TIMING_3D_FORMAT_NONE &&
|
|
||||||
tg->ctx->dc->debug.disable_stereo_support)
|
|
||||||
return false;
|
|
||||||
/* Temporarily blocking interlacing mode until it's supported */
|
/* Temporarily blocking interlacing mode until it's supported */
|
||||||
if (timing->flags.INTERLACE == 1)
|
if (timing->flags.INTERLACE == 1)
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in New Issue