Searched refs:drmCompat (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xf86-video-openchrome/dist/src/ | ||
| H A D | via_driver.c | 69 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 D | via_dri.c | 80 static const ViaDRMVersion drmCompat = { 2, 0, 0 }; variable in typeref:typename:const ViaDRMVersion |
| /xsrc/external/mit/xf86-video-openchrome/dist/src/xvmc/ | ||
| H A D | viaXvMC.c | 66 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