diff options
author | Lyude Paul <lyude@redhat.com> | 2025-05-13 18:09:57 -0400 |
---|---|---|
committer | Danilo Krummrich <dakr@kernel.org> | 2025-05-14 00:37:16 +0200 |
commit | 38cb08c3fcd3f3b1d0225dcec8ae50fab5751549 (patch) | |
tree | 2392983925ccb991cfe914db6da173b417fba6a1 /scripts/gdb/linux/utils.py | |
parent | b36ff40b4abd0f468564cfe9805f0d8e850cafe9 (diff) |
rust: drm: gem: Implement AlwaysRefCounted for all gem objects automatically
Currently we are requiring AlwaysRefCounted in most trait bounds for gem
objects, and implementing it by hand for our only current type of gem
object. However, all gem objects use the same functions for reference
counting - and all gem objects support reference counting.
We're planning on adding support for shmem gem objects, let's move this
around a bit by instead making IntoGEMObject require AlwaysRefCounted as a
trait bound, and then provide a blanket AlwaysRefCounted implementation for
any object that implements IntoGEMObject so all gem object types can use
the same AlwaysRefCounted implementation. This also makes things less
verbose by making the AlwaysRefCounted trait bound implicit for any
IntoGEMObject bound.
Signed-off-by: Lyude Paul <lyude@redhat.com>
Reviewed-by: Daniel Almeida <daniel.almeida@collabora.com>
Link: https://lore.kernel.org/r/20250513221046.903358-5-lyude@redhat.com
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions