Skip to content

Commit

Permalink
drm/amd/display: Don't fail validation for SIGNAL_TYPE_VIRTUAL
Browse files Browse the repository at this point in the history
Change-Id: Ic8c814fcb8a18aaf34b8da87abbcc8529b6cb02e
Signed-off-by: Yongqiang Sun <yongqiang.sun@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
  • Loading branch information
Yongqiang Sun authored and Alex Deucher committed Jan 9, 2017
1 parent b960aec commit d855287
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/gpu/drm/amd/display/dc/dce/dce_link_encoder.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d855287

Please sign in to comment.