Searched refs:drmCompat (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_driver.c69 static const ViaDRMVersion drmCompat = { 3, 1, 0 }; variable in typeref:typename:const ViaDRMVersion
1069 (pVia->drmVerMajor > drmCompat.major) ||
1079 drmCompat.major);
1082 if (pVia->drmVerMajor < drmCompat.major) {
H A Dvia_dri.c80 static const ViaDRMVersion drmCompat = { 2, 0, 0 }; variable in typeref:typename:const ViaDRMVersion
/xsrc/external/mit/xf86-video-openchrome/dist/src/xvmc/
H A DviaXvMC.c66 static const ViaDRMVersion drmCompat = { 2, 0, 0 }; variable in typeref:typename:const ViaDRMVersion
426 (drmVer->version_major > drmCompat.major) ||
437 drmExpected.minor, drmCompat.major);

Completed in 7 milliseconds