提交 b8a1d69c 编写于 作者: D Dave Airlie 提交者: Alex Deucher

amdgpu/dc: static constify update_surface_trace_level

Signed-off-by: NDave Airlie <airlied@redhat.com>
Reviewed-by: NHarry Wentland <harry.wentland@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 2dc3e4a8
......@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册