Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/i915/gt/
Ddebugfs_gt_pm.c304 u32 rpstat, cagf, reqf; in frequency_show() local
339 rpstat = intel_uncore_read(uncore, GEN6_RPSTAT1); in frequency_show()
401 seq_printf(m, "RPSTAT1: 0x%08x\n", rpstat); in frequency_show()
Dintel_rps.c1920 u32 intel_rps_get_cagf(struct intel_rps *rps, u32 rpstat) in intel_rps_get_cagf() argument
1926 cagf = (rpstat >> 8) & 0xff; in intel_rps_get_cagf()
1928 cagf = (rpstat & GEN9_CAGF_MASK) >> GEN9_CAGF_SHIFT; in intel_rps_get_cagf()
1930 cagf = (rpstat & HSW_CAGF_MASK) >> HSW_CAGF_SHIFT; in intel_rps_get_cagf()
1932 cagf = (rpstat & GEN6_CAGF_MASK) >> GEN6_CAGF_SHIFT; in intel_rps_get_cagf()
1934 cagf = gen5_invert_freq(rps, (rpstat & MEMSTAT_PSTATE_MASK) >> in intel_rps_get_cagf()
/Linux-v5.15/drivers/gpu/drm/i915/
Di915_debugfs.c416 u32 rpstat, cagf, reqf; in i915_frequency_info() local
450 rpstat = intel_uncore_read(&dev_priv->uncore, GEN6_RPSTAT1); in i915_frequency_info()
505 seq_printf(m, "RPSTAT1: 0x%08x\n", rpstat); in i915_frequency_info()