Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/aspeed/
Daspeed_gfx_crtc.c202 reg |= CRT_CTRL_VERTICAL_INTR_EN; in aspeed_gfx_enable_vblank()
213 reg &= ~CRT_CTRL_VERTICAL_INTR_EN; in aspeed_gfx_disable_vblank()
Daspeed_gfx.h78 #define CRT_CTRL_VERTICAL_INTR_EN BIT(30) macro