summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-05-02Merge tag 'drm-misc-next-2025-04-29' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie157-1423/+6556
2025-04-29drm/panthor: Fix build warning when DEBUG_FS is disabledAdrián Larumbe2-8/+5
2025-04-23drm/panthor: show device-wide list of DRM GEM objects over DebugFSAdrián Larumbe5-0/+262
2025-04-23drm/panthor: Label all kernel BO'sAdrián Larumbe5-10/+20
2025-04-23drm/panthor: Add driver IOCTL for setting BO labelsAdrián Larumbe3-1/+68
2025-04-23drm/panthor: Introduce BO labelingAdrián Larumbe2-0/+63
2025-04-22drm/panthor: Don't create a file offset for NO_MMAP BOsBoris Brezillon2-12/+8
2025-04-17drm/panthor: Fix the panthor_gpu_coherency_init() error pathBoris Brezillon1-1/+1
2025-04-14drm/panthor: Test for imported buffers with drm_gem_is_imported()Thomas Zimmermann2-6/+6
2025-04-10drm/panthor: Don't update MMU_INT_MASK in panthor_mmu_irq_handler()Boris Brezillon1-1/+0
2025-04-10drm/panthor: Let IRQ handlers clear the interrupts themselvesBoris Brezillon4-2/+11
2025-04-10drm/panthor: Update panthor_mmu::irq::mask when neededBoris Brezillon1-0/+1
2025-04-10drm/panthor: Call panthor_gpu_coherency_init() after PM resume()Boris Brezillon1-4/+4
2025-04-10drm/panthor: Fix GPU_COHERENCY_ACE[_LITE] definitionsBoris Brezillon1-2/+2
2025-04-08drm: Add UAPI for the Asahi driverAlyssa Rosenzweig3-0/+1200
2025-03-31drm/panfrost: Use GPU_MMU_FEATURES_VA_BITS/PA_BITS macrosAriel D'Alessandro2-2/+6
2025-03-28Merge tag 'drm-next-2025-03-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1618-40635/+142348
2025-03-07Merge tag 'drm-misc-next-2025-03-06' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie94-2257/+7433
2025-03-05drm/panthor: Clean up FW version information displaySteven Price1-5/+4
2025-03-05drm/panthor: Avoid sleep locking in the internal BO size pathAdrián Larumbe2-39/+31
2025-03-05drm/panthor: Replace sleep locks with spinlocks in fdinfo pathAdrián Larumbe1-14/+12
2025-03-05drm/panthor: Update CS_STATUS_ defines to correct valuesAshley Smith1-3/+3
2025-02-13Merge tag 'drm-fixes-2025-02-14' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds18-136/+192
2025-02-14Merge tag 'drm-misc-fixes-2025-02-13' of https://gitlab.freedesktop.org/drm/m...Dave Airlie7-100/+110
2025-02-14Merge tag 'drm-misc-next-2025-02-12' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie309-3073/+7835
2025-02-12drm/sched: Use struct for drm_sched_init() paramsPhilipp Stanner15-155/+211
2025-02-07drm/panthor: Convert IOCTL defines to an enumRob Herring (Arm)1-42/+44
2025-02-07drm/panthor: avoid garbage value in panthor_ioctl_dev_query()Su Hui1-0/+1
2025-02-07drm/panthor: Fix race condition when gathering fdinfo group samplesAdrián Larumbe1-0/+2
2025-02-07Documentation/gpu: Add fdinfo meanings of panthor-*-memory tagsAdrián Larumbe1-0/+10
2025-02-07drm/panthor: Expose size of driver internal BO's over fdinfoAdrián Larumbe7-1/+136
2025-02-07drm/file: Add fdinfo helper for printing regions with prefixAdrián Larumbe2-8/+23
2025-01-13drm/panthor: Fix a race between the reset and suspend pathBoris Brezillon1-10/+12
2025-01-13drm/panthor: fix all mmu kernel-doc commentsRandy Dunlap1-34/+37
2025-01-13drm/panthor: Remove dead codeFlorent Tomasin3-9/+0
2024-12-17drm/panthor: Report innocent group killBoris Brezillon3-1/+29
2024-12-13Merge tag 'drm-misc-next-2024-12-05' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie249-1203/+14126
2024-12-11drm/panthor: Fix the fast-reset logicBoris Brezillon4-55/+53
2024-12-11drm/panthor: Be robust against resume failuresBoris Brezillon4-3/+30
2024-12-11drm/panthor: Ignore devfreq_{suspend, resume}_device() failuresBoris Brezillon3-40/+11
2024-12-11drm/panthor: Be robust against runtime PM resume failures in the suspend pathBoris Brezillon3-7/+13
2024-12-11drm/panthor: Preserve the result returned by panthor_fw_resume()Boris Brezillon1-2/+2
2024-11-28drm/panthor: Fix a typo in the FW iface flag definitionsBoris Brezillon1-32/+32
2024-11-21Merge tag 'drm-next-2024-11-21' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1476-28946/+51907
2024-11-20drm/panthor: Fix compilation failure on panthor_fw.cLiviu Dudau1-0/+1
2024-11-19drm/panthor: Simplify FW fast reset pathKarunika Choo1-7/+8
2024-11-19drm/panthor: Explicitly set the coherency modeAkash Goel2-1/+30
2024-11-19drm/panthor: Update memattr programing to align with GPU specAkash Goel1-8/+15
2024-11-15Merge tag 'drm-fixes-2024-11-16' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds34-196/+304
2024-11-15Merge tag 'drm-misc-fixes-2024-11-14' of https://gitlab.freedesktop.org/drm/m...Dave Airlie7-38/+71