/Linux-v5.4/drivers/gpu/drm/i915/ |
D | intel_runtime_pm.h | 185 intel_runtime_pm_put((rpm), (wf)), (wf) = 0) 189 intel_runtime_pm_put((rpm), (wf)), (wf) = 0) 193 void intel_runtime_pm_put(struct intel_runtime_pm *rpm, intel_wakeref_t wref); 196 intel_runtime_pm_put(struct intel_runtime_pm *rpm, intel_wakeref_t wref) in intel_runtime_pm_put() function
|
D | intel_wakeref.c | 21 intel_runtime_pm_put(wf->rpm, wakeref); in rpm_put() 128 intel_runtime_pm_put(wf->rpm, wakeref); in wakeref_auto_timeout()
|
D | i915_sysfs.c | 279 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in gt_act_freq_mhz_show() 395 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in gt_max_freq_mhz_store() 447 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in gt_min_freq_mhz_store()
|
D | i915_gem.c | 425 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in i915_gem_gtt_pread() 646 intel_runtime_pm_put(rpm, wakeref); in i915_gem_gtt_pwrite_fast() 1165 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in i915_gem_sanitize() 1730 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in i915_gem_freeze_late()
|
D | i915_debugfs.c | 641 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in i915_interrupt_info() 991 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in i915_frequency_info() 1341 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in i915_fbc_status() 1405 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in i915_ips_status() 1474 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in i915_ring_freq_table() 1692 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in i915_swizzle_info() 2246 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in i915_edp_psr_status() 2267 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in i915_edp_psr_debug_set() 2415 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in i915_dmc_info() 2775 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in i915_display_info() [all …]
|
D | intel_runtime_pm.c | 525 void intel_runtime_pm_put(struct intel_runtime_pm *rpm, intel_wakeref_t wref) in intel_runtime_pm_put() function
|
/Linux-v5.4/drivers/gpu/drm/i915/gt/ |
D | selftest_reset.c | 31 intel_runtime_pm_put(>->i915->runtime_pm, wakeref); in igt_global_reset() 55 intel_runtime_pm_put(>->i915->runtime_pm, wakeref); in igt_wedged_reset()
|
D | selftest_lrc.c | 77 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in live_sanitycheck() 296 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in live_timeslice_preempt() 479 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in live_busywait_preempt() 603 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in live_preempt() 709 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in live_late_preempt() 845 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in live_nopreempt() 961 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in live_suppress_self_preempt() 1132 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in live_suppress_wait_preempt() 1278 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in live_chain_preempt() 1403 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in live_preempt_hang() [all …]
|
D | selftest_timeline.c | 562 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in live_hwsp_engine() 638 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in live_hwsp_alternate() 757 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in live_hwsp_wrap() 827 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in live_hwsp_recycle()
|
D | intel_hangcheck.c | 324 intel_runtime_pm_put(>->i915->runtime_pm, wakeref); in hangcheck_elapsed()
|
D | selftest_workarounds.c | 725 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in live_dirty_whitelist() 1146 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in live_gpu_reset_workarounds() 1231 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in live_engine_reset_workarounds()
|
/Linux-v5.4/drivers/gpu/drm/i915/selftests/ |
D | i915_active.c | 175 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in live_active_wait() 211 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in live_active_retire()
|
D | i915_request.c | 611 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in live_nop_request() 756 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in live_empty_request() 930 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in live_all_engines() 1060 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in live_sequential_engines() 1232 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in live_breadcrumbs_smoketest()
|
D | i915_gem.c | 78 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in simulate_hibernate()
|
D | intel_uncore.c | 250 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in live_forcewake_ops()
|
D | i915_gem_evict.c | 525 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in igt_evict_contexts()
|
/Linux-v5.4/drivers/gpu/drm/i915/gt/uc/ |
D | selftest_guc.c | 192 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in igt_guc_clients() 301 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in igt_guc_doorbells()
|
/Linux-v5.4/drivers/gpu/drm/i915/gem/ |
D | i915_gem_mman.c | 334 intel_runtime_pm_put(rpm, wakeref); in i915_gem_fault() 436 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in i915_gem_object_release_mmap()
|
D | i915_gem_domain.c | 251 intel_runtime_pm_put(&i915->runtime_pm, in i915_gem_object_set_cache_level() 273 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in i915_gem_object_set_cache_level()
|
D | i915_gem_object.c | 194 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in __i915_gem_free_objects()
|
D | i915_gem_shrinker.c | 276 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in i915_gem_shrink()
|
/Linux-v5.4/drivers/gpu/drm/i915/display/ |
D | intel_fbdev.c | 269 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in intelfb_create() 277 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in intelfb_create()
|
D | intel_hotplug.c | 273 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); in intel_hpd_irq_storm_reenable_work()
|
/Linux-v5.4/drivers/gpu/drm/i915/gem/selftests/ |
D | i915_gem_coherency.c | 381 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in igt_gem_coherency()
|
D | i915_gem_mman.c | 320 intel_runtime_pm_put(&i915->runtime_pm, wakeref); in igt_partial_tiling()
|