diff options
author | Dmytro Laktyushkin | 2017-06-07 19:53:30 +0200 |
---|---|---|
committer | Alex Deucher | 2017-09-27 00:07:56 +0200 |
commit | c9742685c24acd6d71cdda3067bfc2f512fe2b7c (patch) | |
tree | 85f29d35a50c5ea8e6d5a440f48a9f0097f0043d /drivers/gpu/drm/amd/display/include/logger_interface.h | |
parent | drm/amd/display: fix enable_optc_clock reg_wait timeouts (diff) | |
download | kernel-qcow2-linux-c9742685c24acd6d71cdda3067bfc2f512fe2b7c.tar.gz kernel-qcow2-linux-c9742685c24acd6d71cdda3067bfc2f512fe2b7c.tar.xz kernel-qcow2-linux-c9742685c24acd6d71cdda3067bfc2f512fe2b7c.zip |
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.h | 4 |
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; struct dc_link; struct dc_surface_update; struct resource_context; +struct validate_context; /* * @@ -90,6 +91,9 @@ void context_timing_trace( const struct dc *dc, struct resource_context *res_ctx); +void context_clock_trace( + const struct dc *dc, + struct validate_context *context); /* Any function which is empty or have incomplete implementation should be * marked by this macro. |