diff options
| author | Alvin Sun <alvin.sun@linux.dev> | 2026-04-28 12:19:30 -0700 |
|---|---|---|
| committer | Alice Ryhl <aliceryhl@google.com> | 2026-05-01 10:43:51 +0000 |
| commit | 09a796e7069f435d488545910eb1dc7135d30d75 (patch) | |
| tree | 6e2dec3f260e432ea7c0e750fc20df97489ac13b /include/linux | |
| parent | 6f3096c427e71cdacdfd5cf02907357d5f68cd0e (diff) | |
drm/tyr: use shmem GEM object type in TyrDrmDriver
Tyr buffer objects are shmem-backed, so the driver should use
drm::gem::shmem::Object<BoData> as its GEM object type instead of the base
drm::gem::Object<BoData> type.
Switching to the shmem GEM object type matches how Tyr allocates and
manages its buffer objects, and uses the shmem-specific GEM abstraction
provided by the DRM Rust bindings.
Select RUST_DRM_GEM_SHMEM_HELPER to ensure the required helpers are
available when DRM_TYR is enabled.
Signed-off-by: Alvin Sun <alvin.sun@linux.dev>
Signed-off-by: Deborah Brouwer <deborah.brouwer@collabora.com>
Link: https://patch.msgid.link/20260428-fw-boot-prerequisites-v1-3-c69af9abe1af@collabora.com
Signed-off-by: Alice Ryhl <aliceryhl@google.com>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions
