mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 20:22:08 +02: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:
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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user