Searched refs:fw_domains (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/i915/ |
D | intel_uncore.c | 43 fw_domains_get(struct intel_uncore *uncore, enum forcewake_domains fw_domains) in fw_domains_get() argument 45 uncore->fw_get_funcs->force_wake_get(uncore, fw_domains); in fw_domains_get() 294 fw_domains_get_normal(struct intel_uncore *uncore, enum forcewake_domains fw_domains) in fw_domains_get_normal() argument 299 GEM_BUG_ON(fw_domains & ~uncore->fw_domains); in fw_domains_get_normal() 301 for_each_fw_domain_masked(d, fw_domains, uncore, tmp) { in fw_domains_get_normal() 306 for_each_fw_domain_masked(d, fw_domains, uncore, tmp) in fw_domains_get_normal() 309 uncore->fw_domains_active |= fw_domains; in fw_domains_get_normal() 314 enum forcewake_domains fw_domains) in fw_domains_get_with_fallback() argument 319 GEM_BUG_ON(fw_domains & ~uncore->fw_domains); in fw_domains_get_with_fallback() 321 for_each_fw_domain_masked(d, fw_domains, uncore, tmp) { in fw_domains_get_with_fallback() [all …]
|
D | intel_uncore.h | 174 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.12.1/drivers/gpu/drm/i915/selftests/ |
D | intel_uncore.c | 213 enum forcewake_domains fw_domains; in live_forcewake_ops() local 219 fw_domains = intel_uncore_forcewake_for_reg(uncore, mmio, in live_forcewake_ops() 221 if (!fw_domains) in live_forcewake_ops() 224 for_each_fw_domain_masked(domain, fw_domains, uncore, tmp) { in live_forcewake_ops() 234 intel_uncore_forcewake_get(uncore, fw_domains); in live_forcewake_ops() 236 intel_uncore_forcewake_put(uncore, fw_domains); in live_forcewake_ops() 239 for_each_fw_domain_masked(domain, fw_domains, uncore, tmp) { in live_forcewake_ops() 264 engine->name, r->name, readl(reg), fw_domains); in live_forcewake_ops()
|
/linux-6.12.1/drivers/gpu/drm/i915/gt/ |
D | intel_gt_mcr.c | 290 enum forcewake_domains fw_domains; in rw_with_mcr_steering() local 294 fw_domains = intel_uncore_forcewake_for_reg(uncore, mcr_reg_cast(reg), in rw_with_mcr_steering() 296 fw_domains |= intel_uncore_forcewake_for_reg(uncore, in rw_with_mcr_steering() 302 intel_uncore_forcewake_get__locked(uncore, fw_domains); in rw_with_mcr_steering() 306 intel_uncore_forcewake_put__locked(uncore, fw_domains); in rw_with_mcr_steering()
|
D | intel_rc6.c | 801 unsigned int fw_domains; in intel_rc6_residency_ns() local 808 fw_domains = intel_uncore_forcewake_for_reg(uncore, reg, FW_REG_READ); in intel_rc6_residency_ns() 811 intel_uncore_forcewake_get__locked(uncore, fw_domains); in intel_rc6_residency_ns() 852 intel_uncore_forcewake_put__locked(uncore, fw_domains); in intel_rc6_residency_ns()
|
D | intel_gt_pm_debugfs.c | 88 DEFINE_INTEL_GT_DEBUGFS_ATTRIBUTE(fw_domains);
|
/linux-6.12.1/drivers/gpu/drm/i915/gt/uc/ |
D | intel_guc.c | 67 enum forcewake_domains fw_domains = 0; in intel_guc_init_send_regs() local 74 fw_domains |= intel_uncore_forcewake_for_reg(gt->uncore, in intel_guc_init_send_regs() 78 guc->send_regs.fw_domains = fw_domains; in intel_guc_init_send_regs() 511 intel_uncore_forcewake_get(uncore, guc->send_regs.fw_domains); in intel_guc_send_mmio() 597 intel_uncore_forcewake_put(uncore, guc->send_regs.fw_domains); in intel_guc_send_mmio() 945 GEM_BUG_ON(guc->send_regs.fw_domains); in intel_guc_write_barrier()
|
D | intel_guc.h | 230 enum forcewake_domains fw_domains; member
|