X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=intel%2Fintel_chipset.c;h=5aa4a2f258555a5b41e608b0a2c63e5f49392a07;hb=473e2d2e67fec52503fe02b7a0ca26c4cd8fdbb6;hp=d5c33cc59002e1f150e84d091b5933536dea8895;hpb=7f7c28dbd4ca78a3523cd627940dd98d35007149;p=android-x86%2Fexternal-libdrm.git diff --git a/intel/intel_chipset.c b/intel/intel_chipset.c index d5c33cc5..5aa4a2f2 100644 --- a/intel/intel_chipset.c +++ b/intel/intel_chipset.c @@ -44,7 +44,7 @@ static const struct pci_device { INTEL_SKL_IDS(9), }; -bool intel_is_genx(unsigned int devid, int gen) +drm_private bool intel_is_genx(unsigned int devid, int gen) { const struct pci_device *p, *pend = pciids + sizeof(pciids) / sizeof(pciids[0]); @@ -66,7 +66,7 @@ bool intel_is_genx(unsigned int devid, int gen) return false; } -bool intel_get_genx(unsigned int devid, int *gen) +drm_private bool intel_get_genx(unsigned int devid, int *gen) { const struct pci_device *p, *pend = pciids + sizeof(pciids) / sizeof(pciids[0]);