Home
last modified time | relevance | path

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

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