Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dfb.h325 #define FB_VBLANK_VSYNCING 0x080 /* currently in a vsync */ macro
/linux-4.1.27/drivers/video/fbdev/
Dtmiofb.c503 vblank->flags |= FB_VBLANK_VSYNCING; in tmiofb_vblank()
/linux-4.1.27/drivers/media/pci/ivtv/
Divtvfb.c479 vblank.flags |= FB_VBLANK_VSYNCING; in ivtvfb_ioctl()
/linux-4.1.27/drivers/video/fbdev/matrox/
Dmatroxfb_base.c864 vblank->flags |= FB_VBLANK_VSYNCING; in matroxfb_get_vblank()
/linux-4.1.27/drivers/video/fbdev/sis/
Dsis_main.c840 if(reg1 & 0x02) ret |= FB_VBLANK_VSYNCING; in sisfb_setupvbblankflags()
852 if(reg1 & 0x08) ret |= FB_VBLANK_VSYNCING; in sisfb_setupvbblankflags()