drm/amd/display: Add logging for aux DPCD access
authorEric Yang <Eric.Yang2@amd.com>
Tue, 6 Feb 2018 22:28:46 +0000 (17:28 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 19 Feb 2018 19:20:15 +0000 (14:20 -0500)
commitfdf0c1c2f75ea3380e13a5f26a0155775d5162f0
tree304ad6a318c09359cdeac5436683605689ec43a1
parent3b94a4007dcfd4ac5780cd3d8a2d99979c966073
drm/amd/display: Add logging for aux DPCD access

Add basic logging for DPCD access. Does not print
by default.

Currently only prints first byte of the data accessed.

Technical debt: Need to make it so that the entire
data block accessed is printed. Also need to log
address space that's not DPCD.

Signed-off-by: Eric Yang <Eric.Yang2@amd.com>
Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
Acked-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/i2caux/aux_engine.c