Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/video/
H A Duvesafb.h23 #define VBE_MODE_COLOR 0x08 macro
28 #define VBE_MODE_MASK (VBE_MODE_COLOR | VBE_MODE_SUPPORTEDHW | \
/OK3568_Linux_fs/external/xserver/hw/xfree86/vbe/
H A DvbeModes.h55 #define VBE_MODE_COLOR(m) (((m)->ModeAttributes & 0x08) != 0) macro
H A DvbeModes.c55 if (VBE_MODE_COLOR(mode)) { in GetDepthFlag()
143 ((pScrn->bitsPerPixel == 1 && !VBE_MODE_COLOR(mode)) || in CheckMode()