aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
diff options
context:
space:
mode:
authorHarry Wentland <[email protected]>2017-07-24 18:04:27 +0000
committerAlex Deucher <[email protected]>2017-09-26 22:15:37 +0000
commitb73a22d3257f9ec237c46be12d74b58d5a925d8c (patch)
treec55b0c423db3ed022bb5b6fa1f56828eba378bd2 /drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
parentdrm/amd/display: Roll sink struct into core_sink (diff)
downloadkernel-b73a22d3257f9ec237c46be12d74b58d5a925d8c.tar.gz
kernel-b73a22d3257f9ec237c46be12d74b58d5a925d8c.zip
drm/amd/display: Roll core_sink into dc_sink
Signed-off-by: Harry Wentland <[email protected]> Reviewed-by: Tony Cheng <[email protected]> Acked-by: Harry Wentland <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
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 {
int num_modes;
/* The 'old' sink - before an HPD.
* The 'current' sink is in dc_link->sink. */
- const struct dc_sink *dc_sink;
+ struct dc_sink *dc_sink;
struct dc_link *dc_link;
- const struct dc_sink *dc_em_sink;
+ struct dc_sink *dc_em_sink;
const struct dc_stream *stream;
void *con_priv;
bool dac_load_detect;