/external/mesa3d/src/egl/drivers/dri2/ |
common.c | 96 const char *pci_id; local 111 pci_id = udev_device_get_property_value(parent, "PCI_ID"); 112 if (pci_id == NULL || 113 sscanf(pci_id, "%x:%x", &vendor_id, &chip_id) != 2) {
|
/external/mesa3d/src/gbm/backends/dri/ |
driver_name.c | 43 const char *pci_id; local 58 pci_id = udev_device_get_property_value(parent, "PCI_ID"); 59 if (pci_id == NULL || 60 sscanf(pci_id, "%x:%x", &vendor_id, &chip_id) != 2) {
|
/external/libdrm/tests/ |
drmtest.c | 64 const char *pci_id, *path; local 86 pci_id = udev_device_get_property_value(parent, "PCI_ID"); 87 if (fnmatch(pci_glob, pci_id, 0) != 0)
|
/external/autotest/client/site_tests/graphics_GpuReset/src/ |
gpureset.c | 114 const char *pci_id, *path; local 134 pci_id = udev_device_get_property_value(parent, "PCI_ID"); 135 if (fnmatch(pci_glob, pci_id, 0) != 0) 250 unsigned int pci_id; local 253 gp.value = (int*)&pci_id; 257 OUTPUT_FAIL_AND_EXIT("Can't get the i915 pci_id."); 261 printf("INFO: i915 pci_id=0x%x.\n", pci_id); 262 switch(pci_id) { [all...] |
/external/mesa3d/src/gallium/auxiliary/pipe-loader/ |
pipe_loader_drm.c | 68 const char *pci_id; local 85 pci_id = udev_device_get_property_value(parent, "PCI_ID"); 86 if (!pci_id || 87 sscanf(pci_id, "%x:%x", &ddev->base.u.pci.vendor_id,
|
/external/mesa3d/src/gallium/targets/egl-static/ |
egl.c | 72 const char *pci_id; local 95 pci_id = udev_device_get_property_value(parent, "PCI_ID"); 96 if (pci_id == NULL || 97 sscanf(pci_id, "%x:%x", vendor_id, chip_id) != 2) {
|
/external/mesa3d/src/gallium/drivers/i915/ |
i915_winsys.h | 84 unsigned pci_id; /**< PCI ID for the device */ member in struct:i915_winsys
|
/external/mesa3d/src/gallium/winsys/radeon/drm/ |
radeon_winsys.h | 81 uint32_t pci_id; member in struct:radeon_info
|