aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tyr/driver.rs
AgeCommit message (Expand)AuthorFilesLines
2026-02-11Merge tag 'driver-core-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-coreLinus Torvalds1-1/+1
2026-01-26gpu: tyr: remove redundant `.as_ref()` for `dev_*` printGary Guo1-1/+1
2026-01-23drm/tyr: suppress unread field warningsDeborah Brouwer1-6/+6
2026-01-20drm/tyr: use read_poll_timeoutDeborah Brouwer1-14/+8
2026-01-20drm/tyr: fix register name in error printDirk Behme1-1/+1
2025-12-22drm: tyr: replace `kernel::c_str!` with C-StringsTamir Duberstein1-10/+9
2025-12-18drivers: gpu: Update ARef imports from sync::arefShankari Anand1-1/+1
2025-10-21rust: driver: let probe() return impl PinInit<Self, Error>Danilo Krummrich1-2/+2
2025-09-11rust: drm: Introduce the Tyr driver for Arm Mali GPUsDaniel Almeida1-0/+205