Files
linux/Documentation/gpu
Danilo Krummrich 7dd19adaaa Merge tag 'v7.2-rc1' into drm-rust-next
Merge v7.2-rc1 into drm-rust-next to start the next cycle.

Devres now requires T: 'static, which conflicts with shmem::Object using
Devres<SGTableMap<T, C>> without that bound. Resolve by adding 'static
as a supertrait to DriverObject and DeviceContext, which does not
restrict any current use cases since DriverObject is always implemented
on owned, refcounted types and DeviceContext is a sealed marker trait
with only unit-type implementors.

If DriverObject (or DeviceContext) ever becomes lifetime-parameterized
(e.g. via a GAT for TTM backed objects), the 'static supertrait can be
relaxed at that point.

Signed-off-by: Danilo Krummrich <dakr@kernel.org>
2026-06-28 23:02:51 +02:00
..
2026-05-13 11:07:12 +03:00
2023-08-18 11:29:03 -06:00
2020-07-23 10:06:22 +02:00
2017-06-15 13:58:56 +02:00