Lines Matching refs:wakeref
49 intel_wakeref_t wakeref; in alloc_gm() local
67 wakeref = mmio_hw_access_pre(gt); in alloc_gm()
72 mmio_hw_access_post(gt, wakeref); in alloc_gm()
172 intel_wakeref_t wakeref; in free_vgpu_fence() local
178 wakeref = intel_runtime_pm_get(uncore->rpm); in free_vgpu_fence()
189 intel_runtime_pm_put(uncore->rpm, wakeref); in free_vgpu_fence()
197 intel_wakeref_t wakeref; in alloc_vgpu_fence() local
200 wakeref = intel_runtime_pm_get(uncore->rpm); in alloc_vgpu_fence()
216 intel_runtime_pm_put(uncore->rpm, wakeref); in alloc_vgpu_fence()
230 intel_runtime_pm_put(uncore->rpm, wakeref); in alloc_vgpu_fence()
325 intel_wakeref_t wakeref; in intel_vgpu_reset_resource() local
327 with_intel_runtime_pm(gvt->gt->uncore->rpm, wakeref) in intel_vgpu_reset_resource()