Home
last modified time | relevance | path

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

/linux/tools/power/x86/turbostat/
H A Dturbostat.c7271 static void set_graphics_fp(char *path, int idx) in set_graphics_fp() function
7308set_graphics_fp("/sys/class/drm/card0/device/tile0/gt0/gtidle/idle_residency_ms", gt0_is_gt ? GFX_… in probe_graphics()
7310set_graphics_fp("/sys/class/drm/card0/device/tile0/gt0/freq0/cur_freq", gt0_is_gt ? GFX_MHz : SAM_… in probe_graphics()
7312set_graphics_fp("/sys/class/drm/card0/device/tile0/gt0/freq0/act_freq", gt0_is_gt ? GFX_ACTMHz : S… in probe_graphics()
7314set_graphics_fp("/sys/class/drm/card0/device/tile0/gt1/gtidle/idle_residency_ms", gt0_is_gt ? SAM_… in probe_graphics()
7316set_graphics_fp("/sys/class/drm/card0/device/tile0/gt1/freq0/cur_freq", gt0_is_gt ? SAM_MHz : GFX_… in probe_graphics()
7318set_graphics_fp("/sys/class/drm/card0/device/tile0/gt1/freq0/act_freq", gt0_is_gt ? SAM_ACTMHz : G… in probe_graphics()
7335 set_graphics_fp(path, GFX_rc6); in probe_graphics()
7338 set_graphics_fp(path, GFX_MHz); in probe_graphics()
7341 set_graphics_fp(path, GFX_ACTMHz); in probe_graphics()
[all …]