aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
diff options
context:
space:
mode:
authorHarry Wentland <harry.wentland@amd.com>2017-07-24 14:04:27 -0400
committerAlex Deucher <alexander.deucher@amd.com>2017-09-26 18:15:37 -0400
commitb73a22d3257f9ec237c46be12d74b58d5a925d8c (patch)
treec55b0c423db3ed022bb5b6fa1f56828eba378bd2 /drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
parent89899039356a645c1cebe5a454d3577aa1f42bf2 (diff)
drm/amd/display: Roll core_sink into dc_sink
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/amdgpu/amdgpu_mode.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
index c558f700df35..8d939e3b3f15 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
@@ -562,9 +562,9 @@ struct amdgpu_connector {
562 int num_modes; 562 int num_modes;
563 /* The 'old' sink - before an HPD. 563 /* The 'old' sink - before an HPD.
564 * The 'current' sink is in dc_link->sink. */ 564 * The 'current' sink is in dc_link->sink. */
565 const struct dc_sink *dc_sink; 565 struct dc_sink *dc_sink;
566 struct dc_link *dc_link; 566 struct dc_link *dc_link;
567 const struct dc_sink *dc_em_sink; 567 struct dc_sink *dc_em_sink;
568 const struct dc_stream *stream; 568 const struct dc_stream *stream;
569 void *con_priv; 569 void *con_priv;
570 bool dac_load_detect; 570 bool dac_load_detect;