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.c7270 static void set_graphics_fp(char *path, int idx) in set_graphics_fp() function
7307set_graphics_fp("/sys/class/drm/card0/device/tile0/gt0/gtidle/idle_residency_ms", gt0_is_gt ? GFX_… in probe_graphics()
7309set_graphics_fp("/sys/class/drm/card0/device/tile0/gt0/freq0/cur_freq", gt0_is_gt ? GFX_MHz : SAM_… in probe_graphics()
7311set_graphics_fp("/sys/class/drm/card0/device/tile0/gt0/freq0/act_freq", gt0_is_gt ? GFX_ACTMHz : S… in probe_graphics()
7313set_graphics_fp("/sys/class/drm/card0/device/tile0/gt1/gtidle/idle_residency_ms", gt0_is_gt ? SAM_… in probe_graphics()
7315set_graphics_fp("/sys/class/drm/card0/device/tile0/gt1/freq0/cur_freq", gt0_is_gt ? SAM_MHz : GFX_… in probe_graphics()
7317set_graphics_fp("/sys/class/drm/card0/device/tile0/gt1/freq0/act_freq", gt0_is_gt ? SAM_ACTMHz : G… in probe_graphics()
7334 set_graphics_fp(path, GFX_rc6); in probe_graphics()
7337 set_graphics_fp(path, GFX_MHz); in probe_graphics()
7340 set_graphics_fp(path, GFX_ACTMHz); in probe_graphics()
[all …]