drm/lima: add usage counting method to ctx_mgr
authorErico Nunes <nunes.erico@gmail.com>
Sun, 12 Mar 2023 23:30:50 +0000 (00:30 +0100)
committerQiang Yu <yuq825@gmail.com>
Sun, 2 Apr 2023 10:18:37 +0000 (18:18 +0800)
commitbccafec957a5c4b22ac29e53a39e82d0a0008348
tree9281a1ba5f6db90cefa22a20e0b38bd64164bc4e
parentc5647cae2704e58d1c4e5fedbf63f11bca6376c9
drm/lima: add usage counting method to ctx_mgr

lima maintains a context manager per drm_file, similar to amdgpu.
In order to account for the complete usage per drm_file, all of the
associated contexts need to be considered.
Previously released contexts also need to be accounted for but their
drm_sched_entity info is gone once they get released, so account for it
in the ctx_mgr.

Signed-off-by: Erico Nunes <nunes.erico@gmail.com>
Signed-off-by: Qiang Yu <yuq825@gmail.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230312233052.21095-2-nunes.erico@gmail.com
drivers/gpu/drm/lima/lima_ctx.c
drivers/gpu/drm/lima/lima_ctx.h