Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/vbe/
H A DvbeModes.h54 #define VBE_MODE_SUPPORTED(m) (((m)->ModeAttributes & 0x01) != 0)
55 #define VBE_MODE_COLOR(m) (((m)->ModeAttributes & 0x08) != 0)
56 #define VBE_MODE_GRAPHICS(m) (((m)->ModeAttributes & 0x10) != 0)
57 #define VBE_MODE_VGA(m) (((m)->ModeAttributes & 0x40) == 0)
58 #define VBE_MODE_LINEAR(m) (((m)->ModeAttributes & 0x80) != 0 && \
H A Dvbe.h115 CARD16 ModeAttributes; /* mode attributes */ member
H A DvbeModes.c159 mode->ModeAttributes); in CheckMode()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Datombios.h6905 USHORT ModeAttributes; // dw ? ; mode attributes member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/include/
H A Datombios.h8175 USHORT ModeAttributes; // dw ? ; mode attributes member