Home
last modified time | relevance | path

Searched refs:fw_domains (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/i915/
H A Dintel_uncore.h168 enum forcewake_domains fw_domains; member
195 for_each_fw_domain_masked(domain__, (uncore__)->fw_domains, uncore__, tmp__)
250 enum forcewake_domains fw_domains);
266 enum forcewake_domains fw_domains);
457 enum forcewake_domains fw_domains; in intel_uncore_read64_2x32() local
460 fw_domains = intel_uncore_forcewake_for_reg(uncore, lower_reg, in intel_uncore_read64_2x32()
463 fw_domains |= intel_uncore_forcewake_for_reg(uncore, upper_reg, in intel_uncore_read64_2x32()
467 intel_uncore_forcewake_get__locked(uncore, fw_domains); in intel_uncore_read64_2x32()
476 intel_uncore_forcewake_put__locked(uncore, fw_domains); in intel_uncore_read64_2x32()
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gt_mcr.c290 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()
/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc.h230 enum forcewake_domains fw_domains; member