HomeSort by: relevance | last modified time | path
    Searched refs:host1x (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/libdrm/dist/tests/
drmdevice.c 88 char **compatible = device->deviceinfo.host1x->compatible;
90 printf("| +-> host1x\n");
91 printf("| +-> fullname\t%s\n", device->businfo.host1x->fullname);
94 printf(" +-> host1x\n");
  /xsrc/external/mit/libdrm/dist/
xf86drm.c 3601 { "/host1x", DRM_BUS_HOST1X },
3930 return memcmp(a->businfo.host1x, b->businfo.host1x, sizeof(drmHost1xBusInfo)) == 0;
4183 if (device->deviceinfo.host1x) {
4184 if (device->deviceinfo.host1x->compatible) {
4185 char **compatible = device->deviceinfo.host1x->compatible;
4192 free(device->deviceinfo.host1x->compatible);
4615 dev->businfo.host1x = (drmHost1xBusInfoPtr)ptr;
4617 ret = drmParseOFBusInfo(maj, min, dev->businfo.host1x->fullname);
4623 dev->deviceinfo.host1x = (drmHost1xDeviceInfoPtr)ptr
    [all...]
xf86drm.h 916 drmHost1xBusInfoPtr host1x; member in union:_drmDevice::__anon34
923 drmHost1xDeviceInfoPtr host1x; member in union:_drmDevice::__anon35
  /xsrc/external/mit/MesaLib/dist/src/loader/
loader.c 250 fullname = device->businfo.host1x->fullname;
  /xsrc/external/mit/MesaLib.old/dist/src/loader/
loader.c 237 fullname = device->businfo.host1x->fullname;

Completed in 11 milliseconds