Home
last modified time | relevance | path

Searched refs:i915_vma_unlock (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/i915/gem/selftests/
Digt_gem_utils.c135 i915_vma_unlock(batch); in igt_gpu_fill_dw()
143 i915_vma_unlock(vma); in igt_gpu_fill_dw()
Di915_gem_client_blt.c417 i915_vma_unlock(vma); in move_to_active()
Di915_gem_context.c1556 i915_vma_unlock(vma); in write_to_scratch()
1694 i915_vma_unlock(vma); in read_from_scratch()
/Linux-v5.10/drivers/gpu/drm/i915/gt/
Dselftest_workarounds.c143 i915_vma_unlock(vma); in read_nonprivs()
599 i915_vma_unlock(batch); in check_dirty_whitelist()
608 i915_vma_unlock(scratch); in check_dirty_whitelist()
805 i915_vma_unlock(results); in read_whitelisted_registers()
892 i915_vma_unlock(batch); in scrub_whitelisted_registers()
Dselftest_rps.c141 i915_vma_unlock(vma); in create_spin_counter()
717 i915_vma_unlock(vma); in live_rps_frequency_cs()
857 i915_vma_unlock(vma); in live_rps_frequency_srm()
Dselftest_mocs.c247 i915_vma_unlock(vma); in check_mocs_engine()
Dselftest_hangcheck.c128 i915_vma_unlock(vma); in move_to_active()
1236 i915_vma_unlock(arg.vma); in __igt_reset_evict_vma()
Dselftest_lrc.c2724 i915_vma_unlock(vma); in create_gang()
3141 i915_vma_unlock(vma); in create_gpr_client()
3152 i915_vma_unlock(batch); in create_gpr_client()
3490 i915_vma_unlock(vma); in smoke_submit()
5200 i915_vma_unlock(scratch); in __gpr_read()
5620 i915_vma_unlock(vma); in move_to_active()
/Linux-v5.10/drivers/gpu/drm/i915/selftests/
Digt_spinner.c83 i915_vma_unlock(vma); in move_to_active()
Di915_request.c894 i915_vma_unlock(batch); in live_all_engines()
1026 i915_vma_unlock(batch); in live_sequential_engines()
/Linux-v5.10/drivers/gpu/drm/i915/
Di915_vma.h234 static inline void i915_vma_unlock(struct i915_vma *vma) in i915_vma_unlock() function