Searched refs:fw_domains (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | intel_uncore.c | 42 fw_domains_get(struct intel_uncore *uncore, enum forcewake_domains fw_domains) in fw_domains_get() argument 44 uncore->fw_get_funcs->force_wake_get(uncore, fw_domains); in fw_domains_get() 291 fw_domains_get_normal(struct intel_uncore *uncore, enum forcewake_domains fw_domains) in fw_domains_get_normal() argument 296 GEM_BUG_ON(fw_domains & ~uncore->fw_domains); in fw_domains_get_normal() 298 for_each_fw_domain_masked(d, fw_domains, uncore, tmp) { in fw_domains_get_normal() 303 for_each_fw_domain_masked(d, fw_domains, uncore, tmp) in fw_domains_get_normal() 306 uncore->fw_domains_active |= fw_domains; in fw_domains_get_normal() 311 enum forcewake_domains fw_domains) in fw_domains_get_with_fallback() argument 316 GEM_BUG_ON(fw_domains & ~uncore->fw_domains); in fw_domains_get_with_fallback() 318 for_each_fw_domain_masked(d, fw_domains, uncore, tmp) { in fw_domains_get_with_fallback() [all …]
|
H A 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()
|
/openbmc/linux/drivers/gpu/drm/i915/selftests/ |
H A D | intel_uncore.c | 214 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()
|
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/ |
H A 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() 484 intel_uncore_forcewake_get(uncore, guc->send_regs.fw_domains); in intel_guc_send_mmio() 570 intel_uncore_forcewake_put(uncore, guc->send_regs.fw_domains); in intel_guc_send_mmio() 899 GEM_BUG_ON(guc->send_regs.fw_domains); in intel_guc_write_barrier()
|
H A D | intel_guc.h | 212 enum forcewake_domains fw_domains; member
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_gt_mcr.c | 328 enum forcewake_domains fw_domains; in rw_with_mcr_steering() local 332 fw_domains = intel_uncore_forcewake_for_reg(uncore, mcr_reg_cast(reg), in rw_with_mcr_steering() 334 fw_domains |= intel_uncore_forcewake_for_reg(uncore, in rw_with_mcr_steering() 340 intel_uncore_forcewake_get__locked(uncore, fw_domains); in rw_with_mcr_steering() 344 intel_uncore_forcewake_put__locked(uncore, fw_domains); in rw_with_mcr_steering()
|
H A D | intel_rc6.c | 802 unsigned int fw_domains; in intel_rc6_residency_ns() local 809 fw_domains = intel_uncore_forcewake_for_reg(uncore, reg, FW_REG_READ); in intel_rc6_residency_ns() 812 intel_uncore_forcewake_get__locked(uncore, fw_domains); in intel_rc6_residency_ns() 853 intel_uncore_forcewake_put__locked(uncore, fw_domains); in intel_rc6_residency_ns()
|
H A D | intel_gt_pm_debugfs.c | 84 DEFINE_INTEL_GT_DEBUGFS_ATTRIBUTE(fw_domains);
|