summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tyr/driver.rs
AgeCommit message (Expand)AuthorFilesLines
2026-08-21Merge tag 'drm-next-2026-08-20' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-27/+54
2026-07-31drm/tyr: add Microcontroller Unit (MCU) bootingDeborah Brouwer1-5/+18
2026-07-31drm/tyr: add GPU virtual memory (VM) supportBoris Brezillon1-2/+2
2026-07-30rust: driver: remove `$module_table_name` from `module_device_table`Gary Guo1-1/+0
2026-07-30drm/tyr: add Memory Management Unit (MMU) supportBoris Brezillon1-3/+10
2026-07-30drm/tyr: add resources to RegistrationDataDeborah Brouwer1-21/+21
2026-07-12rust: drm: Add RegistrationData to drm::DriverDanilo Krummrich1-5/+10
2026-07-12rust: drm: restrict AlwaysRefCounted to Normal GEM Object contextDanilo Krummrich1-1/+1
2026-07-12rust: drm: change default DeviceContext to NormalDanilo Krummrich1-1/+1
2026-07-12rust: drm: Add Driver::ParentDevice associated typeDanilo Krummrich1-2/+4
2026-06-02rust/drm/gem: Use DeviceContext with GEM objectsLyude Paul1-1/+1
2026-06-02rust/drm: Introduce DeviceContextLyude Paul1-4/+6
2026-06-02drm/tyr: use IoMem directly instead of DevresDanilo Krummrich1-13/+6
2026-06-02drm/tyr: separate driver type from driver dataDanilo Krummrich1-4/+6
2026-05-29Merge tag 'dd-lifetimes-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Danilo Krummrich1-6/+7
2026-05-29rust: drm: add FEAT_RENDER flag for render node supportLaura Nao1-0/+1
2026-05-27rust: io: make IoMem and ExclusiveIoMem lifetime-parameterizedDanilo Krummrich1-2/+2
2026-05-27rust: platform: make Driver trait lifetime-parameterizedDanilo Krummrich1-5/+5
2026-05-27rust: device: make Core and CoreInternal lifetime-parameterizedDanilo Krummrich1-1/+1
2026-05-27rust: driver: decouple driver private data from driver typeDanilo Krummrich1-0/+1
2026-05-01drm/tyr: set DMA mask using GPU physical addressBeata Michalska1-0/+12
2026-05-01drm/tyr: use shmem GEM object type in TyrDrmDriverAlvin Sun1-1/+1
2026-05-01drm/tyr: rename TyrObject to BoDataBoris Brezillon1-2/+2
2026-05-01drm/tyr: move clock cleanup into Clocks Drop implDeborah Brouwer1-14/+9
2026-04-27drm/tyr: Use register! macro for GPU_CONTROLDaniel Almeida1-6/+13
2026-04-15Merge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-41/+53
2026-04-03tyr: remove impl Send/Sync for TyrDataAlice Ryhl1-12/+0
2026-03-02drm/tyr: Clarify driver/device type namesDeborah Brouwer1-19/+21
2026-02-24drm/tyr: Use vertical style for importsDeborah Brouwer1-25/+35
2026-02-11Merge tag 'driver-core-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus 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