Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/aspeed/
H A Daspeed_gfx_crtc.c99 CRT_CTRL_VSYNC_NEGATIVE); in aspeed_gfx_crtc_mode_set_nofb()
108 ctrl1 |= CRT_CTRL_VSYNC_NEGATIVE; in aspeed_gfx_crtc_mode_set_nofb()
H A Daspeed_gfx.h77 #define CRT_CTRL_VSYNC_NEGATIVE BIT(17) macro