Home
last modified time | relevance | path

Searched refs:hold_count (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/i915/
H A Di915_vma_resource.h104 refcount_t hold_count; member
237 GEM_BUG_ON(refcount_read(&vma_res->hold_count) != 1); in i915_vma_resource_fini()
H A Di915_vma_resource.c107 if (!refcount_dec_and_test(&vma_res->hold_count)) in __i915_vma_resource_unhold()
165 bool held = refcount_inc_not_zero(&vma_res->hold_count); in i915_vma_resource_hold()
267 refcount_set(&vma_res->hold_count, 1); in __i915_vma_resource_init()
/linux/drivers/media/platform/qcom/venus/
H A Dhfi_helper.h1170 u32 hold_count; member
1177 u32 hold_count; member
1191 return req->hold_count; in hfi_bufreq_get_hold_count()
1198 return req->hold_count; in hfi_bufreq_get_count_min()
1218 req->hold_count = val; in hfi_bufreq_set_hold_count()
1225 req->hold_count = val; in hfi_bufreq_set_count_min()
H A Dhfi_cmds.c481 count->hold_count = in->hold_count; in pkt_session_set_property_1x()