Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/aspeed/
H A Daspeed_gfx_crtc.c200 reg |= CRT_CTRL_VERTICAL_INTR_EN; in aspeed_gfx_enable_vblank()
211 reg &= ~CRT_CTRL_VERTICAL_INTR_EN; in aspeed_gfx_disable_vblank()
H A Daspeed_gfx.h72 #define CRT_CTRL_VERTICAL_INTR_EN BIT(30) macro