mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
amdgpu/dc: static constify update_surface_trace_level
Signed-off-by: Dave Airlie <airlied@redhat.com> Reviewed-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
2dc3e4a86c
commit
b8a1d69ccb
@ -1172,7 +1172,7 @@ static struct dc_stream_status *stream_get_status(
|
||||
return NULL;
|
||||
}
|
||||
|
||||
enum surface_update_type update_surface_trace_level = UPDATE_TYPE_FULL;
|
||||
static const enum surface_update_type update_surface_trace_level = UPDATE_TYPE_FULL;
|
||||
|
||||
void dc_update_planes_and_stream(struct dc *dc,
|
||||
struct dc_surface_update *srf_updates, int surface_count,
|
||||
|
Loading…
Reference in New Issue
Block a user