commit | fdf676e51f301d207586d9bac509b8ce055bae8a | [log] [tgz] |
---|---|---|
author | Len Brown <len.brown@intel.com> | Sat Feb 27 01:28:12 2016 -0500 |
committer | Len Brown <len.brown@intel.com> | Sun Mar 13 03:55:41 2016 -0400 |
tree | f4da5320e899ddd5cf760912d46924ef55a543ed | |
parent | 27d47356b6dfa92042a17a0b474f08910d4c8e8f [diff] |
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>