/linux-6.12.1/drivers/gpu/drm/i915/gt/ |
D | intel_gt_pm.c | 175 intel_uncore_forcewake_get(gt->uncore, FORCEWAKE_ALL); in gt_sanitize() 212 intel_uncore_forcewake_put(gt->uncore, FORCEWAKE_ALL); in gt_sanitize() 259 intel_uncore_forcewake_get(gt->uncore, FORCEWAKE_ALL); in intel_gt_resume() 299 intel_uncore_forcewake_put(gt->uncore, FORCEWAKE_ALL); in intel_gt_resume()
|
D | intel_tlb.c | 61 intel_uncore_forcewake_get(uncore, FORCEWAKE_ALL); in mmio_invalidate_full() 110 intel_uncore_forcewake_put_delayed(uncore, FORCEWAKE_ALL); in mmio_invalidate_full()
|
D | selftest_gt_pm.c | 96 intel_uncore_forcewake_get(gt->uncore, FORCEWAKE_ALL); in live_gt_clocks() 131 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 | 574 intel_uncore_forcewake_get(uncore, FORCEWAKE_ALL); in __intel_rc6_disable() 579 intel_uncore_forcewake_put(uncore, FORCEWAKE_ALL); in __intel_rc6_disable() 652 intel_uncore_forcewake_get(uncore, FORCEWAKE_ALL); in intel_rc6_enable() 671 intel_uncore_forcewake_put(uncore, FORCEWAKE_ALL); in intel_rc6_enable()
|
D | intel_reset.c | 782 intel_uncore_forcewake_get(gt->uncore, FORCEWAKE_ALL); in __intel_gt_reset() 793 intel_uncore_forcewake_put(gt->uncore, FORCEWAKE_ALL); in __intel_gt_reset() 820 intel_uncore_forcewake_get(gt->uncore, FORCEWAKE_ALL); in intel_reset_guc() 822 intel_uncore_forcewake_put(gt->uncore, FORCEWAKE_ALL); in intel_reset_guc() 840 intel_uncore_forcewake_get(engine->uncore, FORCEWAKE_ALL); in reset_prepare_engine() 938 intel_uncore_forcewake_put(engine->uncore, FORCEWAKE_ALL); in reset_finish_engine()
|
D | intel_gt.c | 180 intel_uncore_forcewake_get(uncore, FORCEWAKE_ALL); in intel_gt_init_hw() 222 intel_uncore_forcewake_put(uncore, FORCEWAKE_ALL); in intel_gt_init_hw() 715 intel_uncore_forcewake_get(gt->uncore, FORCEWAKE_ALL); in intel_gt_init() 779 intel_uncore_forcewake_put(gt->uncore, FORCEWAKE_ALL); in intel_gt_init()
|
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 | 514 intel_uncore_forcewake_get(uncore, FORCEWAKE_ALL); in rps_boost_show() 519 intel_uncore_forcewake_put(uncore, FORCEWAKE_ALL); in rps_boost_show()
|
D | intel_ring_submission.c | 1011 intel_uncore_forcewake_get(uncore, FORCEWAKE_ALL); in gen6_bsd_submit_request() 1042 intel_uncore_forcewake_put(uncore, FORCEWAKE_ALL); in gen6_bsd_submit_request()
|
D | intel_mocs.c | 636 assert_forcewakes_active(engine->uncore, FORCEWAKE_ALL); in intel_mocs_init_engine()
|
D | selftest_rps.c | 276 intel_uncore_forcewake_get(gt->uncore, FORCEWAKE_ALL); in live_rps_clock_interval() 323 intel_uncore_forcewake_put(gt->uncore, FORCEWAKE_ALL); in live_rps_clock_interval()
|
D | intel_rps.c | 1542 intel_uncore_forcewake_get(uncore, FORCEWAKE_ALL); in intel_rps_enable() 1559 intel_uncore_forcewake_put(uncore, FORCEWAKE_ALL); in intel_rps_enable() 2272 intel_uncore_forcewake_get(uncore, FORCEWAKE_ALL); in rps_frequency_dump() 2306 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.12.1/drivers/gpu/drm/i915/selftests/ |
D | intel_uncore.c | 299 intel_uncore_forcewake_get(uncore, FORCEWAKE_ALL); in live_forcewake_domains() 310 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.12.1/drivers/gpu/drm/xe/compat-i915-headers/ |
D | i915_drv.h | 108 #define FORCEWAKE_ALL XE_FORCEWAKE_ALL macro
|
/linux-6.12.1/drivers/gpu/drm/i915/ |
D | intel_uncore.c | 712 intel_uncore_forcewake_get__locked(uncore, FORCEWAKE_ALL); in intel_uncore_forcewake_user_get() 730 intel_uncore_forcewake_put__locked(uncore, FORCEWAKE_ALL); in intel_uncore_forcewake_user_put() 964 if (entry->domains == FORCEWAKE_ALL) in find_fw_domain() 1736 GEN_FW_RANGE(0x393200, 0x39323f, FORCEWAKE_ALL), /* instance-based, see note above */ 1738 GEN_FW_RANGE(0x393400, 0x3934ff, FORCEWAKE_ALL), /* instance-based, see note above */ 2318 intel_uncore_forcewake_get(uncore, FORCEWAKE_ALL); in i915_pmic_bus_access_notifier() 2322 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 | 1681 intel_uncore_forcewake_put(stream->uncore, FORCEWAKE_ALL); in i915_oa_stream_destroy() 3340 intel_uncore_forcewake_get(stream->uncore, FORCEWAKE_ALL); in i915_oa_stream_init() 3378 intel_uncore_forcewake_put(stream->uncore, FORCEWAKE_ALL); in i915_oa_stream_init()
|
/linux-6.12.1/drivers/gpu/drm/i915/gvt/ |
D | mmio_context.c | 582 intel_uncore_forcewake_get(engine->uncore, FORCEWAKE_ALL); in intel_gvt_switch_mmio() 584 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.12.1/drivers/gpu/drm/i915/gt/uc/ |
D | intel_uc_fw.c | 1095 intel_uncore_forcewake_get(uncore, FORCEWAKE_ALL); in uc_fw_xfer() 1128 intel_uncore_forcewake_put(uncore, FORCEWAKE_ALL); in uc_fw_xfer()
|
D | intel_guc_submission.c | 4358 assert_forcewakes_active(engine->uncore, FORCEWAKE_ALL); in guc_resume()
|
/linux-6.12.1/drivers/gpu/drm/i915/display/ |
D | intel_display_power.c | 1315 intel_uncore_forcewake_get(&dev_priv->uncore, FORCEWAKE_ALL); in hsw_restore_lcpll() 1344 intel_uncore_forcewake_put(&dev_priv->uncore, FORCEWAKE_ALL); in hsw_restore_lcpll()
|