diff options
author | Harry Wentland <[email protected]> | 2017-07-24 14:04:27 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2017-09-26 18:15:37 -0400 |
commit | b73a22d3257f9ec237c46be12d74b58d5a925d8c (patch) | |
tree | c55b0c423db3ed022bb5b6fa1f56828eba378bd2 /drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h | |
parent | 89899039356a645c1cebe5a454d3577aa1f42bf2 (diff) |
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.h | 4 |
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; |