aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/include/logger_interface.h
diff options
context:
space:
mode:
authorWyatt Wood <[email protected]>2019-07-24 17:29:38 +0000
committerAlex Deucher <[email protected]>2019-08-15 15:55:55 +0000
commitbbdd620d3f2fd78ea09946c101ed9a5e6decb8cd (patch)
treeb6bc4adceb75345a3223fac63851fa56341264d5 /drivers/gpu/drm/amd/display/include/logger_interface.h
parentdrm/amd/display: Remove 4:2:2 DSC support (diff)
downloadkernel-bbdd620d3f2fd78ea09946c101ed9a5e6decb8cd.tar.gz
kernel-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 <[email protected]> Reviewed-by: Aric Cyr <[email protected]> Acked-by: Leo Li <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/display/include/logger_interface.h')
-rw-r--r--drivers/gpu/drm/amd/display/include/logger_interface.h2
1 files changed, 2 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 a0b68c266dab..6e008de25629 100644
--- a/drivers/gpu/drm/amd/display/include/logger_interface.h
+++ b/drivers/gpu/drm/amd/display/include/logger_interface.h
@@ -155,4 +155,6 @@ void context_clock_trace(
#define DISPLAY_STATS_END(entry) (void)(entry)
+#define LOG_GAMMA_WRITE(msg, ...)
+
#endif /* __DAL_LOGGER_INTERFACE_H__ */