mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 14:38:06 +02:00
gallium/hud: add missing break in hud_cpufreq_graph_install()
Fixes:e99b9395be"gallium/hud: Add support for CPU frequency monitoring" Cc: mesa-stable@lists.freedesktop.org Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com> (cherry picked from commit383fc8e9f3)
This commit is contained in:
parent
b72f8de873
commit
45f13c2be0
1 changed files with 1 additions and 0 deletions
|
|
@ -149,6 +149,7 @@ hud_cpufreq_graph_install(struct hud_pane *pane, int cpu_index,
|
|||
break;
|
||||
case CPUFREQ_MAXIMUM:
|
||||
snprintf(gr->name, sizeof(gr->name), "%s-Max", cfi->name);
|
||||
break;
|
||||
default:
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue