mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-12 16:15:05 -04:00
drm/amd/display: Don't fail validation for SIGNAL_TYPE_VIRTUAL
Signed-off-by: Yongqiang Sun <yongqiang.sun@amd.com> Acked-by: Harry Wentland <Harry.Wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
c87af595c0
commit
546b9b619b
@@ -1053,6 +1053,9 @@ bool dce110_link_encoder_validate_output_with_stream(
|
||||
is_valid = dce110_link_encoder_validate_dp_output(
|
||||
enc110, &stream->public.timing);
|
||||
break;
|
||||
case SIGNAL_TYPE_VIRTUAL:
|
||||
is_valid = true;
|
||||
break;
|
||||
default:
|
||||
is_valid = false;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user