Searched hist:fdf676e51f301d207586d9bac509b8ce055bae8a (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/power/x86/turbostat/ |
H A D | turbostat.c | diff fdf676e51f301d207586d9bac509b8ce055bae8a Sat Feb 27 00:28:12 CST 2016 Len Brown <len.brown@intel.com> tools/power turbostat: show GFX%rc6
The column "GFX%c6" show the percentage of time the GPU is in the "render C6" state, rc6. Deep package C-states on several systems depend on the GPU being in RC6.
This information comes from the counter /sys/class/drm/card0/power/rc6_residency_ms, as read before and after the measurement interval.
Signed-off-by: Len Brown <len.brown@intel.com>
|