Searched refs:dma_hdl (Results 1 - 9 of 9) sorted by relevance

/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_pci.c141 DDI_DMA_SLEEP, NULL, &dmah->dma_hdl) != DDI_SUCCESS) {
146 if (ddi_dma_mem_alloc(dmah->dma_hdl, size, &hw_acc_attr,
154 if (ddi_dma_addr_bind_handle(dmah->dma_hdl, NULL,
163 (void) ddi_dma_unbind_handle(dmah->dma_hdl);
176 ddi_dma_free_handle(&dmah->dma_hdl);
187 (void) ddi_dma_unbind_handle(dmah->dma_hdl);
189 ddi_dma_free_handle(&dmah->dma_hdl);
H A Dati_pcigart.c118 ddi_dma_nextcookie(dmah->dma_hdl, &dmah->cookie);
123 (void) ddi_dma_sync(entry->dmah_gart->dma_hdl, 0,
H A Ddrm_gem.c103 (void) ddi_dma_unbind_handle(obj->dma_hdl);
105 ddi_dma_free_handle(&obj->dma_hdl);
154 cb, NULL, &obj->dma_hdl)) {
158 if (ddi_dma_mem_alloc(obj->dma_hdl, ptob(pgcnt), acc_attr,
164 if (ddi_dma_addr_bind_handle(obj->dma_hdl, NULL,
191 ddi_dma_nextcookie(obj->dma_hdl, &cookie);
195 (void) ddi_dma_unbind_handle(obj->dma_hdl);
199 ddi_dma_free_handle(&obj->dma_hdl);
683 if (obj->dma_hdl == NULL) {
686 (void) ddi_dma_unbind_handle(obj->dma_hdl);
[all...]
/solaris-x11-s11/open-src/kernel/efb/src/
H A Ddrm_pci.c231 DDI_DMA_SLEEP, NULL, &dmah->dma_hdl)) {
236 if (ret = ddi_dma_mem_alloc(dmah->dma_hdl, size, &hw_acc_attr,
244 ret = ddi_dma_addr_bind_handle(dmah->dma_hdl, NULL,
254 (void) ddi_dma_unbind_handle(dmah->dma_hdl);
267 ddi_dma_free_handle(&dmah->dma_hdl);
281 (void) ddi_dma_unbind_handle(dmah->dma_hdl);
283 ddi_dma_free_handle(&dmah->dma_hdl);
H A Dati_pcigart.c101 ddi_dma_nextcookie(dmah->dma_hdl, &dmah->cookie);
106 (void) ddi_dma_sync(entry->dmah_gart->dma_hdl, 0,
H A DdrmP.h449 ddi_dma_handle_t dma_hdl; member in struct:drm_dma_handle
/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_gem_gtt.c147 DDI_DMA_DONTWAIT, NULL, &ppgtt->dma_hdl)) {
152 if (ddi_dma_mem_alloc(ppgtt->dma_hdl, ptob(pgcnt), &ppgt_acc_attr,
159 if (ddi_dma_addr_bind_handle(ppgtt->dma_hdl, NULL,
187 ddi_dma_nextcookie(ppgtt->dma_hdl, &cookie);
191 (void) ddi_dma_unbind_handle(ppgtt->dma_hdl);
195 ddi_dma_free_handle(&ppgtt->dma_hdl);
342 (void) ddi_dma_unbind_handle(ppgtt->dma_hdl);
344 ddi_dma_free_handle(&ppgtt->dma_hdl);
H A Di915_drv.h497 ddi_dma_handle_t dma_hdl; member in struct:i915_hw_ppgtt
/solaris-x11-s11/open-src/kernel/sys/drm/
H A DdrmP.h638 ddi_dma_handle_t dma_hdl; member in struct:drm_gem_object
725 ddi_dma_handle_t dma_hdl; member in struct:drm_dma_handle

Completed in 40 milliseconds