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.c7075 static void set_graphics_fp(char *path, int idx) in set_graphics_fp() function
7112set_graphics_fp("/sys/class/drm/card0/device/tile0/gt0/gtidle/idle_residency_ms", gt0_is_gt ? GFX_… in probe_graphics()
7114set_graphics_fp("/sys/class/drm/card0/device/tile0/gt0/freq0/cur_freq", gt0_is_gt ? GFX_MHz : SAM_… in probe_graphics()
7116set_graphics_fp("/sys/class/drm/card0/device/tile0/gt0/freq0/act_freq", gt0_is_gt ? GFX_ACTMHz : S… in probe_graphics()
7118set_graphics_fp("/sys/class/drm/card0/device/tile0/gt1/gtidle/idle_residency_ms", gt0_is_gt ? SAM_… in probe_graphics()
7120set_graphics_fp("/sys/class/drm/card0/device/tile0/gt1/freq0/cur_freq", gt0_is_gt ? SAM_MHz : GFX_… in probe_graphics()
7122set_graphics_fp("/sys/class/drm/card0/device/tile0/gt1/freq0/act_freq", gt0_is_gt ? SAM_ACTMHz : G… in probe_graphics()
7139 set_graphics_fp(path, GFX_rc6); in probe_graphics()
7142 set_graphics_fp(path, GFX_MHz); in probe_graphics()
7145 set_graphics_fp(path, GFX_ACTMHz); in probe_graphics()
[all …]