Re: [Mesa-dev] [PATCH] gallium/hud: Add support for CPU frequency monitoring

2016-09-30 Thread Brian Paul
Looks OK to me. Reviewed-by: Brian Paul Will push soon. -Brian On 09/30/2016 05:58 AM, Steven Toth wrote: Detect all of the CPUs in the system. Expose metrics for min, max and current frequency in Hz. Signed-off-by: Steven Toth ---

[Mesa-dev] [PATCH] gallium/hud: Add support for CPU frequency monitoring

2016-09-30 Thread Steven Toth
Detect all of the CPUs in the system. Expose metrics for min, max and current frequency in Hz. Signed-off-by: Steven Toth --- src/gallium/auxiliary/Makefile.sources | 1 + src/gallium/auxiliary/hud/hud_context.c | 13 ++ src/gallium/auxiliary/hud/hud_cpufreq.c | 266