hdmi_log
#define hdmi_log(fmt, ...) printf(fmt, ##__VA_ARGS__)
#define hdmi_log(fmt, ...) dev_printk(level, dev, fmt, ##__VA_ARGS__)