summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/dm_event_log.h
diff options
context:
space:
mode:
authorChiawen Huang2018-08-29 12:39:38 +0200
committerAlex Deucher2018-09-14 22:47:30 +0200
commitc276f81b72401d64eac221d53ba24986186c502a (patch)
treeb2b30fa14a98661823b4b26d68c7913ed5c6a122 /drivers/gpu/drm/amd/display/dc/dm_event_log.h
parentdrm/amd/display: stop using switch for different CS revisions (diff)
downloadkernel-qcow2-linux-c276f81b72401d64eac221d53ba24986186c502a.tar.gz
kernel-qcow2-linux-c276f81b72401d64eac221d53ba24986186c502a.tar.xz
kernel-qcow2-linux-c276f81b72401d64eac221d53ba24986186c502a.zip
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
+