summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nova
AgeCommit message (Expand)AuthorLines
2025-12-29drm/nova: Align GEM memory allocation to system page sizeBrendan Shephard-3/+3
2025-12-22gpu: nova: replace `kernel::c_str!` with C-StringsTamir Duberstein-5/+13
2025-12-05Merge tag 'driver-core-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-3/+3
2025-10-30drm: nova: select NOVA_COREDanilo Krummrich-0/+1
2025-10-30drm: nova: depend on CONFIG_64BITDanilo Krummrich-0/+1
2025-10-29rust: auxiliary: consider auxiliary devices always have a parentDanilo Krummrich-1/+1
2025-10-21rust: driver: let probe() return impl PinInit<Self, Error>Danilo Krummrich-2/+2
2025-09-17Merge tag 'drm-rust-next-2025-09-16' of https://gitlab.freedesktop.org/drm/ru...Dave Airlie-7/+7
2025-09-15Merge tag 'v6.17-rc6' into drm-nextDave Airlie-1/+1
2025-09-10Merge drm-misc-next-2025-08-21 into drm-rust-nextDanilo Krummrich-76/+9
2025-09-08rust: drm: gem: Simplify use of genericsLyude Paul-5/+3
2025-08-15drm: nova-drm: fix 32-bit arm buildMiguel Ojeda-1/+2
2025-08-13drm: nova: update ARef import from sync::arefShankari Anand-2/+4
2025-08-11Merge drm/drm-next into drm-misc-nThomas Zimmermann-1/+1
2025-07-21rust: drm: Drop the use of Opaque for ioctl argumentsBeata Michalska-76/+9
2025-06-24rust: macros: remove `module!`'s deprecated `author` keyGuilherme Giacomo Simoes-1/+1
2025-05-15gpu: drm: nova: select AUXILIARY_BUS instead of depending on itAlexandre Courbot-1/+1
2025-05-12drm: nova-drm: add initial driver skeletonDanilo Krummrich-0/+288