summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nova/driver.rs
AgeCommit message (Expand)AuthorFilesLines
2026-08-21Merge tag 'drm-next-2026-08-20' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-16/+20
2026-07-30rust: driver: remove `$module_table_name` from `module_device_table`Gary Guo1-1/+0
2026-07-12drm: nova: Use drm::Device<Registered> to access the parent bus deviceDanilo Krummrich1-9/+2
2026-07-12rust: drm: Add RegistrationData to drm::DriverDanilo Krummrich1-4/+11
2026-07-12rust: drm: restrict AlwaysRefCounted to Normal GEM Object contextDanilo Krummrich1-1/+1
2026-07-12rust: drm: change default DeviceContext to NormalDanilo Krummrich1-1/+1
2026-07-12rust: drm: Add Driver::ParentDevice associated typeDanilo Krummrich1-2/+6
2026-06-02rust/drm/gem: Use DeviceContext with GEM objectsLyude Paul1-1/+1
2026-06-02rust/drm: Introduce DeviceContextLyude Paul1-4/+4
2026-05-29gpu: nova: separate driver type from driver dataDanilo Krummrich1-5/+7
2026-05-29Merge tag 'dd-lifetimes-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Danilo Krummrich1-1/+5
2026-05-27rust: auxiliary: make Driver trait lifetime-parameterizedDanilo Krummrich1-5/+5
2026-05-27rust: device: make Core and CoreInternal lifetime-parameterizedDanilo Krummrich1-1/+4
2026-05-27rust: driver: decouple driver private data from driver typeDanilo Krummrich1-0/+1
2026-05-09gpu: nova: Use module names consistentlyCheng-Yang Chou1-2/+2
2026-05-09gpu: nova, nova-core: Rename to kebab-caseCheng-Yang Chou1-1/+1
2025-12-22gpu: nova: replace `kernel::c_str!` with C-StringsTamir Duberstein1-5/+13
2025-10-21rust: driver: let probe() return impl PinInit<Self, Error>Danilo Krummrich1-2/+2
2025-08-13drm: nova: update ARef import from sync::arefShankari Anand1-1/+3
2025-05-12drm: nova-drm: add initial driver skeletonDanilo Krummrich1-0/+69