Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/i915/gt/
Ddebugfs_gt_pm.c301 u32 gt_perf_status; in frequency_show() local
314 gt_perf_status = intel_uncore_read(uncore, BXT_GT_PERF_STATUS); in frequency_show()
317 gt_perf_status = intel_uncore_read(uncore, GEN6_GT_PERF_STATUS); in frequency_show()
394 seq_printf(m, "GT_PERF_STATUS: 0x%08x\n", gt_perf_status); in frequency_show()
396 (gt_perf_status & (GRAPHICS_VER(i915) >= 9 ? 0x1ff00 : 0xff00)) >> 8); in frequency_show()
398 gt_perf_status & 0xff); in frequency_show()
/Linux-v5.15/drivers/gpu/drm/i915/
Di915_debugfs.c413 u32 gt_perf_status; in i915_frequency_info() local
425 gt_perf_status = intel_uncore_read(&dev_priv->uncore, BXT_GT_PERF_STATUS); in i915_frequency_info()
428 gt_perf_status = intel_uncore_read(&dev_priv->uncore, GEN6_GT_PERF_STATUS); in i915_frequency_info()
498 seq_printf(m, "GT_PERF_STATUS: 0x%08x\n", gt_perf_status); in i915_frequency_info()
500 (gt_perf_status & (GRAPHICS_VER(dev_priv) >= 9 ? 0x1ff00 : 0xff00)) >> 8); in i915_frequency_info()
502 gt_perf_status & 0xff); in i915_frequency_info()