diff options
author | Andrzej Hajda <[email protected]> | 2023-10-30 18:40:12 +0100 |
---|---|---|
committer | Andrzej Hajda <[email protected]> | 2023-11-20 12:36:54 +0100 |
commit | b49e894c3fd83f67aae2a4778b98ea3838e41020 (patch) | |
tree | 44761e7054f280460a35a5cf8c911d01b38b9ccf /drivers/gpu/drm/i915/gt/intel_engine_pm.c | |
parent | dfed6b58d54f3a5d7e6bc1fb060e2c936330eba2 (diff) |
drm/i915: Replace custom intel runtime_pm tracker with ref_tracker library
Beside reusing existing code, the main advantage of ref_tracker is
tracking per instance of wakeref. It allows also to catch double
put.
On the other side we lose information about the first acquire and
the last release, but the advantages outweigh it.
Signed-off-by: Andrzej Hajda <[email protected]>
Reviewed-by: Andi Shyti <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/i915/gt/intel_engine_pm.c')
0 files changed, 0 insertions, 0 deletions