Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/loader/
H A Dloader.c79 GET_ABI_MAJOR(LoaderVersionInfo.ansicVersion), in LoaderInit()
82 GET_ABI_MAJOR(LoaderVersionInfo.videodrvVersion), in LoaderInit()
85 GET_ABI_MAJOR(LoaderVersionInfo.xinputVersion), in LoaderInit()
88 GET_ABI_MAJOR(LoaderVersionInfo.extensionVersion), in LoaderInit()
H A Dloadmod.c464 abimaj = GET_ABI_MAJOR(data->abiversion); in CheckVersion()
469 vermaj = GET_ABI_MAJOR(ver); in CheckVersion()
539 reqmaj = GET_ABI_MAJOR(req->abiversion); in CheckVersion()
541 maj = GET_ABI_MAJOR(data->abiversion); in CheckVersion()
/OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-fbturbo/
H A D0003-Update-for-1.20-ABI.patch22 +#if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) < 24
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Module.h64 #define GET_ABI_MAJOR(v) (((v) & ABI_MAJOR_MASK) >> 16) macro
/OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-imx/
H A D0004-Make-video-API-forward-and-backward-compatible.patch243 #if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) < 6