aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/include/logger_interface.h
diff options
context:
space:
mode:
authorDmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>2017-06-07 13:53:30 -0400
committerAlex Deucher <alexander.deucher@amd.com>2017-09-26 18:07:56 -0400
commitc9742685c24acd6d71cdda3067bfc2f512fe2b7c (patch)
tree85f29d35a50c5ea8e6d5a440f48a9f0097f0043d /drivers/gpu/drm/amd/display/include/logger_interface.h
parent11589813e6dfd72093d0e7f53114d6478f689d91 (diff)
drm/amd/display: add bw logging for dcn
Signed-off-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com> Reviewed-by: Tony Cheng <Tony.Cheng@amd.com> Acked-by: Harry Wentland <Harry.Wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/include/logger_interface.h')
-rw-r--r--drivers/gpu/drm/amd/display/include/logger_interface.h4
1 files changed, 4 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 08a6911d3a3a..b75c343f8680 100644
--- a/drivers/gpu/drm/amd/display/include/logger_interface.h
+++ b/drivers/gpu/drm/amd/display/include/logger_interface.h
@@ -32,6 +32,7 @@ struct dc_context;
32struct dc_link; 32struct dc_link;
33struct dc_surface_update; 33struct dc_surface_update;
34struct resource_context; 34struct resource_context;
35struct validate_context;
35 36
36/* 37/*
37 * 38 *
@@ -90,6 +91,9 @@ void context_timing_trace(
90 const struct dc *dc, 91 const struct dc *dc,
91 struct resource_context *res_ctx); 92 struct resource_context *res_ctx);
92 93
94void context_clock_trace(
95 const struct dc *dc,
96 struct validate_context *context);
93 97
94/* Any function which is empty or have incomplete implementation should be 98/* Any function which is empty or have incomplete implementation should be
95 * marked by this macro. 99 * marked by this macro.