summaryrefslogtreecommitdiffstats
path: root/drivers/base
diff options
context:
space:
mode:
authorMaíra Canal <mcanal@igalia.com>2024-04-03 17:24:50 -0300
committerMaíra Canal <mcanal@igalia.com>2024-04-15 15:00:19 -0300
commit35f4f8c9fc972248055096d63b782060e473311b (patch)
tree5818d0131bb25b2cb1e1313989b5293cdf67f184 /drivers/base
parentd4c972bff3129a9dd4c22a3999fd8eba1a81531a (diff)
downloadlinux-stable-35f4f8c9fc972248055096d63b782060e473311b.tar.gz
linux-stable-35f4f8c9fc972248055096d63b782060e473311b.tar.bz2
linux-stable-35f4f8c9fc972248055096d63b782060e473311b.zip
drm/v3d: Don't increment `enabled_ns` twice
The commit 509433d8146c ("drm/v3d: Expose the total GPU usage stats on sysfs") introduced the calculation of global GPU stats. For the regards, it used the already existing infrastructure provided by commit 09a93cc4f7d1 ("drm/v3d: Implement show_fdinfo() callback for GPU usage stats"). While adding global GPU stats calculation ability, the author forgot to delete the existing one. Currently, the value of `enabled_ns` is incremented twice by the end of the job, when it should be added just once. Therefore, delete the leftovers from commit 509433d8146c ("drm/v3d: Expose the total GPU usage stats on sysfs"). Fixes: 509433d8146c ("drm/v3d: Expose the total GPU usage stats on sysfs") Reported-by: Tvrtko Ursulin <tursulin@igalia.com> Signed-off-by: Maíra Canal <mcanal@igalia.com> Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@igalia.com> Reviewed-by: Jose Maria Casanova Crespo <jmcasanova@igalia.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240403203517.731876-2-mcanal@igalia.com
Diffstat (limited to 'drivers/base')
0 files changed, 0 insertions, 0 deletions