summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tyr
AgeCommit message (Expand)Author
8 daysMerge tag 'drm-next-2026-08-20' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2026-07-31drm/tyr: add Microcontroller Unit (MCU) bootingDeborah Brouwer
2026-07-31drm/tyr: add parser for firmware binaryDaniel Almeida
2026-07-31drm/tyr: add a kernel buffer objectDeborah Brouwer
2026-07-31drm/tyr: add GPU virtual memory (VM) supportBoris Brezillon
2026-07-30rust: driver: remove `$module_table_name` from `module_device_table`Gary Guo
2026-07-30drm/tyr: add Memory Management Unit (MMU) supportBoris Brezillon
2026-07-30drm/tyr: add a generic slot managerBoris Brezillon
2026-07-30drm/tyr: add resources to RegistrationDataDeborah Brouwer
2026-07-12rust: drm: Pass registration data to ioctl handlersDanilo Krummrich
2026-07-12rust: drm: Add RegistrationData to drm::DriverDanilo Krummrich
2026-07-12rust: drm: Wrap ioctl dispatch in RegistrationGuardDanilo Krummrich
2026-07-12rust: drm: restrict AlwaysRefCounted to Normal GEM Object contextDanilo Krummrich
2026-07-12rust: drm: change default DeviceContext to NormalDanilo Krummrich
2026-07-12rust: drm: Add Driver::ParentDevice associated typeDanilo Krummrich
2026-06-25drm/tyr: remove imports available from preludeGary Guo
2026-06-02rust/drm/gem: Use DeviceContext with GEM objectsLyude Paul
2026-06-02rust/drm: Introduce DeviceContextLyude Paul
2026-06-02drm/tyr: use IoMem directly instead of DevresDanilo Krummrich
2026-06-02drm/tyr: separate driver type from driver dataDanilo Krummrich
2026-05-29Merge tag 'dd-lifetimes-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Danilo Krummrich
2026-05-29rust: drm: add FEAT_RENDER flag for render node supportLaura Nao
2026-05-27rust: io: make IoMem and ExclusiveIoMem lifetime-parameterizedDanilo Krummrich
2026-05-27rust: platform: make Driver trait lifetime-parameterizedDanilo Krummrich
2026-05-27rust: device: make Core and CoreInternal lifetime-parameterizedDanilo Krummrich
2026-05-27rust: driver: decouple driver private data from driver typeDanilo Krummrich
2026-05-01drm/tyr: add shmem backing for GEM objectsDeborah Brouwer
2026-05-01drm/tyr: set DMA mask using GPU physical addressBeata Michalska
2026-05-01drm/tyr: use shmem GEM object type in TyrDrmDriverAlvin Sun
2026-05-01drm/tyr: rename TyrObject to BoDataBoris Brezillon
2026-05-01drm/tyr: move clock cleanup into Clocks Drop implDeborah Brouwer
2026-04-27drm/tyr: Add DOORBELL_BLOCK registersDeborah Brouwer
2026-04-27drm/tyr: Remove custom register structDeborah Brouwer
2026-04-27drm/tyr: Use register! macro for MMU_CONTROLDeborah Brouwer
2026-04-27drm/tyr: Use register! macro for JOB_CONTROLDeborah Brouwer
2026-04-27drm/tyr: Print GPU_ID without filteringDeborah Brouwer
2026-04-27drm/tyr: Use register! macro for GPU_CONTROLDaniel Almeida
2026-04-15Merge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2026-04-03tyr: remove impl Send/Sync for TyrDataAlice Ryhl
2026-03-26rust: gem: Introduce DriverObject::ArgsLyude Paul
2026-03-09drm/tyr: Use DRM device type alias across driverDeborah Brouwer
2026-03-02drm/tyr: Clarify driver/device type namesDeborah Brouwer
2026-02-24drm/tyr: Use vertical style for importsDeborah Brouwer
2026-02-24drm/tyr: gpu: fix GpuInfo::log model/version decodingOnur Özkan
2026-02-11Merge tag 'driver-core-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-02-11Merge tag 'drm-next-2026-02-11' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2026-01-28Merge tag 'drm-rust-next-2026-01-26' of https://gitlab.freedesktop.org/drm/ru...Dave Airlie
2026-01-26gpu: tyr: remove redundant `.as_ref()` for `dev_*` printGary Guo
2026-01-26drm/tyr: depend on `COMMON_CLK` to fix build errorMiguel Ojeda
2026-01-23rust: io: separate generic I/O helpers from MMIO implementationZhi Wang