summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nova/driver.rs
AgeCommit message (Expand)AuthorFilesLines
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-10gpu: nova: Use module names consistentlyCheng-Yang Chou1-2/+2
2026-05-10gpu: 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