summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/panthor
AgeCommit message (Expand)AuthorFilesLines
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 Larumbe2-1/+45
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-03-26drm/gem: Change locked/unlocked postfix of drm_gem_v/unmap() function namesDmitry Osipenko2-4/+4
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-25Merge tag 'v6.14-rc4' into drm-nextDave Airlie1-0/+1
2025-02-12drm/sched: Use struct for drm_sched_init() paramsPhilipp Stanner2-16/+28
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-07drm/panthor: Expose size of driver internal BO's over fdinfoAdrián Larumbe7-1/+136
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 Brezillon2-1/+20
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-12-09Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst1-1/+1
2024-12-05drm: remove driver date from struct drm_driver and all driversJani Nikula1-1/+0
2024-12-02Merge drm/drm-next into drm-misc-nextMaxime Ripard2-0/+8
2024-12-02Get rid of 'remove_new' relic from platform driver structLinus Torvalds1-1/+1
2024-11-28drm/panthor: Fix a typo in the FW iface flag definitionsBoris Brezillon1-32/+32
2024-11-22Merge tag 'drm-next-2024-11-21' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds10-82/+676
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-13drm/panthor: Fix handling of partial GPU mapping of BOsAkash Goel1-0/+2
2024-11-07drm/panthor: Be stricter about IO mapping flagsJann Horn1-0/+4
2024-11-07drm/panthor: Lock XArray when getting entries for the VMLiviu Dudau1-0/+2
2024-11-06drm/panthor: Fix OPP refcnt leaks in devfreq initialisationAdrián Larumbe1-9/+8
2024-11-04Backmerge v6.12-rc6 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds...Dave Airlie5-12/+40
2024-10-30drm/panthor: Report group as timedout when we fail to properly suspendBoris Brezillon1-4/+11
2024-10-30drm/panthor: Fail job creation when the group is deadBoris Brezillon1-0/+5
2024-10-30drm/panthor: Fix firmware initialization on systems with a page size > 4kBoris Brezillon4-8/+24