Home
last modified time | relevance | path

Searched refs:SCALER_DISPSTAT_EUFLOW (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/vc4/
H A Dvc4_hvs.c705 SCALER_DISPSTAT_EUFLOW(channel)); in vc4_hvs_unmask_underrun()
748 if (status & SCALER_DISPSTAT_EUFLOW(channel) && in vc4_hvs_irq_handler()
H A Dvc4_regs.h282 # define SCALER_DISPSTAT_EUFLOW(x) BIT(9 + ((x) * 8)) macro