diff options
| author | Dillon Varone <dillon.varone@amd.com> | 2024-02-23 04:38:25 +0300 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2024-03-27 08:36:19 +0300 |
| commit | 8cffa89bd5e2827fefb0740a8375274230ad4c5f (patch) | |
| tree | 40a46801c718922dc24c732eae98619510e702f7 /drivers/gpu/drm/amd/display/dc/dc_state.h | |
| parent | fbc836cdbf9feaf15e84025c4ee52f425e861446 (diff) | |
| download | linux-8cffa89bd5e2827fefb0740a8375274230ad4c5f.tar.xz | |
drm/amd/display: Expand DML2 callbacks
[Why&How]
These additional callbacks to DC will be required for the DML2 wrapper. Also
consolidate common callbacks for projects to a single location for maintenance.
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dc_state.h b/drivers/gpu/drm/amd/display/dc/dc_state.h index d167fdbfa8a9..631d1a57263c 100644 --- a/drivers/gpu/drm/amd/display/dc/dc_state.h +++ b/drivers/gpu/drm/amd/display/dc/dc_state.h @@ -74,5 +74,5 @@ bool dc_state_add_all_planes_for_stream( struct dc_stream_status *dc_state_get_stream_status( struct dc_state *state, - struct dc_stream_state *stream); + const struct dc_stream_state *stream); #endif /* _DC_STATE_H_ */ |
