]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/v3d: Don't increment `enabled_ns` twice
authorMaíra Canal <mcanal@igalia.com>
Wed, 3 Apr 2024 20:24:50 +0000 (17:24 -0300)
committerMaíra Canal <mcanal@igalia.com>
Mon, 15 Apr 2024 18:00:19 +0000 (15:00 -0300)
commit35f4f8c9fc972248055096d63b782060e473311b
tree5818d0131bb25b2cb1e1313989b5293cdf67f184
parentd4c972bff3129a9dd4c22a3999fd8eba1a81531a
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
drivers/gpu/drm/v3d/v3d_irq.c