summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/include/logger_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/amd/display/include/logger_interface.h')
-rw-r--r--drivers/gpu/drm/amd/display/include/logger_interface.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/gpu/drm/amd/display/include/logger_interface.h b/drivers/gpu/drm/amd/display/include/logger_interface.h
index beb790937769..93c8556358f0 100644
--- a/drivers/gpu/drm/amd/display/include/logger_interface.h
+++ b/drivers/gpu/drm/amd/display/include/logger_interface.h
@@ -76,23 +76,23 @@ void logger_write(struct dal_logger *logger,
void *paralist);
void pre_surface_trace(
- const struct dc *dc,
+ struct dc *dc,
const struct dc_plane_state *const *plane_states,
int surface_count);
void update_surface_trace(
- const struct dc *dc,
+ struct dc *dc,
const struct dc_surface_update *updates,
int surface_count);
-void post_surface_trace(const struct dc *dc);
+void post_surface_trace(struct dc *dc);
void context_timing_trace(
- const struct dc *dc,
+ struct dc *dc,
struct resource_context *res_ctx);
void context_clock_trace(
- const struct dc *dc,
+ struct dc *dc,
struct validate_context *context);
/* Any function which is empty or have incomplete implementation should be