summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
40 hoursdrm/panthor: Convert IOCTL defines to an enumRob Herring (Arm)1-42/+44
43 hoursdrm/panthor: Fix race condition when gathering fdinfo group samplesAdrián Larumbe1-0/+2
43 hoursDocumentation/gpu: Add fdinfo meanings of panthor-*-memory tagsAdrián Larumbe1-0/+10
43 hoursdrm/panthor: Expose size of driver internal BO's over fdinfoAdrián Larumbe7-1/+136
43 hoursdrm/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
2024-11-13drm/panthor: Fix handling of partial GPU mapping of BOsAkash Goel1-0/+2
2024-11-11Merge tag 'drm-misc-next-2024-11-08' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie29-347/+1753
2024-11-08Merge tag 'drm-fixes-2024-11-09' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds38-155/+257
2024-11-09Merge tag 'drm-misc-fixes-2024-11-08' of https://gitlab.freedesktop.org/drm/m...Dave Airlie9-5/+92
2024-11-07drm/panthor: Be stricter about IO mapping flagsdrm-misc-fixes-2024-11-08Jann 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-01Merge tag 'drm-fixes-2024-11-02' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds36-118/+409
2024-11-01Merge tag 'drm-misc-next-2024-10-31' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie130-984/+6428
2024-11-01Merge tag 'drm-misc-fixes-2024-10-31' of https://gitlab.freedesktop.org/drm/m...Dave Airlie15-33/+122
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
2024-10-30Documentation/gpu: Fix Panthor documentation build warningsAdrián Larumbe3-1/+3
2024-10-11Merge tag 'drm-misc-next-2024-10-09' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie76-216/+1759
2024-10-09Merge tag 'drm-misc-next-2024-09-26' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie232-1778/+1950
2024-10-09Merge tag 'drm-misc-next-2024-09-20' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie136-2129/+2763
2024-10-04Merge tag 'drm-fixes-2024-10-04' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds42-108/+282
2024-10-03Merge tag 'drm-misc-fixes-2024-10-02' of https://gitlab.freedesktop.org/drm/m...Dave Airlie4-11/+30
2024-10-02drm/panthor: add sysfs knob for enabling job profilingAdrián Larumbe3-0/+95
2024-10-02drm/panthor: enable fdinfo for memory statsAdrián Larumbe1-0/+12
2024-10-02drm/panthor: add DRM fdinfo supportAdrián Larumbe4-0/+97
2024-10-02drm/panthor: record current and maximum device clock frequenciesAdrián Larumbe2-1/+23
2024-10-02drm/panthor: introduce job cycle and timestamp accountingAdrián Larumbe2-49/+306
2024-10-01drm/panthor: Don't add write fences to the shared BOsdrm-misc-fixes-2024-10-02Boris Brezillon1-6/+1
2024-10-01drm/panthor: Don't declare a queue blocked if deferred operations are pendingBoris Brezillon1-1/+7
2024-10-01drm/panthor: Fix access to uninitialized variable in tick_ctx_cleanup()Boris Brezillon1-2/+3