disp: msm: dp: add debug logs to ipc logging
Add existing debug logs to ipc logging to be accessed through debugfs. Change-Id: Id9bfe61cb7921674eadc5635847c81a0fbdaef5c Signed-off-by: Nisarg Bhavsar <quic_bhavsar@quicinc.com>
This commit is contained in:
@@ -45,7 +45,9 @@
|
||||
#include "dp_debug.h"
|
||||
|
||||
#define DP_MST_DEBUG(fmt, ...) DP_DEBUG(fmt, ##__VA_ARGS__)
|
||||
#define DP_MST_INFO(fmt, ...) DP_DEBUG(fmt, ##__VA_ARGS__)
|
||||
#define DP_MST_INFO(fmt, ...) DP_INFO(fmt, ##__VA_ARGS__)
|
||||
#define DP_MST_DEBUG_V(fmt, ...) DP_DEBUG_V(fmt, ##__VA_ARGS__)
|
||||
#define DP_MST_INFO_V(fmt, ...) DP_INFO_V(fmt, ##__VA_ARGS__)
|
||||
|
||||
#define DDC_SEGMENT_ADDR 0x30
|
||||
|
||||
@@ -104,7 +106,7 @@ static void dp_sideband_hex_dump(const char *name,
|
||||
hex_dump_to_buffer(buffer + i, linelen, rowsize, 1,
|
||||
linebuf, sizeof(linebuf), false);
|
||||
|
||||
DP_MST_DEBUG("%s%s\n", prefix, linebuf);
|
||||
DP_MST_DEBUG_V("%s%s\n", prefix, linebuf);
|
||||
}
|
||||
}
|
||||
#else
|
||||
|
Reference in New Issue
Block a user