video: driver: introduction of new debug print
Introduce d_vpr_hs to print both VIDC_HIGH or VIDC_STAT log. Change-Id: Ie7bfa8df033b30689eca6ad6a4637978730eadf7 Signed-off-by: Ankush Mitra <quic_ankumitr@quicinc.com>
This commit is contained in:
@@ -130,6 +130,8 @@ enum vidc_msg_prio {
|
||||
#define d_vpr_t(__fmt, ...) dprintk_core(VIDC_PKT, "pkt ", __fmt, ##__VA_ARGS__)
|
||||
#define d_vpr_b(__fmt, ...) dprintk_core(VIDC_BUS, "bus ", __fmt, ##__VA_ARGS__)
|
||||
#define d_vpr_s(__fmt, ...) dprintk_core(VIDC_STAT, "stat", __fmt, ##__VA_ARGS__)
|
||||
#define d_vpr_hs(__fmt, ...) \
|
||||
dprintk_core(VIDC_HIGH | VIDC_STAT, "high", __fmt, ##__VA_ARGS__)
|
||||
|
||||
#define dprintk_ratelimit(__level, __level_str, __fmt, ...) \
|
||||
do { \
|
||||
|
Reference in New Issue
Block a user