Home
last modified time | relevance | path

Searched refs:FB_VBLANK_HBLANKING (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/include/uapi/linux/ !
Dfb.h321 #define FB_VBLANK_HBLANKING 0x002 /* currently in a horizontal blank */ macro
/linux-6.1.9/drivers/video/fbdev/matrox/ !
Dmatroxfb_base.c857 vblank->flags |= FB_VBLANK_HBLANKING; in matroxfb_get_vblank()
/linux-6.1.9/drivers/video/fbdev/sis/ !
Dsis_main.c876 if(reg4 & 0x80) ret |= FB_VBLANK_HBLANKING; in sisfb_setupvbblankflags()