Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/aspeed/
H A Daspeed_gfx_crtc.c97 ctrl1 &= ~(CRT_CTRL_INTERLACED | in aspeed_gfx_crtc_mode_set_nofb()
102 ctrl1 |= CRT_CTRL_INTERLACED; in aspeed_gfx_crtc_mode_set_nofb()
H A Daspeed_gfx.h68 #define CRT_CTRL_INTERLACED BIT(3) macro