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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/include/logger_interface.h b/drivers/gpu/drm/amd/display/include/logger_interface.h
index b58d30de8293..08a6911d3a3a 100644
--- a/drivers/gpu/drm/amd/display/include/logger_interface.h
+++ b/drivers/gpu/drm/amd/display/include/logger_interface.h
@@ -31,6 +31,7 @@
struct dc_context;
struct dc_link;
struct dc_surface_update;
+struct resource_context;
/*
*
@@ -85,6 +86,10 @@ void update_surface_trace(
void post_surface_trace(const struct dc *dc);
+void context_timing_trace(
+ const struct dc *dc,
+ struct resource_context *res_ctx);
+
/* Any function which is empty or have incomplete implementation should be
* marked by this macro.