Home
last modified time | relevance | path

Searched refs:fw_domains (Results 1 – 8 of 8) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/i915/
A Dintel_uncore.c290 GEM_BUG_ON(fw_domains & ~uncore->fw_domains); in fw_domains_get_normal()
310 GEM_BUG_ON(fw_domains & ~uncore->fw_domains); in fw_domains_get_with_fallback()
329 GEM_BUG_ON(fw_domains & ~uncore->fw_domains); in fw_domains_put()
347 GEM_BUG_ON(fw_domains & ~uncore->fw_domains); in fw_domains_reset()
650 fw_domains &= uncore->fw_domains; in __intel_uncore_forcewake_get()
752 fw_domains &= uncore->fw_domains; in __intel_uncore_forcewake_put()
818 fw_domains &= uncore->fw_domains; in intel_uncore_forcewake_flush()
871 fw_domains &= uncore->fw_domains; in assert_forcewakes_active()
874 fw_domains, fw_domains & ~uncore->fw_domains_active); in assert_forcewakes_active()
2015 GEM_BUG_ON(fw_domains & ~uncore->fw_domains); in ___force_wake_auto()
[all …]
A Dintel_uncore.h174 enum forcewake_domains fw_domains; member
201 for_each_fw_domain_masked(domain__, (uncore__)->fw_domains, uncore__, tmp__)
256 enum forcewake_domains fw_domains);
272 enum forcewake_domains fw_domains);
462 enum forcewake_domains fw_domains; in intel_uncore_read64_2x32() local
465 fw_domains = intel_uncore_forcewake_for_reg(uncore, lower_reg, in intel_uncore_read64_2x32()
468 fw_domains |= intel_uncore_forcewake_for_reg(uncore, upper_reg, in intel_uncore_read64_2x32()
472 intel_uncore_forcewake_get__locked(uncore, fw_domains); in intel_uncore_read64_2x32()
481 intel_uncore_forcewake_put__locked(uncore, fw_domains); in intel_uncore_read64_2x32()
/linux-6.3-rc2/drivers/gpu/drm/i915/selftests/
A Dintel_uncore.c214 enum forcewake_domains fw_domains; in live_forcewake_ops() local
220 fw_domains = intel_uncore_forcewake_for_reg(uncore, mmio, in live_forcewake_ops()
222 if (!fw_domains) in live_forcewake_ops()
225 for_each_fw_domain_masked(domain, fw_domains, uncore, tmp) { in live_forcewake_ops()
235 intel_uncore_forcewake_get(uncore, fw_domains); in live_forcewake_ops()
237 intel_uncore_forcewake_put(uncore, fw_domains); in live_forcewake_ops()
240 for_each_fw_domain_masked(domain, fw_domains, uncore, tmp) { in live_forcewake_ops()
265 engine->name, r->name, readl(reg), fw_domains); in live_forcewake_ops()
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/uc/
A Dintel_guc.c66 enum forcewake_domains fw_domains = 0; in intel_guc_init_send_regs() local
73 fw_domains |= intel_uncore_forcewake_for_reg(gt->uncore, in intel_guc_init_send_regs()
77 guc->send_regs.fw_domains = fw_domains; in intel_guc_init_send_regs()
495 intel_uncore_forcewake_get(uncore, guc->send_regs.fw_domains); in intel_guc_send_mmio()
581 intel_uncore_forcewake_put(uncore, guc->send_regs.fw_domains); in intel_guc_send_mmio()
902 GEM_BUG_ON(guc->send_regs.fw_domains); in intel_guc_write_barrier()
A Dintel_guc.h209 enum forcewake_domains fw_domains; member
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/
A Dintel_gt_mcr.c329 enum forcewake_domains fw_domains; in rw_with_mcr_steering() local
333 fw_domains = intel_uncore_forcewake_for_reg(uncore, mcr_reg_cast(reg), in rw_with_mcr_steering()
335 fw_domains |= intel_uncore_forcewake_for_reg(uncore, in rw_with_mcr_steering()
341 intel_uncore_forcewake_get__locked(uncore, fw_domains); in rw_with_mcr_steering()
345 intel_uncore_forcewake_put__locked(uncore, fw_domains); in rw_with_mcr_steering()
A Dintel_rc6.c764 unsigned int fw_domains; in intel_rc6_residency_ns() local
771 fw_domains = intel_uncore_forcewake_for_reg(uncore, reg, FW_REG_READ); in intel_rc6_residency_ns()
774 intel_uncore_forcewake_get__locked(uncore, fw_domains); in intel_rc6_residency_ns()
815 intel_uncore_forcewake_put__locked(uncore, fw_domains); in intel_rc6_residency_ns()
A Dintel_gt_pm_debugfs.c84 DEFINE_INTEL_GT_DEBUGFS_ATTRIBUTE(fw_domains);

Completed in 18 milliseconds