Home
last modified time | relevance | path

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

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