summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/dc_state.h
diff options
context:
space:
mode:
authorDillon Varone <dillon.varone@amd.com>2024-03-11 19:37:57 +0300
committerAlex Deucher <alexander.deucher@amd.com>2024-03-27 08:36:37 +0300
commit9d43241953f729626a7d452417a2832092a9ec1d (patch)
tree262b530fce243c5e3bdd80dc788df58f45339a41 /drivers/gpu/drm/amd/display/dc/dc_state.h
parent8cffa89bd5e2827fefb0740a8375274230ad4c5f (diff)
downloadlinux-9d43241953f729626a7d452417a2832092a9ec1d.tar.xz
drm/amd/display: Refactor DML2 interfaces
[Why&How} Some interfaces needed changes to support future architectures. Reviewed-by: Chaitanya Dhere <chaitanya.dhere@amd.com> Acked-by: Tom Chung <chiahsuan.chung@amd.com> Signed-off-by: Dillon Varone <dillon.varone@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dc_state.h')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dc_state.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dc_state.h b/drivers/gpu/drm/amd/display/dc/dc_state.h
index 631d1a57263c..a8979c9defe4 100644
--- a/drivers/gpu/drm/amd/display/dc/dc_state.h
+++ b/drivers/gpu/drm/amd/display/dc/dc_state.h
@@ -39,12 +39,12 @@ void dc_state_destruct(struct dc_state *state);
void dc_state_retain(struct dc_state *state);
void dc_state_release(struct dc_state *state);
-enum dc_status dc_state_add_stream(struct dc *dc,
+enum dc_status dc_state_add_stream(const struct dc *dc,
struct dc_state *state,
struct dc_stream_state *stream);
enum dc_status dc_state_remove_stream(
- struct dc *dc,
+ const struct dc *dc,
struct dc_state *state,
struct dc_stream_state *stream);