summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/include/logger_types.h
diff options
context:
space:
mode:
authorWyatt Wood <wyatt.wood@amd.com>2019-07-24 13:29:38 -0400
committerAlex Deucher <alexander.deucher@amd.com>2019-08-15 10:55:55 -0500
commitbbdd620d3f2fd78ea09946c101ed9a5e6decb8cd (patch)
treeb6bc4adceb75345a3223fac63851fa56341264d5 /drivers/gpu/drm/amd/display/include/logger_types.h
parentcf7180493cd3d47e4ee6f7e7a2d9da96ff53d73b (diff)
downloadlinux-stable-bbdd620d3f2fd78ea09946c101ed9a5e6decb8cd.tar.gz
linux-stable-bbdd620d3f2fd78ea09946c101ed9a5e6decb8cd.tar.bz2
linux-stable-bbdd620d3f2fd78ea09946c101ed9a5e6decb8cd.zip
drm/amd/display: Add Logging for Gamma Related information (1/2)
[Why] A recent bug showed that logging would be useful in debugging various gamma issues. [How] Add new log types and logging code to the color module. Signed-off-by: Wyatt Wood <wyatt.wood@amd.com> Reviewed-by: Aric Cyr <Aric.Cyr@amd.com> Acked-by: Leo Li <sunpeng.li@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/include/logger_types.h')
-rw-r--r--drivers/gpu/drm/amd/display/include/logger_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/include/logger_types.h b/drivers/gpu/drm/amd/display/include/logger_types.h
index ea8d445816b8..81650ee40f0b 100644
--- a/drivers/gpu/drm/amd/display/include/logger_types.h
+++ b/drivers/gpu/drm/amd/display/include/logger_types.h
@@ -117,6 +117,7 @@ enum dc_log_type {
LOG_DSC,
#endif
LOG_DWB,
+ LOG_GAMMA_DEBUG,
LOG_SECTION_TOTAL_COUNT
};