/linux-6.6.21/drivers/gpu/drm/i915/gt/ |
D | intel_gt_pm.c | 173 intel_uncore_forcewake_get(gt->uncore, FORCEWAKE_ALL); in gt_sanitize() 210 intel_uncore_forcewake_put(gt->uncore, FORCEWAKE_ALL); in gt_sanitize() 241 intel_uncore_forcewake_get(gt->uncore, FORCEWAKE_ALL); in intel_gt_resume() 281 intel_uncore_forcewake_put(gt->uncore, FORCEWAKE_ALL); in intel_gt_resume()
|
D | intel_tlb.c | 60 intel_uncore_forcewake_get(uncore, FORCEWAKE_ALL); in mmio_invalidate_full() 109 intel_uncore_forcewake_put_delayed(uncore, FORCEWAKE_ALL); in mmio_invalidate_full()
|
D | selftest_gt_pm.c | 95 intel_uncore_forcewake_get(gt->uncore, FORCEWAKE_ALL); in live_gt_clocks() 130 intel_uncore_forcewake_put(gt->uncore, FORCEWAKE_ALL); in live_gt_clocks()
|
D | intel_region_lmem.c | 112 intel_uncore_forcewake_get(&i915->uncore, FORCEWAKE_ALL); in i915_resize_lmem_bar() 123 intel_uncore_forcewake_put(&i915->uncore, FORCEWAKE_ALL); in i915_resize_lmem_bar()
|
D | intel_rc6.c | 577 intel_uncore_forcewake_get(uncore, FORCEWAKE_ALL); in __intel_rc6_disable() 582 intel_uncore_forcewake_put(uncore, FORCEWAKE_ALL); in __intel_rc6_disable() 655 intel_uncore_forcewake_get(uncore, FORCEWAKE_ALL); in intel_rc6_enable() 674 intel_uncore_forcewake_put(uncore, FORCEWAKE_ALL); in intel_rc6_enable()
|
D | intel_gt.c | 174 intel_uncore_forcewake_get(uncore, FORCEWAKE_ALL); in intel_gt_init_hw() 216 intel_uncore_forcewake_put(uncore, FORCEWAKE_ALL); in intel_gt_init_hw() 698 intel_uncore_forcewake_get(gt->uncore, FORCEWAKE_ALL); in intel_gt_init() 762 intel_uncore_forcewake_put(gt->uncore, FORCEWAKE_ALL); in intel_gt_init()
|
D | intel_reset.c | 781 intel_uncore_forcewake_get(gt->uncore, FORCEWAKE_ALL); in __intel_gt_reset() 794 intel_uncore_forcewake_put(gt->uncore, FORCEWAKE_ALL); in __intel_gt_reset() 821 intel_uncore_forcewake_get(gt->uncore, FORCEWAKE_ALL); in intel_reset_guc() 823 intel_uncore_forcewake_put(gt->uncore, FORCEWAKE_ALL); in intel_reset_guc() 841 intel_uncore_forcewake_get(engine->uncore, FORCEWAKE_ALL); in reset_prepare_engine() 930 intel_uncore_forcewake_put(engine->uncore, FORCEWAKE_ALL); in reset_finish_engine()
|
D | selftest_rc6.c | 90 intel_uncore_forcewake_flush(rc6_to_uncore(rc6), FORCEWAKE_ALL); in live_rc6_manual()
|
D | intel_gt_pm_debugfs.c | 516 intel_uncore_forcewake_get(uncore, FORCEWAKE_ALL); in rps_boost_show() 521 intel_uncore_forcewake_put(uncore, FORCEWAKE_ALL); in rps_boost_show()
|
D | intel_ring_submission.c | 1009 intel_uncore_forcewake_get(uncore, FORCEWAKE_ALL); in gen6_bsd_submit_request() 1040 intel_uncore_forcewake_put(uncore, FORCEWAKE_ALL); in gen6_bsd_submit_request()
|
D | selftest_rps.c | 275 intel_uncore_forcewake_get(gt->uncore, FORCEWAKE_ALL); in live_rps_clock_interval() 322 intel_uncore_forcewake_put(gt->uncore, FORCEWAKE_ALL); in live_rps_clock_interval()
|
D | intel_mocs.c | 703 assert_forcewakes_active(engine->uncore, FORCEWAKE_ALL); in intel_mocs_init_engine()
|
D | intel_rps.c | 1541 intel_uncore_forcewake_get(uncore, FORCEWAKE_ALL); in intel_rps_enable() 1558 intel_uncore_forcewake_put(uncore, FORCEWAKE_ALL); in intel_rps_enable() 2271 intel_uncore_forcewake_get(uncore, FORCEWAKE_ALL); in rps_frequency_dump() 2305 intel_uncore_forcewake_put(uncore, FORCEWAKE_ALL); in rps_frequency_dump()
|
D | intel_execlists_submission.c | 2935 assert_forcewakes_active(engine->uncore, FORCEWAKE_ALL); in enable_execlists()
|
/linux-6.6.21/drivers/gpu/drm/i915/selftests/ |
D | intel_uncore.c | 300 intel_uncore_forcewake_get(uncore, FORCEWAKE_ALL); in live_forcewake_domains() 311 intel_uncore_forcewake_put(uncore, FORCEWAKE_ALL); in live_forcewake_domains()
|
D | i915_request.c | 2655 intel_uncore_forcewake_get(gt->uncore, FORCEWAKE_ALL); in rps_pin() 2664 intel_uncore_forcewake_put(gt->uncore, FORCEWAKE_ALL); in rps_unpin()
|
/linux-6.6.21/drivers/gpu/drm/i915/ |
D | intel_uncore.c | 709 intel_uncore_forcewake_get__locked(uncore, FORCEWAKE_ALL); in intel_uncore_forcewake_user_get() 727 intel_uncore_forcewake_put__locked(uncore, FORCEWAKE_ALL); in intel_uncore_forcewake_user_put() 961 if (entry->domains == FORCEWAKE_ALL) in find_fw_domain() 1884 GEN_FW_RANGE(0x393200, 0x39323f, FORCEWAKE_ALL), /* instance-based, see note above */ 1886 GEN_FW_RANGE(0x393400, 0x3934ff, FORCEWAKE_ALL), /* instance-based, see note above */ 2466 intel_uncore_forcewake_get(uncore, FORCEWAKE_ALL); in i915_pmic_bus_access_notifier() 2470 intel_uncore_forcewake_put(uncore, FORCEWAKE_ALL); in i915_pmic_bus_access_notifier()
|
D | intel_uncore.h | 88 FORCEWAKE_ALL = BIT(FW_DOMAIN_ID_COUNT) - 1, enumerator
|
D | i915_perf.c | 1713 intel_uncore_forcewake_put(stream->uncore, FORCEWAKE_ALL); in i915_oa_stream_destroy() 3410 intel_uncore_forcewake_get(stream->uncore, FORCEWAKE_ALL); in i915_oa_stream_init() 3471 intel_uncore_forcewake_put(stream->uncore, FORCEWAKE_ALL); in i915_oa_stream_init()
|
/linux-6.6.21/drivers/gpu/drm/i915/gvt/ |
D | mmio_context.c | 574 intel_uncore_forcewake_get(engine->uncore, FORCEWAKE_ALL); in intel_gvt_switch_mmio() 576 intel_uncore_forcewake_put(engine->uncore, FORCEWAKE_ALL); in intel_gvt_switch_mmio()
|
D | scheduler.c | 1190 FORCEWAKE_ALL); in workload_thread() 1219 FORCEWAKE_ALL); in workload_thread()
|
/linux-6.6.21/drivers/gpu/drm/i915/gt/uc/ |
D | intel_uc_fw.c | 1073 intel_uncore_forcewake_get(uncore, FORCEWAKE_ALL); in uc_fw_xfer() 1106 intel_uncore_forcewake_put(uncore, FORCEWAKE_ALL); in uc_fw_xfer()
|
D | intel_guc_submission.c | 4157 assert_forcewakes_active(engine->uncore, FORCEWAKE_ALL); in guc_resume()
|
/linux-6.6.21/drivers/gpu/drm/i915/display/ |
D | intel_display_power.c | 1335 intel_uncore_forcewake_get(&dev_priv->uncore, FORCEWAKE_ALL); in hsw_restore_lcpll() 1364 intel_uncore_forcewake_put(&dev_priv->uncore, FORCEWAKE_ALL); in hsw_restore_lcpll()
|