Home
last modified time | relevance | path

Searched refs:xe_pm_runtime_put (Results 1 – 22 of 22) sorted by relevance

/linux/drivers/gpu/drm/xe/ !
H A Dxe_pm.h27 void xe_pm_runtime_put(struct xe_device *xe);
44 xe_pm_runtime_get(_T), xe_pm_runtime_put(_T))
46 xe_pm_runtime_get_noresume(_T), xe_pm_runtime_put(_T))
55 __xe_pm_runtime_noop(_T), xe_pm_runtime_put(_T));
H A Dxe_shrinker.c198 xe_pm_runtime_put(shrinker->xe); in xe_shrinker_runtime_pm_put()
263 xe_pm_runtime_put(shrinker->xe); in xe_shrinker_pm()
H A Dxe_pxp.c280 xe_pm_runtime_put(xe); in pxp_irq_work()
682 xe_pm_runtime_put(pxp->xe); in xe_pxp_exec_queue_add()
709 xe_pm_runtime_put(pxp->xe); in __pxp_exec_queue_remove()
H A Dxe_gt.c660 xe_pm_runtime_put(gt_to_xe(gt)); in xe_gt_fini()
916 xe_pm_runtime_put(gt_to_xe(gt)); in gt_reset_worker()
930 xe_pm_runtime_put(gt_to_xe(gt)); in gt_reset_worker()
946 xe_pm_runtime_put(gt_to_xe(gt)); in xe_gt_reset_async()
H A Dxe_pm.c434 xe_pm_runtime_put(xe); in xe_pm_notifier_callback()
778 void xe_pm_runtime_put(struct xe_device *xe) in xe_pm_runtime_put() function
H A Dxe_pmu.c228 xe_pm_runtime_put(xe); in xe_pmu_event_destroy()
266 xe_pm_runtime_put(xe); in xe_pmu_event_init()
H A Dxe_debugfs.c222 xe_pm_runtime_put(xe); in forcewake_open()
234 xe_pm_runtime_put(xe); in forcewake_release()
H A Dxe_tlb_inval_job.c197 xe_pm_runtime_put(xe); /* Pairs with get from xe_tlb_inval_job_create */ in xe_tlb_inval_job_destroy()
H A Dxe_tlb_inval.c37 xe_pm_runtime_put(fence->tlb_inval->xe); in xe_tlb_inval_fence_fini()
H A Dxe_dma_buf.c46 xe_pm_runtime_put(to_xe_device(obj->dev)); in xe_dma_buf_detach()
H A Dxe_eu_stall.c671 xe_pm_runtime_put(gt_to_xe(gt)); in xe_eu_stall_stream_enable()
836 xe_pm_runtime_put(gt_to_xe(gt)); in xe_eu_stall_disable_locked()
H A Dxe_guc_ct.c531 xe_pm_runtime_put(ct_to_xe(ct)); in guc_ct_change_state()
861 xe_pm_runtime_put(ct_to_xe(ct)); in __g2h_release_space()
1873 xe_pm_runtime_put(xe); in xe_guc_ct_fast_path()
1946 xe_pm_runtime_put(ct_to_xe(ct)); in receive_g2h()
H A Dxe_ggtt.c466 xe_pm_runtime_put(xe); in xe_ggtt_node_remove()
910 xe_pm_runtime_put(tile_to_xe(ggtt->tile)); in __xe_ggtt_insert_bo_at()
H A Dxe_late_bind_fw.c269 xe_pm_runtime_put(xe); in xe_late_bind_work()
H A Dxe_bo.c994 xe_pm_runtime_put(xe); in xe_bo_move()
1017 xe_pm_runtime_put(xe); in xe_bo_move()
1169 xe_pm_runtime_put(xe); in xe_bo_shrink()
1925 xe_pm_runtime_put(xe); in xe_bo_cpu_fault_fastpath()
2017 xe_pm_runtime_put(xe); in xe_bo_cpu_fault()
H A Dxe_oa.c873 xe_pm_runtime_put(stream->oa->xe); in xe_oa_stream_destroy()
1664 xe_pm_runtime_put(gt_to_xe(gt)); in xe_oa_release()
1828 xe_pm_runtime_put(stream->oa->xe); in xe_oa_stream_init()
1922 xe_pm_runtime_put(gt_to_xe(gt)); in xe_oa_timestamp_frequency()
H A Dxe_svm.c740 xe_pm_runtime_put(xe); in xe_svm_devmem_release()
1089 xe_pm_runtime_put(xe); in xe_drm_pagemap_populate_mm()
H A Dxe_device.c845 xe_pm_runtime_put(xe); in xe_device_wedged_fini()
H A Dxe_vm.c1686 xe_pm_runtime_put(xe); in xe_vm_create()
1858 xe_pm_runtime_put(xe); in vm_destroy_work_func()
H A Dxe_guc_submit.c1910 xe_pm_runtime_put(xe); in guc_exec_queue_process_msg()
/linux/drivers/gpu/drm/xe/tests/ !
H A Dxe_kunit_helpers.c94 KUNIT_DEFINE_ACTION_WRAPPER(put_xe_pm_runtime, xe_pm_runtime_put, struct xe_device *);
H A Dxe_guc_g2g_test.c661 xe_pm_runtime_put(xe); in g2g_pm_runtime_put()