/src/sys/external/bsd/drm2/dist/drm/nouveau/ |
nouveau_sgdma.c | 64 .unbind = nv04_sgdma_unbind, 85 .unbind = nv04_sgdma_unbind,
|
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
vmwgfx_resource_priv.h | 71 * @unbind: Unbind a hardware resource from persistent 97 int (*unbind) (struct vmw_resource *res, member in struct:vmw_res_func
|
vmwgfx_va.c | 95 .unbind = NULL
|
vmwgfx_resource.c | 138 res->func->unbind != NULL) { 143 res->func->unbind(res, false, &val_buf); 680 if (unlikely(func->unbind != NULL && 682 ret = func->unbind(res, res->res_dirty, &val_buf); 804 if (!WARN_ON_ONCE(!res->func->unbind)) 805 (void) res->func->unbind(res, res->res_dirty, &val_buf);
|
vmwgfx_context.c | 89 .unbind = NULL 103 .unbind = vmw_gb_context_unbind 117 .unbind = vmw_dx_context_unbind
|
vmwgfx_cotable.c | 131 .unbind = vmw_cotable_unbind, 233 * device forget about the cotable without performing a full unbind. A full 234 * unbind requires reserved backup buffers and it might not be possible to 236 * function implements a partial unbind() without that requirement but with the 299 * vmw_cotable_unbind - Cotable resource unbind callback 428 DRM_ERROR("Failed waiting for cotable unbind.\n");
|
vmwgfx_shader.c | 110 .unbind = vmw_gb_shader_unbind 129 .unbind = vmw_dx_shader_unbind, 467 * vmw_dx_shader_scrub - Have the device unbind a MOB from a DX shader. 473 * However, once the driver eventually decides to unbind the MOB, it doesn't 507 * vmw_dx_shader_unbind - The dx shader unbind callback. 510 * @readback: Whether this is a readback unbind. Currently unused. 546 * @readback: Whether the call was part of a readback unbind. 548 * Scrubs all shader MOBs so that any subsequent shader unbind or shader
|
vmwgfx_ttm_buffer.c | 713 .unbind = vmw_ttm_unbind,
|
vmwgfx_surface.c | 148 .unbind = &vmw_legacy_srf_unbind 162 .unbind = vmw_gb_surface_unbind, 546 * vmw_legacy_srf_unbind - Perform a legacy surface unbind as part of the
|
/src/sys/external/bsd/drm2/dist/include/drm/ttm/ |
ttm_tt.h | 68 * struct ttm_backend_func member unbind 72 * Unbind previously bound backend pages. This function should be 75 int (*unbind) (struct ttm_tt *ttm); member in struct:ttm_backend_func 204 * Unbind, unpopulate and destroy common struct ttm_tt. 213 * Unbind a struct ttm_tt. 293 * bind and unbind memory backing a ttm_tt.
|
/src/sys/arch/xen/xen/ |
xenevt.c | 606 struct ioctl_evtchn_unbind *unbind = addr; local in function:xenevt_fioctl 608 if (unbind->port >= NR_EVENT_CHANNELS) 611 if (devevent[unbind->port] != d) { 615 devevent[unbind->port] = NULL; 617 hypervisor_mask_event(unbind->port); 618 xen_atomic_clear_bit(&d->ci->ci_evtmask[0], unbind->port); 620 op.u.close.port = unbind->port;
|
/src/sys/external/bsd/drm2/dist/drm/ttm/ |
ttm_agp_backend.c | 115 .unbind = ttm_agp_unbind,
|
ttm_tt.c | 380 ret = ttm->func->unbind(ttm);
|
/src/sys/external/bsd/drm2/ttm/ |
ttm_agp_backend.c | 169 .unbind = &ttm_agp_unbind,
|
/src/sys/external/bsd/drm2/dist/drm/qxl/ |
qxl_ttm.c | 195 .unbind = &qxl_ttm_backend_unbind,
|
/src/sys/dev/pci/ |
agp.c | 827 * Unbind the individual pages and flush the chipset's 958 agp_unbind_user(struct agp_softc *sc, agp_unbind *unbind) 960 struct agp_memory *mem = agp_find_memory(sc, unbind->key);
|
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_audio.c | 1102 .unbind = i915_audio_component_unbind, 1117 * its own component after which each side's component unbind callback is
|
intel_hdcp.c | 1798 DRM_DEBUG("I915 HDCP comp unbind\n"); 1806 .unbind = i915_hdcp_component_unbind,
|
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_ttm.c | 748 .unbind = &radeon_ttm_backend_unbind,
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_ttm.c | 1236 * amdgpu_ttm_backend_unbind - Unbind GTT mapped pages 1254 /* unbind shouldn't be done for GDS/GWS/OA in ttm_bo_clean_mm */ 1257 DRM_ERROR("failed to unbind %lu pages at 0x%08"PRIX64"\n", 1277 .unbind = &amdgpu_ttm_backend_unbind,
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/ |
nouveau_dispnv50_disp.c | 581 .unbind = nv50_audio_component_unbind,
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/ |
amdgpu_dm.c | 691 .unbind = amdgpu_dm_audio_component_unbind,
|