Searched refs:reqf (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.15/drivers/gpu/drm/i915/gt/ |
D | debugfs_gt_pm.c | 304 u32 rpstat, cagf, reqf; in frequency_show() local 323 reqf = intel_uncore_read(uncore, GEN6_RPNSWREQ); in frequency_show() 325 reqf >>= 23; in frequency_show() 327 reqf &= ~GEN6_TURBO_DISABLE; in frequency_show() 329 reqf >>= 24; in frequency_show() 331 reqf >>= 25; in frequency_show() 333 reqf = intel_gpu_freq(rps, reqf); in frequency_show() 405 seq_printf(m, "RPNSWREQ: %dMHz\n", reqf); in frequency_show()
|
/Linux-v5.15/drivers/gpu/drm/i915/ |
D | i915_debugfs.c | 416 u32 rpstat, cagf, reqf; in i915_frequency_info() local 434 reqf = intel_uncore_read(&dev_priv->uncore, GEN6_RPNSWREQ); in i915_frequency_info() 436 reqf >>= 23; in i915_frequency_info() 438 reqf &= ~GEN6_TURBO_DISABLE; in i915_frequency_info() 440 reqf >>= 24; in i915_frequency_info() 442 reqf >>= 25; in i915_frequency_info() 444 reqf = intel_gpu_freq(rps, reqf); in i915_frequency_info() 509 seq_printf(m, "RPNSWREQ: %dMHz\n", reqf); in i915_frequency_info()
|