Searched refs:host1x (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/libdrm/dist/tests/
H A Ddrmdevice.c88 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/
H A Dxf86drm.c3592 { "/host1x", DRM_BUS_HOST1X },
3920 return memcmp(a->businfo.host1x, b->businfo.host1x, sizeof(drmHost1xBusInfo)) == 0;
4170 if (device->deviceinfo.host1x) {
4171 if (device->deviceinfo.host1x->compatible) {
4172 char **compatible = device->deviceinfo.host1x->compatible;
4179 free(device->deviceinfo.host1x->compatible);
4602 dev->businfo.host1x = (drmHost1xBusInfoPtr)ptr;
4604 ret = drmParseOFBusInfo(maj, min, dev->businfo.host1x->fullname);
4610 dev->deviceinfo.host1x
[all...]
H A Dxf86drm.h909 drmHost1xBusInfoPtr host1x; member in union:_drmDevice::__anon77194ae7090a
915 drmHost1xDeviceInfoPtr host1x; member in union:_drmDevice::__anon77194ae70a0a
/xsrc/external/mit/MesaLib.old/dist/src/loader/
H A Dloader.c237 fullname = device->businfo.host1x->fullname;
/xsrc/external/mit/MesaLib/dist/src/loader/
H A Dloader.c250 fullname = device->businfo.host1x->fullname;

Completed in 10 milliseconds