/openbsd/sys/dev/pci/drm/i915/gt/ |
H A D | intel_gt_pm.c | 189 intel_uncore_forcewake_get(gt->uncore, FORCEWAKE_ALL); in gt_sanitize() 226 intel_uncore_forcewake_put(gt->uncore, FORCEWAKE_ALL); in gt_sanitize() 257 intel_uncore_forcewake_get(gt->uncore, FORCEWAKE_ALL); in intel_gt_resume() 297 intel_uncore_forcewake_put(gt->uncore, FORCEWAKE_ALL); in intel_gt_resume()
|
H A 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()
|
H A 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()
|
H A D | intel_rc6.c | 575 intel_uncore_forcewake_get(uncore, FORCEWAKE_ALL); in __intel_rc6_disable() 580 intel_uncore_forcewake_put(uncore, FORCEWAKE_ALL); in __intel_rc6_disable() 653 intel_uncore_forcewake_get(uncore, FORCEWAKE_ALL); in intel_rc6_enable() 672 intel_uncore_forcewake_put(uncore, FORCEWAKE_ALL); in intel_rc6_enable()
|
H A D | intel_region_lmem.c | 120 intel_uncore_forcewake_get(&i915->uncore, FORCEWAKE_ALL); in i915_resize_lmem_bar() 131 intel_uncore_forcewake_put(&i915->uncore, FORCEWAKE_ALL); in i915_resize_lmem_bar()
|
H A 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() 942 intel_uncore_forcewake_put(engine->uncore, FORCEWAKE_ALL); in reset_finish_engine()
|
H A 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() 702 intel_uncore_forcewake_get(gt->uncore, FORCEWAKE_ALL); in intel_gt_init() 766 intel_uncore_forcewake_put(gt->uncore, FORCEWAKE_ALL); in intel_gt_init()
|
H A D | selftest_rc6.c | 90 intel_uncore_forcewake_flush(rc6_to_uncore(rc6), FORCEWAKE_ALL); in live_rc6_manual()
|
H A D | intel_gt_pm_debugfs.c | 518 intel_uncore_forcewake_get(uncore, FORCEWAKE_ALL); in rps_boost_show() 523 intel_uncore_forcewake_put(uncore, FORCEWAKE_ALL); in rps_boost_show()
|
H A D | intel_ring_submission.c | 1014 intel_uncore_forcewake_get(uncore, FORCEWAKE_ALL); in gen6_bsd_submit_request() 1045 intel_uncore_forcewake_put(uncore, FORCEWAKE_ALL); in gen6_bsd_submit_request()
|
H A 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()
|
H A D | intel_rps.c | 1543 intel_uncore_forcewake_get(uncore, FORCEWAKE_ALL); in intel_rps_enable() 1560 intel_uncore_forcewake_put(uncore, FORCEWAKE_ALL); in intel_rps_enable() 2281 intel_uncore_forcewake_get(uncore, FORCEWAKE_ALL); 2315 intel_uncore_forcewake_put(uncore, FORCEWAKE_ALL);
|
H A D | intel_mocs.c | 686 assert_forcewakes_active(engine->uncore, FORCEWAKE_ALL); in intel_mocs_init_engine()
|
H A D | intel_execlists_submission.c | 2940 assert_forcewakes_active(engine->uncore, FORCEWAKE_ALL); in enable_execlists()
|
/openbsd/sys/dev/pci/drm/i915/selftests/ |
H A 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()
|
H A 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()
|
/openbsd/sys/dev/pci/drm/i915/ |
H A D | intel_uncore.c | 742 intel_uncore_forcewake_get__locked(uncore, FORCEWAKE_ALL); in intel_uncore_forcewake_user_get() 760 intel_uncore_forcewake_put__locked(uncore, FORCEWAKE_ALL); in intel_uncore_forcewake_user_put() 994 if (entry->domains == FORCEWAKE_ALL) in find_fw_domain() 1920 GEN_FW_RANGE(0x393200, 0x39323f, FORCEWAKE_ALL), /* instance-based, see note above */ 1922 GEN_FW_RANGE(0x393400, 0x3934ff, FORCEWAKE_ALL), /* instance-based, see note above */ 2506 intel_uncore_forcewake_get(uncore, FORCEWAKE_ALL); in i915_pmic_bus_access_notifier() 2510 intel_uncore_forcewake_put(uncore, FORCEWAKE_ALL); in i915_pmic_bus_access_notifier()
|
H A D | intel_uncore.h | 88 FORCEWAKE_ALL = BIT(FW_DOMAIN_ID_COUNT) - 1, enumerator
|
H A D | i915_perf.c | 1729 intel_uncore_forcewake_put(stream->uncore, FORCEWAKE_ALL); in i915_oa_stream_destroy() 3408 intel_uncore_forcewake_get(stream->uncore, FORCEWAKE_ALL); in i915_oa_stream_init() 3469 intel_uncore_forcewake_put(stream->uncore, FORCEWAKE_ALL); in i915_oa_stream_init()
|
/openbsd/sys/dev/pci/drm/i915/gvt/ |
H A 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()
|
H A D | scheduler.c | 1190 FORCEWAKE_ALL); in workload_thread() 1219 FORCEWAKE_ALL); in workload_thread()
|
/openbsd/sys/dev/pci/drm/i915/gt/uc/ |
H A D | intel_uc_fw.c | 1077 intel_uncore_forcewake_get(uncore, FORCEWAKE_ALL); in uc_fw_xfer() 1110 intel_uncore_forcewake_put(uncore, FORCEWAKE_ALL); in uc_fw_xfer()
|
H A D | intel_guc_submission.c | 4192 assert_forcewakes_active(engine->uncore, FORCEWAKE_ALL); in guc_resume()
|
/openbsd/sys/dev/pci/drm/i915/display/ |
H A D | intel_display_power.c | 1337 intel_uncore_forcewake_get(&dev_priv->uncore, FORCEWAKE_ALL); in hsw_restore_lcpll() 1366 intel_uncore_forcewake_put(&dev_priv->uncore, FORCEWAKE_ALL); in hsw_restore_lcpll()
|