summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nova
AgeCommit message (Expand)AuthorFilesLines
2026-06-02rust/drm/gem: Use DeviceContext with GEM objectsLyude Paul2-5/+12
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 Chou3-4/+5
2026-05-10gpu: nova, nova-core: Rename to kebab-caseCheng-Yang Chou2-2/+2
2026-04-30gpu: nova: require little endianEliot Courtney1-0/+1
2026-03-26rust: gem: Introduce DriverObject::ArgsLyude Paul1-2/+3
2025-12-29drm/nova: Align GEM memory allocation to system page sizeBrendan Shephard1-3/+3
2025-12-22gpu: nova: replace `kernel::c_str!` with C-StringsTamir Duberstein1-5/+13
2025-12-06Merge tag 'driver-core-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-3/+3
2025-10-30drm: nova: select NOVA_COREDanilo Krummrich1-0/+1
2025-10-30drm: nova: depend on CONFIG_64BITDanilo Krummrich1-0/+1
2025-10-29rust: auxiliary: consider auxiliary devices always have a parentDanilo Krummrich1-1/+1
2025-10-21rust: driver: let probe() return impl PinInit<Self, Error>Danilo Krummrich1-2/+2
2025-09-17Merge tag 'drm-rust-next-2025-09-16' of https://gitlab.freedesktop.org/drm/ru...Dave Airlie2-7/+7
2025-09-15Merge tag 'v6.17-rc6' into drm-nextDave Airlie1-1/+1
2025-09-10Merge drm-misc-next-2025-08-21 into drm-rust-nextDanilo Krummrich3-76/+9
2025-09-08rust: drm: gem: Simplify use of genericsLyude Paul1-5/+3
2025-08-16drm: nova-drm: fix 32-bit arm buildMiguel Ojeda1-1/+2
2025-08-13drm: nova: update ARef import from sync::arefShankari Anand2-2/+4
2025-08-11Merge drm/drm-next into drm-misc-nThomas Zimmermann1-1/+1
2025-07-21rust: drm: Drop the use of Opaque for ioctl argumentsBeata Michalska3-76/+9
2025-06-24rust: macros: remove `module!`'s deprecated `author` keyGuilherme Giacomo Simoes1-1/+1
2025-05-15gpu: drm: nova: select AUXILIARY_BUS instead of depending on itAlexandre Courbot1-1/+1
2025-05-12drm: nova-drm: add initial driver skeletonDanilo Krummrich7-0/+288