/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/ |
H A D | amdgpu_dc_surface.c | 199 kref_put(&plane_state->refcount, dc_plane_state_free); in dc_plane_state_release() 215 kref_put(&(*gamma)->refcount, dc_gamma_free); in dc_gamma_release() 246 kref_put(&tf->refcount, dc_transfer_func_free); in dc_transfer_func_release() 290 kref_put(&lut->refcount, dc_3dlut_func_free); in dc_3dlut_func_release()
|
H A D | amdgpu_dc_sink.c | 89 kref_put(&sink->refcount, dc_sink_free); in dc_sink_release()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/ |
H A D | drm_dp_aux_dev.c | 123 kref_put(&aux_dev->refcount, release_drm_dp_aux_dev); in name_show() 243 kref_put(&aux_dev->refcount, release_drm_dp_aux_dev); in auxdev_release() 301 kref_put(&aux_dev->refcount, release_drm_dp_aux_dev); in drm_dp_aux_unregister_devnode()
|
H A D | drm_auth.c | 369 kref_put(&(*master)->refcount, drm_master_destroy); in drm_master_put()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/ttm/ |
H A D | ttm_bo.c | 232 kref_put(&bo->list_kref, ttm_bo_ref_bug); in ttm_bo_del_from_lru() 237 kref_put(&bo->list_kref, ttm_bo_ref_bug); in ttm_bo_del_from_lru() 610 kref_put(&bo->list_kref, ttm_bo_ref_bug); in ttm_bo_cleanup_refs() 655 kref_put(&bo->list_kref, ttm_bo_release_list); in ttm_bo_delayed_delete() 697 kref_put(&bo->list_kref, ttm_bo_release_list); in ttm_bo_release() 702 kref_put(&bo->kref, ttm_bo_release); in ttm_bo_put() 898 kref_put(&busy_bo->list_kref, ttm_bo_release_list); in ttm_mem_evict_first() 907 kref_put(&bo->list_kref, ttm_bo_release_list); in ttm_mem_evict_first() 917 kref_put(&bo->list_kref, ttm_bo_release_list); in ttm_mem_evict_first() 1941 kref_put(&bo->list_kref, ttm_bo_release_list); in ttm_bo_swapout() [all …]
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/ |
H A D | i915_perf.h | 59 kref_put(&oa_config->ref, i915_oa_config_release); in i915_oa_config_put()
|
H A D | i915_gpu_error.h | 260 kref_put(&gpu->ref, __i915_gpu_coredump_free); in i915_gpu_coredump_put()
|
H A D | intel_memory_region.c | 246 kref_put(&mem->kref, __intel_memory_region_destroy); in intel_memory_region_put()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
H A D | amdgpu_bo_list.c | 183 kref_put(&list->refcount, amdgpu_bo_list_free); in amdgpu_bo_list_destroy() 237 kref_put(&list->refcount, amdgpu_bo_list_free); in amdgpu_bo_list_put()
|
H A D | amdgpu_ctx.c | 302 kref_put(&ctx->refcount, amdgpu_ctx_do_release); in amdgpu_ctx_free() 457 kref_put(&ctx->refcount, amdgpu_ctx_do_release); in amdgpu_ctx_put() 634 if (kref_put(&ctx->refcount, amdgpu_ctx_fini) != 1) in amdgpu_ctx_mgr_fini()
|
/netbsd-src/sys/external/bsd/drm2/dist/include/drm/ |
H A D | drm_syncobj.h | 90 kref_put(&obj->refcount, drm_syncobj_free); in drm_syncobj_put()
|
H A D | drm_atomic.h | 409 kref_put(&commit->ref, __drm_crtc_commit_free); in drm_crtc_commit_put() 440 kref_put(&state->ref, __drm_atomic_state_free); in drm_atomic_state_put()
|
H A D | drm_gem.h | 416 kref_put(&obj->refcount, drm_gem_object_free); in __drm_gem_object_put()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
H A D | intel_timeline.h | 54 kref_put(&timeline->kref, __intel_timeline_free); in intel_timeline_put()
|
H A D | intel_ring.h | 40 kref_put(&ring->ref, intel_ring_free); in intel_ring_put()
|
H A D | intel_context.h | 136 kref_put(&ce->ref, ce->ops->destroy); in intel_context_put()
|
H A D | intel_gt_requests.c | 183 if (kref_put(&tl->kref, null_release)) { in intel_gt_retire_requests_timeout()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
H A D | ttm_object.c | 161 kref_put(&tfile->refcount, ttm_object_file_destroy); in ttm_object_file_unref() 232 kref_put(&base->refcount, ttm_release_base); in ttm_base_object_unref() 465 kref_put(&ref->kref, ttm_ref_object_release); in ttm_ref_object_base_unref()
|
/netbsd-src/sys/external/bsd/drm2/include/linux/ |
H A D | kref.h | 129 kref_put(struct kref *kref, void (*release)(struct kref *)) in kref_put() function
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/selftests/ |
H A D | lib_sw_fence.c | 140 kref_put(&h->ref, heap_fence_release); in heap_fence_put()
|
H A D | i915_active.c | 48 kref_put(&active->ref, __live_release); in __live_put()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/ |
H A D | nouveau_nvkm_core_memory.c | 128 kref_put(&memory->kref, nvkm_memory_del); in nvkm_memory_unref()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/ |
H A D | nouveau_fence.c | 141 kref_put(&fctx->fence_ref, nouveau_fence_context_put); in nouveau_fence_context_free() 538 kref_put(&fctx->fence_ref, nouveau_fence_context_put); in nouveau_fence_release()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gvt/ |
H A D | gtt.h | 185 kref_put(&mm->ref, _intel_vgpu_mm_release); in intel_vgpu_mm_put()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gem/ |
H A D | i915_gem_context.h | 148 kref_put(&ctx->ref, i915_gem_context_release); in i915_gem_context_put()
|