Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dfb.h319 #define FB_VBLANK_HBLANKING 0x002 /* currently in a horizontal blank */ macro
/linux-4.1.27/drivers/video/fbdev/matrox/
Dmatroxfb_base.c862 vblank->flags |= FB_VBLANK_HBLANKING; in matroxfb_get_vblank()
/linux-4.1.27/drivers/video/fbdev/sis/
Dsis_main.c841 if(reg4 & 0x80) ret |= FB_VBLANK_HBLANKING; in sisfb_setupvbblankflags()