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

/linux-master/drivers/gpu/drm/i915/
H A Dintel_uncore.c42 fw_domains_get(struct intel_uncore *uncore, enum forcewake_domains fw_domains) argument
44 uncore->fw_get_funcs->force_wake_get(uncore, fw_domains);
291 fw_domains_get_normal(struct intel_uncore *uncore, enum forcewake_domains fw_domains) argument
296 GEM_BUG_ON(fw_domains & ~uncore->fw_domains);
298 for_each_fw_domain_masked(d, fw_domains, uncore, tmp) {
303 for_each_fw_domain_masked(d, fw_domains, uncore, tmp)
306 uncore->fw_domains_active |= fw_domains;
311 enum forcewake_domains fw_domains)
316 GEM_BUG_ON(fw_domains
310 fw_domains_get_with_fallback(struct intel_uncore *uncore, enum forcewake_domains fw_domains) argument
330 fw_domains_put(struct intel_uncore *uncore, enum forcewake_domains fw_domains) argument
344 fw_domains_reset(struct intel_uncore *uncore, enum forcewake_domains fw_domains) argument
380 fw_domains_get_with_thread_status(struct intel_uncore *uncore, enum forcewake_domains fw_domains) argument
650 __intel_uncore_forcewake_get(struct intel_uncore *uncore, enum forcewake_domains fw_domains) argument
682 intel_uncore_forcewake_get(struct intel_uncore *uncore, enum forcewake_domains fw_domains) argument
740 intel_uncore_forcewake_get__locked(struct intel_uncore *uncore, enum forcewake_domains fw_domains) argument
751 __intel_uncore_forcewake_put(struct intel_uncore *uncore, enum forcewake_domains fw_domains, bool delayed) argument
784 intel_uncore_forcewake_put(struct intel_uncore *uncore, enum forcewake_domains fw_domains) argument
797 intel_uncore_forcewake_put_delayed(struct intel_uncore *uncore, enum forcewake_domains fw_domains) argument
815 intel_uncore_forcewake_flush(struct intel_uncore *uncore, enum forcewake_domains fw_domains) argument
840 intel_uncore_forcewake_put__locked(struct intel_uncore *uncore, enum forcewake_domains fw_domains) argument
861 assert_forcewakes_active(struct intel_uncore *uncore, enum forcewake_domains fw_domains) argument
2026 ___force_wake_auto(struct intel_uncore *uncore, enum forcewake_domains fw_domains) argument
2040 __force_wake_auto(struct intel_uncore *uncore, enum forcewake_domains fw_domains) argument
2716 enum forcewake_domains fw_domains = uncore->fw_domains; local
3023 enum forcewake_domains fw_domains = 0; local
[all...]
H A Dintel_uncore.h174 enum forcewake_domains fw_domains; member in struct:intel_uncore
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; local
465 fw_domains = intel_uncore_forcewake_for_reg(uncore, lower_reg,
468 fw_domains |= intel_uncore_forcewake_for_reg(uncore, upper_reg,
472 intel_uncore_forcewake_get__locked(uncore, fw_domains);
481 intel_uncore_forcewake_put__locked(uncore, fw_domains);
/linux-master/drivers/gpu/drm/i915/selftests/
H A Dintel_uncore.c216 enum forcewake_domains fw_domains; local
222 fw_domains = intel_uncore_forcewake_for_reg(uncore, mmio,
224 if (!fw_domains)
227 for_each_fw_domain_masked(domain, fw_domains, uncore, tmp) {
237 intel_uncore_forcewake_get(uncore, fw_domains);
239 intel_uncore_forcewake_put(uncore, fw_domains);
242 for_each_fw_domain_masked(domain, fw_domains, uncore, tmp) {
266 pr_err("%s:%s=%0x, fw_domains 0x%x still up after 100ms!\n",
267 engine->name, r->name, readl(reg), fw_domains);
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_gt_mcr.c329 enum forcewake_domains fw_domains; local
333 fw_domains = intel_uncore_forcewake_for_reg(uncore, mcr_reg_cast(reg),
335 fw_domains |= intel_uncore_forcewake_for_reg(uncore,
341 intel_uncore_forcewake_get__locked(uncore, fw_domains);
345 intel_uncore_forcewake_put__locked(uncore, fw_domains);
H A Dintel_rc6.c801 unsigned int fw_domains; local
808 fw_domains = intel_uncore_forcewake_for_reg(uncore, reg, FW_REG_READ);
811 intel_uncore_forcewake_get__locked(uncore, fw_domains);
852 intel_uncore_forcewake_put__locked(uncore, fw_domains);
H A Dintel_gt_pm_debugfs.c84 DEFINE_INTEL_GT_DEBUGFS_ATTRIBUTE(fw_domains); variable
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc.c67 enum forcewake_domains fw_domains = 0; local
74 fw_domains |= intel_uncore_forcewake_for_reg(gt->uncore,
78 guc->send_regs.fw_domains = fw_domains;
509 intel_uncore_forcewake_get(uncore, guc->send_regs.fw_domains);
595 intel_uncore_forcewake_put(uncore, guc->send_regs.fw_domains);
943 GEM_BUG_ON(guc->send_regs.fw_domains);
H A Dintel_guc.h228 enum forcewake_domains fw_domains; member in struct:intel_guc::__anon422

Completed in 320 milliseconds