summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/dm_event_log.h
diff options
context:
space:
mode:
authorChiawen Huang <chiawen.huang@amd.com>2018-08-29 18:39:38 +0800
committerAlex Deucher <alexander.deucher@amd.com>2018-09-14 15:47:30 -0500
commitc276f81b72401d64eac221d53ba24986186c502a (patch)
treeb2b30fa14a98661823b4b26d68c7913ed5c6a122 /drivers/gpu/drm/amd/display/dc/dm_event_log.h
parentb07971d43c4d321c65240749765bba2b2eaeeb30 (diff)
drm/amd/display: add aux i2c event log.
[Why] support i2c transition event log [How] refined aux REQ and REP events in aux flow. commented REQ and REP events in i2c flow. note: i2c event log is currently commented out. more work is required to find an portocol parser to and generate event for the parser Signed-off-by: Chiawen Huang <chiawen.huang@amd.com> Reviewed-by: Tony Cheng <Tony.Cheng@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/dc/dm_event_log.h')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dm_event_log.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dm_event_log.h b/drivers/gpu/drm/amd/display/dc/dm_event_log.h
index 00a275dfa472..34a701ca879e 100644
--- a/drivers/gpu/drm/amd/display/dc/dm_event_log.h
+++ b/drivers/gpu/drm/amd/display/dc/dm_event_log.h
@@ -31,7 +31,8 @@
#define __DM_EVENT_LOG_H__
-#define EVENT_LOG_AUX_REQ(dcc, type, action, address, len, data)
-#define EVENT_LOG_AUX_Reply(dcc, type, swStatus, replyStatus, len, data)
+#define EVENT_LOG_AUX_REQ(ddc, type, action, address, len, data)
+#define EVENT_LOG_AUX_REP(ddc, type, replyStatus, len, data)
#endif
+