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>
This commit is contained in:
Dmytro Laktyushkin
2017-06-07 13:53:30 -04:00
committed by Alex Deucher
parent 11589813e6
commit c9742685c2
7 changed files with 397 additions and 48 deletions

View File

@@ -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.