Searched refs:set_graphics_fp (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/power/x86/turbostat/ |
| H A D | turbostat.c | 7270 static void set_graphics_fp(char *path, int idx) in set_graphics_fp() function 7307 …set_graphics_fp("/sys/class/drm/card0/device/tile0/gt0/gtidle/idle_residency_ms", gt0_is_gt ? GFX_… in probe_graphics() 7309 …set_graphics_fp("/sys/class/drm/card0/device/tile0/gt0/freq0/cur_freq", gt0_is_gt ? GFX_MHz : SAM_… in probe_graphics() 7311 …set_graphics_fp("/sys/class/drm/card0/device/tile0/gt0/freq0/act_freq", gt0_is_gt ? GFX_ACTMHz : S… in probe_graphics() 7313 …set_graphics_fp("/sys/class/drm/card0/device/tile0/gt1/gtidle/idle_residency_ms", gt0_is_gt ? SAM_… in probe_graphics() 7315 …set_graphics_fp("/sys/class/drm/card0/device/tile0/gt1/freq0/cur_freq", gt0_is_gt ? SAM_MHz : GFX_… in probe_graphics() 7317 …set_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 …]
|