summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nova/file.rs
AgeCommit message (Expand)AuthorFilesLines
2026-07-12drm: nova: Use drm::Device<Registered> to access the parent bus deviceDanilo Krummrich1-3/+4
2026-07-12rust: drm: Pass registration data to ioctl handlersDanilo Krummrich1-0/+3
2026-07-12rust: drm: Wrap ioctl dispatch in RegistrationGuardDanilo Krummrich1-4/+8
2025-10-29rust: auxiliary: consider auxiliary devices always have a parentDanilo Krummrich1-1/+1
2025-09-15Merge tag 'v6.17-rc6' into drm-nextDave Airlie1-1/+1
2025-08-15drm: nova-drm: fix 32-bit arm buildMiguel Ojeda1-1/+2
2025-07-21rust: drm: Drop the use of Opaque for ioctl argumentsBeata Michalska1-14/+9
2025-05-12drm: nova-drm: add initial driver skeletonDanilo Krummrich1-0/+74