video: driver: print more info on debug logs
Currently driver prints hex values for codec type, pixel format and port number. So added change to print strings instead of hex values. Removed unnecessary logs to avoid overlogging timeout issues. Change-Id: Ia44401990797dc20eae0a35631e9ed6a0b094c20 Signed-off-by: Govindaraj Rajagopal <grajagop@codeaurora.org>
This commit is contained in:
@@ -81,6 +81,9 @@ enum vidc_msg_prio {
|
||||
#define i_vpr_t(inst, __fmt, ...) dprintk_inst(VIDC_PKT, "pkt ", inst, __fmt, ##__VA_ARGS__)
|
||||
#define i_vpr_b(inst, __fmt, ...) dprintk_inst(VIDC_BUS, "bus ", inst, __fmt, ##__VA_ARGS__)
|
||||
|
||||
#define i_vpr_hp(inst, __fmt, ...) \
|
||||
dprintk_inst(VIDC_HIGH | VIDC_PERF, "high", inst, __fmt, ##__VA_ARGS__)
|
||||
|
||||
#define dprintk_core(__level, __level_str, __fmt, ...) \
|
||||
do { \
|
||||
if (msm_vidc_debug & __level) { \
|
||||
|
Reference in New Issue
Block a user