/src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
intel_rc6_types.h | 30 bool wakeref : 1; member in struct:intel_rc6
|
selftest_llc.c | 20 intel_wakeref_t wakeref; local in function:gen6_verify_ring_freq 24 wakeref = intel_runtime_pm_get(llc_to_gt(llc)->uncore->rpm); 73 intel_runtime_pm_put(llc_to_gt(llc)->uncore->rpm, wakeref);
|
selftest_reset.c | 19 intel_wakeref_t wakeref; local in function:igt_global_reset 25 wakeref = intel_runtime_pm_get(gt->uncore->rpm); 36 intel_runtime_pm_put(gt->uncore->rpm, wakeref); 48 intel_wakeref_t wakeref; local in function:igt_wedged_reset 53 wakeref = intel_runtime_pm_get(gt->uncore->rpm); 60 intel_runtime_pm_put(gt->uncore->rpm, wakeref);
|
intel_gt_pm.c | 38 GEM_BUG_ON(count > atomic_read(>->wakeref.count)); 39 atomic_sub(count, >->wakeref.count); 41 atomic_add(count, >->wakeref.count); 48 struct intel_gt *gt = container_of(wf, typeof(*gt), wakeref); 80 struct intel_gt *gt = container_of(wf, typeof(*gt), wakeref); 81 intel_wakeref_t wakeref = fetch_and_zero(>->awake); local in function:__gt_park 97 GEM_BUG_ON(!wakeref); 98 intel_display_power_put_async(i915, POWER_DOMAIN_GT_IRQ, wakeref); 112 intel_wakeref_init(>->wakeref, gt->uncore->rpm, &wf_ops); 138 intel_wakeref_t wakeref; local in function:gt_sanitize 291 intel_wakeref_t wakeref; local in function:intel_gt_suspend_late [all...] |
selftest_rc6.c | 24 intel_wakeref_t wakeref; local in function:live_rc6_manual 40 wakeref = intel_runtime_pm_get(gt->uncore->rpm); 74 intel_runtime_pm_put(gt->uncore->rpm, wakeref);
|
intel_gt_types.h | 60 struct intel_wakeref wakeref; member in struct:intel_gt
|
debugfs_gt_pm.c | 49 intel_wakeref_t wakeref; local in function:print_rc6_res 51 with_intel_runtime_pm(gt->uncore->rpm, wakeref) 230 intel_wakeref_t wakeref; local in function:drpc_show 233 with_intel_runtime_pm(gt->uncore->rpm, wakeref) { 252 intel_wakeref_t wakeref; local in function:frequency_show 254 wakeref = intel_runtime_pm_get(uncore->rpm); 464 intel_runtime_pm_put(uncore->rpm, wakeref); 477 intel_wakeref_t wakeref; local in function:llc_show 494 wakeref = intel_runtime_pm_get(gt->uncore->rpm); 509 intel_runtime_pm_put(gt->uncore->rpm, wakeref); [all...] |
gen6_ppgtt.c | 222 intel_wakeref_t wakeref; local in function:gen6_alloc_va_range 227 wakeref = intel_runtime_pm_get(&vm->i915->runtime_pm); 269 intel_runtime_pm_put(&vm->i915->runtime_pm, wakeref);
|
intel_gt.c | 284 intel_wakeref_t wakeref; local in function:intel_gt_flush_ggtt_writes 312 with_intel_runtime_pm_if_in_use(uncore->rpm, wakeref) {
|
/src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/ |
intel_huc.c | 214 intel_wakeref_t wakeref; local in function:intel_huc_check_status 220 with_intel_runtime_pm(gt->uncore->rpm, wakeref)
|
intel_guc_log.c | 423 intel_wakeref_t wakeref; local in function:guc_log_capture_logs 431 with_intel_runtime_pm(&dev_priv->runtime_pm, wakeref) 520 intel_wakeref_t wakeref; local in function:intel_guc_log_set_level 538 with_intel_runtime_pm(&dev_priv->runtime_pm, wakeref) 627 intel_wakeref_t wakeref; local in function:intel_guc_log_relay_flush 638 with_intel_runtime_pm(guc_to_gt(guc)->uncore->rpm, wakeref)
|
intel_uc.c | 560 intel_wakeref_t wakeref; local in function:intel_uc_suspend 565 with_intel_runtime_pm(uc_to_gt(uc)->uncore->rpm, wakeref)
|
/src/sys/external/bsd/drm2/dist/drm/i915/ |
intel_wakeref.c | 21 wf->wakeref = intel_runtime_pm_get(wf->rpm); 26 intel_wakeref_t wakeref = fetch_and_zero(&wf->wakeref); local in function:rpm_put 28 intel_runtime_pm_put(wf->rpm, wakeref); 29 INTEL_WAKEREF_BUG_ON(!wakeref); 40 * upon acquiring the wakeref. 112 __mutex_init(&wf->mutex, "wakeref.mutex", &key->mutex); 114 wf->wakeref = 0; 118 lockdep_init_map(&wf->work.lockdep_map, "wakeref.work", &key->work, 0); 148 intel_wakeref_t wakeref; local in function:wakeref_auto_timeout [all...] |
intel_wakeref.h | 43 intel_wakeref_t wakeref; member in struct:intel_wakeref 73 * intel_wakeref_get: Acquire the wakeref 74 * @wf: the wakeref 76 * Acquire a hold on the wakeref. The first user to do so, will acquire 77 * the runtime pm wakeref and then call the @fn underneath the wakeref 80 * Note that @fn is allowed to fail, in which case the runtime-pm wakeref 83 * Returns: 0 if the wakeref was acquired successfully, or a negative error 97 * __intel_wakeref_get: Acquire the wakeref, again 98 * @wf: the wakeref 247 intel_wakeref_t wakeref; member in struct:intel_wakeref_auto [all...] |
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_dsb.c | 113 intel_wakeref_t wakeref; local in function:intel_dsb_get 121 wakeref = intel_runtime_pm_get(&i915->runtime_pm); 154 intel_runtime_pm_put(&i915->runtime_pm, wakeref);
|
intel_vga.c | 83 intel_wakeref_t wakeref; local in function:intel_vga_redisable 94 wakeref = intel_display_power_get_if_enabled(i915, POWER_DOMAIN_VGA); 95 if (!wakeref) 100 intel_display_power_put(i915, POWER_DOMAIN_VGA, wakeref);
|
intel_fbdev.c | 192 intel_wakeref_t wakeref; local in function:intelfb_create 225 wakeref = intel_runtime_pm_get(&dev_priv->runtime_pm); 326 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref); 335 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref);
|
intel_hotplug.c | 242 intel_wakeref_t wakeref; local in function:intel_hpd_irq_storm_reenable_work 245 wakeref = intel_runtime_pm_get(&dev_priv->runtime_pm); 278 intel_runtime_pm_put(&dev_priv->runtime_pm, wakeref);
|
intel_pipe_crc.c | 608 intel_wakeref_t wakeref; local in function:intel_crtc_set_crc_source 619 wakeref = intel_display_power_get_if_enabled(dev_priv, power_domain); 620 if (!wakeref) { 648 intel_display_power_put(dev_priv, power_domain, wakeref);
|
intel_tc.c | 95 intel_wakeref_t wakeref; local in function:intel_tc_port_fia_max_lane_count 102 with_intel_display_power(i915, POWER_DOMAIN_DISPLAY_CORE, wakeref) 503 intel_wakeref_t wakeref; local in function:__intel_tc_port_lock 505 wakeref = intel_display_power_get(i915, POWER_DOMAIN_DISPLAY_CORE); 514 dig_port->tc_lock_wakeref = wakeref; 525 intel_wakeref_t wakeref = fetch_and_zero(&dig_port->tc_lock_wakeref); local in function:intel_tc_port_unlock 530 wakeref);
|
/src/sys/external/bsd/drm2/dist/drm/i915/selftests/ |
i915_gem.c | 78 intel_wakeref_t wakeref; local in function:simulate_hibernate 80 wakeref = intel_runtime_pm_get(&i915->runtime_pm); 91 intel_runtime_pm_put(&i915->runtime_pm, wakeref); 103 intel_wakeref_t wakeref; local in function:pm_suspend 105 with_intel_runtime_pm(&i915->runtime_pm, wakeref) { 113 intel_wakeref_t wakeref; local in function:pm_hibernate 115 with_intel_runtime_pm(&i915->runtime_pm, wakeref) { 125 intel_wakeref_t wakeref; local in function:pm_resume 131 with_intel_runtime_pm(&i915->runtime_pm, wakeref) {
|
i915_gem_evict.c | 410 intel_wakeref_t wakeref; local in function:igt_evict_contexts 429 wakeref = intel_runtime_pm_get(&i915->runtime_pm); 543 intel_runtime_pm_put(&i915->runtime_pm, wakeref); 558 intel_wakeref_t wakeref; local in function:i915_gem_evict_mock_selftests 565 with_intel_runtime_pm(&i915->runtime_pm, wakeref)
|
intel_uncore.c | 153 intel_wakeref_t wakeref; local in function:live_forcewake_ops 186 wakeref = intel_runtime_pm_get(uncore->rpm); 257 intel_runtime_pm_put(uncore->rpm, wakeref);
|
/src/sys/external/bsd/drm2/dist/drm/i915/gem/ |
i915_gem_object.c | 197 intel_wakeref_t wakeref; local in function:__i915_gem_free_objects 199 wakeref = intel_runtime_pm_get(&i915->runtime_pm); 272 intel_runtime_pm_put(&i915->runtime_pm, wakeref);
|
i915_gem_shrinker.c | 126 intel_wakeref_t wakeref = 0; local in function:i915_gem_shrink 147 wakeref = intel_runtime_pm_get_if_in_use(&i915->runtime_pm); 148 if (!wakeref) 235 intel_runtime_pm_put(&i915->runtime_pm, wakeref); 258 intel_wakeref_t wakeref; local in function:i915_gem_shrink_all 261 with_intel_runtime_pm(&i915->runtime_pm, wakeref) { 315 intel_wakeref_t wakeref; local in function:i915_gem_shrinker_scan 317 with_intel_runtime_pm(&i915->runtime_pm, wakeref) { 338 intel_wakeref_t wakeref; local in function:i915_gem_shrinker_oom 342 with_intel_runtime_pm(&i915->runtime_pm, wakeref) 379 intel_wakeref_t wakeref; local in function:i915_gem_shrinker_vmap [all...] |