summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/dc.h
diff options
context:
space:
mode:
authorDmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>2017-10-06 15:40:07 -0400
committerAlex Deucher <alexander.deucher@amd.com>2017-10-21 16:50:00 -0400
commit215a6f05bcc18ffcd953a8527639ea1f571f4d81 (patch)
tree9398f8dca5f217c536b8974cb3ae62dce4993690 /drivers/gpu/drm/amd/display/dc/dc.h
parent9bbc30310f240c9400e31c7ab7b7edd2b76b3589 (diff)
drm/amd/display: add performance trace macro to dc
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/dc/dc.h')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dc.h b/drivers/gpu/drm/amd/display/dc/dc.h
index c7b31adc736e..ace17d13683a 100644
--- a/drivers/gpu/drm/amd/display/dc/dc.h
+++ b/drivers/gpu/drm/amd/display/dc/dc.h
@@ -224,6 +224,7 @@ struct dc_debug {
bool disable_dpp_pg;
bool disable_stereo_support;
bool vsr_support;
+ bool performance_trace;
};
struct dc_state;
struct resource_pool;