summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/include
diff options
context:
space:
mode:
authorWesley Chalmers <Wesley.Chalmers@amd.com>2017-07-20 17:13:12 -0400
committerAlex Deucher <alexander.deucher@amd.com>2017-09-26 18:15:28 -0400
commitf811fd5a66a3e69cdc184accfe189de5a1f6dba4 (patch)
tree9d0cc9fc5f37a575d776aceb9284647d1a9e514c /drivers/gpu/drm/amd/display/include
parent50e27654d778114382093eecc1d6e5b7e9343d23 (diff)
downloadlinux-f811fd5a66a3e69cdc184accfe189de5a1f6dba4.tar.bz2
drm/amd/display: Change DTN_INFO macro
Signed-off-by: Wesley Chalmers <Wesley.Chalmers@amd.com> Reviewed-by: Wesley Chalmers <Wesley.Chalmers@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')
-rw-r--r--drivers/gpu/drm/amd/display/include/logger_interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/include/logger_interface.h b/drivers/gpu/drm/amd/display/include/logger_interface.h
index c861e726cd8f..6e6fd4e8fc00 100644
--- a/drivers/gpu/drm/amd/display/include/logger_interface.h
+++ b/drivers/gpu/drm/amd/display/include/logger_interface.h
@@ -124,7 +124,7 @@ void context_clock_trace(
__VA_ARGS__);
#define DTN_INFO(...) \
- dm_logger_write(dc_ctx->logger, LOG_DTN, \
+ dc_raw_log(dc_ctx, LOG_DTN, \
__VA_ARGS__)
#define DC_SYNC_INFO(...) \