Home
last modified time | relevance | path

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

/linux-6.12.1/tools/power/x86/turbostat/
Dturbostat.c364 GFX_MHz, enumerator
4622 p->gfx_mhz = gfx_info[GFX_MHz].val; in get_counters()
5743 case GFX_MHz: in snapshot_graphics()
5827 snapshot_graphics(GFX_MHz); in snapshot_proc_sysfs_files()
6474 idx = gt0_is_gt ? GFX_MHz : SAM_MHz; in probe_graphics()
6486 idx = gt0_is_gt ? SAM_MHz : GFX_MHz; in probe_graphics()
6503 gfx_info[GFX_MHz].path = "/sys/class/drm/card0/gt/gt0/rps_cur_freq_mhz"; in probe_graphics()
6525 gfx_info[GFX_MHz].path = "/sys/class/drm/card0/gt_cur_freq_mhz"; in probe_graphics()
6527 gfx_info[GFX_MHz].path = "/sys/class/graphics/fb0/device/drm/card0/gt_cur_freq_mhz"; in probe_graphics()
6537 if (gfx_info[GFX_MHz].path) in probe_graphics()