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

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_pci.h 39 struct drm_dma_handle;
46 struct drm_dma_handle *drm_pci_alloc(struct drm_device *dev, size_t size,
48 void drm_pci_free(struct drm_device *dev, struct drm_dma_handle * dmah);
56 static inline struct drm_dma_handle *drm_pci_alloc(struct drm_device *dev,
63 struct drm_dma_handle *dmah)
drm_legacy.h 84 typedef struct drm_dma_handle { struct
104 struct drm_dma_handle **seglist;
191 struct drm_dma_handle *dmah;
  /src/sys/external/bsd/drm2/dist/drm/r128/
ati_pcigart.h 23 struct drm_dma_handle *table_handle;
  /src/sys/external/bsd/drm/dist/bsd-core/
ati_pcigart.c 47 struct drm_dma_handle *dmah = arg;
63 struct drm_dma_handle *dmah;
69 dmah = malloc(sizeof(struct drm_dma_handle), DRM_MEM_DMA,
189 struct drm_dma_handle *dmah = dev->sg->dmah;
drm_scatter.c 48 struct drm_dma_handle *dmah;
75 dmah = malloc(sizeof(struct drm_dma_handle), DRM_MEM_DMA,
119 dmah = malloc(sizeof(struct drm_dma_handle) +
248 struct drm_dma_handle *dmah = entry->sg_dmah;
drmP.h 518 typedef struct drm_dma_handle { struct
611 struct drm_dma_handle *sg_dmah; /* Handle for sg_pages */
612 struct drm_dma_handle *dmah; /* Handle to PCI memory */
692 struct drm_dma_handle *table_handle;
  /src/sys/external/bsd/drm2/drm/
drm_memory.c 181 struct drm_dma_handle *
188 * Allocate a drm_dma_handle record.
190 struct drm_dma_handle *const dmah = kmem_alloc(sizeof(*dmah),
259 drm_pci_free(struct drm_device *dev, struct drm_dma_handle *dmah)
drm_vm.c 171 struct drm_dma_handle *const dmah = map->lm_data.dmah;

Completed in 14 milliseconds