drm/rockchip: vop2: Enable POST_BUF_EMPTY_INT err irq print

Just print out POST_BUF_EMPTY_INT err irq if it happened.

Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
Change-Id: Ia1d3747c94d432ca8451f38e10d32a82bbf7b958
This commit is contained in:
Andy Yan
2021-11-13 10:22:15 +08:00
committed by Tao Huang
parent dbba421c59
commit d188e84472

View File

@@ -7079,7 +7079,7 @@ static irqreturn_t vop2_isr(int irq, void *data)
do { \
if (active_irqs & x##_INTR) {\
if (x##_INTR == POST_BUF_EMPTY_INTR) \
printk(KERN_DEBUG #x " irq err at vp%d\n", vp->id); \
DRM_DEV_ERROR_RATELIMITED(vop2->dev, #x " irq err at vp%d\n", vp->id); \
else \
DRM_DEV_ERROR_RATELIMITED(vop2->dev, #x " irq err\n"); \
active_irqs &= ~x##_INTR; \