aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/nova
AgeCommit message (Expand)AuthorFilesLines
11 daysMerge tag 'drm-next-2026-08-20' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds4-37/+44
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 Krummrich2-12/+6
2026-07-12rust: drm: Pass registration data to ioctl handlersDanilo Krummrich1-0/+3
2026-07-12rust: drm: Add RegistrationData to drm::DriverDanilo Krummrich1-4/+11
2026-07-12rust: drm: Wrap ioctl dispatch in RegistrationGuardDanilo Krummrich1-4/+8
2026-07-12rust: drm: restrict AlwaysRefCounted to Normal GEM Object contextDanilo Krummrich2-12/+8
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-07-03gpu: nova: fix rust-analyzer generationAlexandre Courbot1-0/+1
2026-06-29gpu: build nova-core and nova-drm from drivers/gpu/MakefileAlexandre Courbot1-3/+1
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/git/driver-core/driver-core into drm-rust-nextDanilo 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 Chou3-4/+5
2026-05-09gpu: nova, nova-core: Rename to kebab-caseCheng-Yang Chou2-2/+2
2026-04-29gpu: 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-05Merge tag 'driver-core-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-coreLinus 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/rust/kernel into drm-nextDave 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-15drm: 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