summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/core
diff options
context:
space:
mode:
authorHarry Wentland <harry.wentland@amd.com>2017-12-18 11:57:28 -0500
committerAlex Deucher <alexander.deucher@amd.com>2018-03-07 16:27:20 -0500
commit35c4c88ce8da738b1a9ade239f84dad181f2cf9f (patch)
tree9edfedd8684e7fb6e7c976a10105cc5f1075c9b7 /drivers/gpu/drm/amd/display/dc/core
parent0b395ddbce101459080d9e4b1932d179b36b4e7a (diff)
downloadop-kernel-dev-35c4c88ce8da738b1a9ade239f84dad181f2cf9f.zip
op-kernel-dev-35c4c88ce8da738b1a9ade239f84dad181f2cf9f.tar.gz
drm/amd/display: Pass signal directly to enable_tmds_output
This makes the check for HDMI and dual-link DVI a bit more straightforward. Signed-off-by: Harry Wentland <harry.wentland@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>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/core')
-rw-r--r--drivers/gpu/drm/amd/display/dc/core/dc_link.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/core/dc_link.c b/drivers/gpu/drm/amd/display/dc/core/dc_link.c
index a374282..be55461 100644
--- a/drivers/gpu/drm/amd/display/dc/core/dc_link.c
+++ b/drivers/gpu/drm/amd/display/dc/core/dc_link.c
@@ -1749,8 +1749,7 @@ static void enable_link_hdmi(struct pipe_ctx *pipe_ctx)
link->link_enc,
pipe_ctx->clock_source->id,
display_color_depth,
- pipe_ctx->stream->signal == SIGNAL_TYPE_HDMI_TYPE_A,
- pipe_ctx->stream->signal == SIGNAL_TYPE_DVI_DUAL_LINK,
+ pipe_ctx->stream->signal,
stream->phy_pix_clk);
if (pipe_ctx->stream->signal == SIGNAL_TYPE_HDMI_TYPE_A)
OpenPOWER on IntegriCloud