Home
last modified time | relevance | path

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

/external/igt-gpu-tools/overlay/
Dgpu-freq.h30 struct gpu_freq { struct
45 int gpu_freq_init(struct gpu_freq *gf); argument
46 int gpu_freq_update(struct gpu_freq *gf);
Doverlay.c113 struct gpu_freq gpu_freq; member
139 struct overlay_gpu_freq gpu_freq; member
544 if (gpu_freq_init(&gf->gpu_freq) == 0) { in init_gpu_freq()
551 chart_set_range(&gf->current, 0, gf->gpu_freq.max); in init_gpu_freq()
559 chart_set_range(&gf->request, 0, gf->gpu_freq.max); in init_gpu_freq()
579 int has_freq = gpu_freq_update(&gf->gpu_freq) == 0; in show_gpu_freq()
590 if (gf->gpu_freq.error) { in show_gpu_freq()
602 if (gf->gpu_freq.current) in show_gpu_freq()
603 chart_add_sample(&gf->current, gf->gpu_freq.current); in show_gpu_freq()
604 if (gf->gpu_freq.request) in show_gpu_freq()
[all …]
Dgpu-freq.c49 int gpu_freq_init(struct gpu_freq *gf) in gpu_freq_init()
117 int gpu_freq_update(struct gpu_freq *gf) in gpu_freq_update()
/external/skia/infra/bots/recipe_modules/flavor/
Dandroid.py156 gpu_freq = self.gpu_scaling[device]
158 "Lock GPU to %d (and other perf tweaks)" % gpu_freq,
204 args = [self.ADB_BINARY, gpu_freq],
/external/skqp/infra/bots/recipe_modules/flavor/
Dandroid.py153 gpu_freq = self.gpu_scaling[device]
155 "Lock GPU to %d (and other perf tweaks)" % gpu_freq,
201 args = [self.ADB_BINARY, gpu_freq],
/external/libdrm/freedreno/kgsl/
Dmsm_kgsl.h139 unsigned int gpu_freq; member