Searched refs:set_graphics_fp (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/power/x86/turbostat/ |
| H A D | turbostat.c | 7285 static void set_graphics_fp(char *path, int idx) in set_graphics_fp() function 7322 …set_graphics_fp("/sys/class/drm/card0/device/tile0/gt0/gtidle/idle_residency_ms", gt0_is_gt ? GFX_… in probe_graphics() 7324 …set_graphics_fp("/sys/class/drm/card0/device/tile0/gt0/freq0/cur_freq", gt0_is_gt ? GFX_MHz : SAM_… in probe_graphics() 7326 …set_graphics_fp("/sys/class/drm/card0/device/tile0/gt0/freq0/act_freq", gt0_is_gt ? GFX_ACTMHz : S… in probe_graphics() 7328 …set_graphics_fp("/sys/class/drm/card0/device/tile0/gt1/gtidle/idle_residency_ms", gt0_is_gt ? SAM_… in probe_graphics() 7330 …set_graphics_fp("/sys/class/drm/card0/device/tile0/gt1/freq0/cur_freq", gt0_is_gt ? SAM_MHz : GFX_… in probe_graphics() 7332 …set_graphics_fp("/sys/class/drm/card0/device/tile0/gt1/freq0/act_freq", gt0_is_gt ? SAM_ACTMHz : G… in probe_graphics() 7349 set_graphics_fp(path, GFX_rc6); in probe_graphics() 7352 set_graphics_fp(path, GFX_MHz); in probe_graphics() 7355 set_graphics_fp(path, GFX_ACTMHz); in probe_graphics() [all …]
|