Searched refs:fw_domain (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | debugfs_gt_pm.c | 25 struct intel_uncore_forcewake_domain *fw_domain; in fw_domains_show() local 31 for_each_fw_domain(fw_domain, uncore, tmp) in fw_domains_show() 33 intel_uncore_forcewake_domain_to_str(fw_domain->id), in fw_domains_show() 34 READ_ONCE(fw_domain->wake_count)); in fw_domains_show()
|
H A D | intel_engine_types.h | 324 * a particular engine is active. If so, we set fw_domain to which 329 enum forcewake_domains fw_domain; member
|
H A D | intel_lrc.c | 1370 if (engine->fw_domain && !atomic_fetch_inc(&engine->fw_active)) in __execlists_schedule_in() 1371 intel_uncore_forcewake_get(engine->uncore, engine->fw_domain); in __execlists_schedule_in() 1440 if (engine->fw_domain && !atomic_dec_return(&engine->fw_active)) in __execlists_schedule_out() 1441 intel_uncore_forcewake_put(engine->uncore, engine->fw_domain); in __execlists_schedule_out()
|
H A D | intel_engine_cs.c | 1640 engine->fw_domain, atomic_read(&engine->fw_active)); in intel_engine_dump()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | intel_gt_pm_debugfs.c | 71 struct intel_uncore_forcewake_domain *fw_domain; in fw_domains_show() local 77 for_each_fw_domain(fw_domain, uncore, tmp) in fw_domains_show() 79 intel_uncore_forcewake_domain_to_str(fw_domain->id), in fw_domains_show() 80 READ_ONCE(fw_domain->wake_count)); in fw_domains_show()
|
H A D | intel_engine_types.h | 395 * a particular engine is active. If so, we set fw_domain to which 400 enum forcewake_domains fw_domain; member
|
H A D | intel_execlists_submission.c | 520 if (engine->fw_domain && !engine->fw_active++) in __execlists_schedule_in() 521 intel_uncore_forcewake_get(engine->uncore, engine->fw_domain); in __execlists_schedule_in() 631 if (engine->fw_domain && !--engine->fw_active) in __execlists_schedule_out() 632 intel_uncore_forcewake_put(engine->uncore, engine->fw_domain); in __execlists_schedule_out() 3566 engine->fw_domain = intel_uncore_forcewake_for_reg(engine->uncore, in intel_execlists_submission_setup()
|
H A D | intel_engine_cs.c | 2385 engine->fw_domain, READ_ONCE(engine->fw_active)); in intel_engine_dump()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | intel_uncore.h | 146 } *fw_domain[FW_DOMAIN_ID_COUNT]; member 156 for_each_if(domain__ = (uncore__)->fw_domain[__mask_next_bit(tmp__)])
|
H A D | intel_uncore.c | 1492 GEM_BUG_ON(uncore->fw_domain[domain_id]); in __fw_domain_init() 1530 uncore->fw_domain[domain_id] = d; in __fw_domain_init() 1542 d = fetch_and_zero(&uncore->fw_domain[domain_id]); in fw_domain_fini()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | intel_uncore.h | 188 } *fw_domain[FW_DOMAIN_ID_COUNT]; member 198 for_each_if(domain__ = (uncore__)->fw_domain[__mask_next_bit(tmp__)])
|
H A D | intel_uncore.c | 2211 GEM_BUG_ON(uncore->fw_domain[domain_id]); in __fw_domain_init() 2256 uncore->fw_domain[domain_id] = d; in __fw_domain_init() 2268 d = fetch_and_zero(&uncore->fw_domain[domain_id]); in fw_domain_fini()
|
Completed in 31 milliseconds