Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dfb.h320 #define FB_VBLANK_VBLANKING 0x001 /* currently in a vertical blank */ macro
/openbmc/u-boot/include/linux/
H A Dfb.h181 #define FB_VBLANK_VBLANKING 0x001 /* currently in a vertical blank */ macro
/openbmc/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_crtc2.c413 vblank->flags |= FB_VBLANK_VBLANKING; in matroxfb_dh_get_vblank()
H A Dmatroxfb_base.c861 vblank->flags |= FB_VBLANK_VBLANKING; in matroxfb_get_vblank()
/openbmc/linux/drivers/video/fbdev/sis/
H A Dsis_main.c874 if(reg1 & 0x01) ret |= FB_VBLANK_VBLANKING; in sisfb_setupvbblankflags()
888 if(reg1 & 0x01) ret |= FB_VBLANK_VBLANKING; in sisfb_setupvbblankflags()