Home
last modified time | relevance | path

Searched refs:VBE_VERSION_MAJOR (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/vbe/
H A Dvbe.h36 #define VBE_VERSION_MAJOR(x) *((CARD8*)(&x) + 1) macro
H A Dvbe.c23 #define VERSION(x) VBE_VERSION_MAJOR(x),VBE_VERSION_MINOR(x)
926 if (VBE_VERSION_MAJOR(pVbe->version) > 1 in VBEVesaSaveRestore()