/linux/drivers/gpu/drm/i915/gt/ |
A D | intel_gt_pm.c | 162 intel_uncore_forcewake_get(gt->uncore, FORCEWAKE_ALL); in gt_sanitize() 198 intel_uncore_forcewake_put(gt->uncore, FORCEWAKE_ALL); in gt_sanitize() 229 intel_uncore_forcewake_get(gt->uncore, FORCEWAKE_ALL); in intel_gt_resume() 273 intel_uncore_forcewake_put(gt->uncore, FORCEWAKE_ALL); in intel_gt_resume()
|
A D | selftest_gt_pm.c | 100 intel_uncore_forcewake_get(gt->uncore, FORCEWAKE_ALL); in live_gt_clocks() 135 intel_uncore_forcewake_put(gt->uncore, FORCEWAKE_ALL); in live_gt_clocks()
|
A D | intel_rc6.c | 534 intel_uncore_forcewake_get(uncore, FORCEWAKE_ALL); in __intel_rc6_disable() 539 intel_uncore_forcewake_put(uncore, FORCEWAKE_ALL); in __intel_rc6_disable() 589 intel_uncore_forcewake_get(uncore, FORCEWAKE_ALL); in intel_rc6_enable() 608 intel_uncore_forcewake_put(uncore, FORCEWAKE_ALL); in intel_rc6_enable()
|
A D | intel_gt.c | 196 intel_uncore_forcewake_get(uncore, FORCEWAKE_ALL); in intel_gt_init_hw() 238 intel_uncore_forcewake_put(uncore, FORCEWAKE_ALL); in intel_gt_init_hw() 673 intel_uncore_forcewake_get(gt->uncore, FORCEWAKE_ALL); in intel_gt_init() 735 intel_uncore_forcewake_put(gt->uncore, FORCEWAKE_ALL); in intel_gt_init()
|
A D | intel_reset.c | 686 intel_uncore_forcewake_get(gt->uncore, FORCEWAKE_ALL); in __intel_gt_reset() 693 intel_uncore_forcewake_put(gt->uncore, FORCEWAKE_ALL); in __intel_gt_reset() 722 intel_uncore_forcewake_get(gt->uncore, FORCEWAKE_ALL); in intel_reset_guc() 724 intel_uncore_forcewake_put(gt->uncore, FORCEWAKE_ALL); in intel_reset_guc() 742 intel_uncore_forcewake_get(engine->uncore, FORCEWAKE_ALL); in reset_prepare_engine() 830 intel_uncore_forcewake_put(engine->uncore, FORCEWAKE_ALL); in reset_finish_engine()
|
A D | intel_gt_pm_debugfs.c | 359 intel_uncore_forcewake_get(uncore, FORCEWAKE_ALL); in intel_gt_pm_frequency_dump() 393 intel_uncore_forcewake_put(uncore, FORCEWAKE_ALL); in intel_gt_pm_frequency_dump() 634 intel_uncore_forcewake_get(uncore, FORCEWAKE_ALL); in rps_boost_show() 639 intel_uncore_forcewake_put(uncore, FORCEWAKE_ALL); in rps_boost_show()
|
A D | selftest_rc6.c | 90 intel_uncore_forcewake_flush(rc6_to_uncore(rc6), FORCEWAKE_ALL); in live_rc6_manual()
|
A D | intel_ring_submission.c | 998 intel_uncore_forcewake_get(uncore, FORCEWAKE_ALL); in gen6_bsd_submit_request() 1029 intel_uncore_forcewake_put(uncore, FORCEWAKE_ALL); in gen6_bsd_submit_request()
|
A D | intel_mocs.c | 600 assert_forcewakes_active(engine->uncore, FORCEWAKE_ALL); in intel_mocs_init_engine()
|
A D | selftest_rps.c | 271 intel_uncore_forcewake_get(gt->uncore, FORCEWAKE_ALL); in live_rps_clock_interval() 318 intel_uncore_forcewake_put(gt->uncore, FORCEWAKE_ALL); in live_rps_clock_interval()
|
A D | intel_rps.c | 1380 intel_uncore_forcewake_get(uncore, FORCEWAKE_ALL); in intel_rps_enable() 1397 intel_uncore_forcewake_put(uncore, FORCEWAKE_ALL); in intel_rps_enable()
|
A D | intel_execlists_submission.c | 2842 assert_forcewakes_active(engine->uncore, FORCEWAKE_ALL); in enable_execlists()
|
/linux/drivers/gpu/drm/i915/selftests/ |
A D | intel_uncore.c | 294 intel_uncore_forcewake_get(uncore, FORCEWAKE_ALL); in live_forcewake_domains() 305 intel_uncore_forcewake_put(uncore, FORCEWAKE_ALL); in live_forcewake_domains()
|
A D | i915_request.c | 2465 intel_uncore_forcewake_get(gt->uncore, FORCEWAKE_ALL); in rps_pin() 2474 intel_uncore_forcewake_put(gt->uncore, FORCEWAKE_ALL); in rps_unpin()
|
/linux/drivers/gpu/drm/i915/gvt/ |
A D | mmio_context.c | 571 intel_uncore_forcewake_get(engine->uncore, FORCEWAKE_ALL); in intel_gvt_switch_mmio() 573 intel_uncore_forcewake_put(engine->uncore, FORCEWAKE_ALL); in intel_gvt_switch_mmio()
|
A D | scheduler.c | 1188 FORCEWAKE_ALL); in workload_thread() 1217 FORCEWAKE_ALL); in workload_thread()
|
/linux/drivers/gpu/drm/i915/ |
A D | intel_uncore.c | 675 intel_uncore_forcewake_get__locked(uncore, FORCEWAKE_ALL); in intel_uncore_forcewake_user_get() 702 intel_uncore_forcewake_put__locked(uncore, FORCEWAKE_ALL); in intel_uncore_forcewake_user_put() 912 if (entry->domains == FORCEWAKE_ALL) in find_fw_domain() 2012 intel_uncore_forcewake_get(uncore, FORCEWAKE_ALL); in i915_pmic_bus_access_notifier() 2016 intel_uncore_forcewake_put(uncore, FORCEWAKE_ALL); in i915_pmic_bus_access_notifier()
|
A D | intel_uncore.h | 84 FORCEWAKE_ALL = BIT(FW_DOMAIN_ID_COUNT) - 1, enumerator
|
A D | i915_perf.c | 1384 intel_uncore_forcewake_put(stream->uncore, FORCEWAKE_ALL); in i915_oa_stream_destroy() 2957 intel_uncore_forcewake_get(stream->uncore, FORCEWAKE_ALL); in i915_oa_stream_init() 2994 intel_uncore_forcewake_put(stream->uncore, FORCEWAKE_ALL); in i915_oa_stream_init()
|
/linux/drivers/gpu/drm/i915/gt/uc/ |
A D | intel_uc_fw.c | 466 intel_uncore_forcewake_get(uncore, FORCEWAKE_ALL); in uc_fw_xfer() 499 intel_uncore_forcewake_put(uncore, FORCEWAKE_ALL); in uc_fw_xfer()
|
A D | intel_guc_submission.c | 3268 assert_forcewakes_active(engine->uncore, FORCEWAKE_ALL); in guc_resume()
|
/linux/drivers/gpu/drm/i915/display/ |
A D | intel_display_power.c | 5452 intel_uncore_forcewake_get(&dev_priv->uncore, FORCEWAKE_ALL); in hsw_restore_lcpll() 5483 intel_uncore_forcewake_put(&dev_priv->uncore, FORCEWAKE_ALL); in hsw_restore_lcpll()
|