Searched refs:for_each_fw_domain_masked (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/gpu/drm/xe/ |
H A D | xe_force_wake.c | 151 #define for_each_fw_domain_masked(domain__, mask__, fw__, tmp__) \ macro 187 for_each_fw_domain_masked(domain, ref_rqst, fw, tmp) { in xe_force_wake_get() 194 for_each_fw_domain_masked(domain, awake_rqst, fw, tmp) { in xe_force_wake_get() 243 for_each_fw_domain_masked(domain, fw_ref, fw, tmp) { in xe_force_wake_put() 251 for_each_fw_domain_masked(domain, sleep, fw, tmp) { in xe_force_wake_put()
|
/linux/drivers/gpu/drm/i915/selftests/ |
H A D | intel_uncore.c | 224 for_each_fw_domain_masked(domain, fw_domains, uncore, tmp) { in live_forcewake_ops() 239 for_each_fw_domain_masked(domain, fw_domains, uncore, tmp) { in live_forcewake_ops()
|