Searched refs:drm_handle (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm_memory.c49 ddi_acc_handle_t drm_handle; /* data access handle */ member in struct:drm_device_iomap
171 (offset_t)iomap->size, &dev_attr, &iomap->drm_handle);
175 iomap->drm_handle = NULL;
202 map->dev_handle = iomap.drm_handle;
H A Ddrm_agpsupport.c78 return (drm_supp_device_capability(dev->drm_handle, PCIY_AGP));
86 return (drm_supp_device_capability(dev->drm_handle, PCIY_EXPRESS));
H A Ddrm_pci.c95 irq = drm_supp_get_irq(statep->drm_handle);
H A DdrmP.h722 void *drm_handle; member in struct:drm_device
/illumos-gate/usr/src/uts/intel/io/drm/
H A Dradeon_drv.c179 statep->drm_handle = handle;
222 (void) drm_supp_unregister(statep->drm_handle);
H A Di915_drv.c892 statep->drm_handle = handle;
959 (void) drm_supp_unregister(statep->drm_handle);

Completed in 81 milliseconds