Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/vc4/
H A Dvc4_hvs.c926 dispctrl |= SCALER_DISPCTRL_DISPEIRQ(0) | in vc4_hvs_bind()
927 SCALER_DISPCTRL_DISPEIRQ(1) | in vc4_hvs_bind()
928 SCALER_DISPCTRL_DISPEIRQ(2); in vc4_hvs_bind()
H A Dvc4_regs.h256 # define SCALER_DISPCTRL_DISPEIRQ(x) BIT(1 + (x)) macro