Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/aspeed/
Daspeed_gfx_crtc.c98 ctrl1 &= ~(CRT_CTRL_INTERLACED | in aspeed_gfx_crtc_mode_set_nofb()
103 ctrl1 |= CRT_CTRL_INTERLACED; in aspeed_gfx_crtc_mode_set_nofb()
Daspeed_gfx.h68 #define CRT_CTRL_INTERLACED BIT(3) macro