Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/i915/gt/
Dintel_rps.c2065 i915_reg_t rpstat; in intel_rps_read_rpstat() local
2067 rpstat = (GRAPHICS_VER(i915) >= 12) ? GEN12_RPSTAT1 : GEN6_RPSTAT1; in intel_rps_read_rpstat()
2069 return intel_uncore_read(rps_to_gt(rps)->uncore, rpstat); in intel_rps_read_rpstat()
2072 static u32 intel_rps_get_cagf(struct intel_rps *rps, u32 rpstat) in intel_rps_get_cagf() argument
2078 cagf = REG_FIELD_GET(MTL_CAGF_MASK, rpstat); in intel_rps_get_cagf()
2080 cagf = REG_FIELD_GET(GEN12_CAGF_MASK, rpstat); in intel_rps_get_cagf()
2082 cagf = REG_FIELD_GET(RPE_MASK, rpstat); in intel_rps_get_cagf()
2084 cagf = REG_FIELD_GET(GEN9_CAGF_MASK, rpstat); in intel_rps_get_cagf()
2086 cagf = REG_FIELD_GET(HSW_CAGF_MASK, rpstat); in intel_rps_get_cagf()
2088 cagf = REG_FIELD_GET(GEN6_CAGF_MASK, rpstat); in intel_rps_get_cagf()
[all …]