Home
last modified time | relevance | path

Searched refs:FB_VBLANK_VSYNCING (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/include/uapi/linux/
Dfb.h327 #define FB_VBLANK_VSYNCING 0x080 /* currently in a vsync */ macro
/linux-6.1.9/drivers/video/fbdev/
Dtmiofb.c495 vblank->flags |= FB_VBLANK_VSYNCING; in tmiofb_vblank()
/linux-6.1.9/drivers/media/pci/ivtv/
Divtvfb.c465 vblank.flags |= FB_VBLANK_VSYNCING; in ivtvfb_ioctl()
/linux-6.1.9/drivers/video/fbdev/matrox/
Dmatroxfb_base.c859 vblank->flags |= FB_VBLANK_VSYNCING; in matroxfb_get_vblank()
/linux-6.1.9/drivers/video/fbdev/sis/
Dsis_main.c875 if(reg1 & 0x02) ret |= FB_VBLANK_VSYNCING; in sisfb_setupvbblankflags()
887 if(reg1 & 0x08) ret |= FB_VBLANK_VSYNCING; in sisfb_setupvbblankflags()