Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/aspeed/
H A Daspeed_gfx_crtc.c201 reg |= CRT_CTRL_VERTICAL_INTR_EN; in aspeed_gfx_enable_vblank()
212 reg &= ~CRT_CTRL_VERTICAL_INTR_EN; in aspeed_gfx_disable_vblank()
H A Daspeed_gfx.h78 #define CRT_CTRL_VERTICAL_INTR_EN BIT(30) macro