summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/panthor
Commit message (Expand)AuthorAgeFilesLines
* drm/panthor: Be stricter about IO mapping flagsJann Horn6 days1-0/+4
* drm/panthor: Lock XArray when getting entries for the VMLiviu Dudau7 days1-0/+2
* drm/panthor: Report group as timedout when we fail to properly suspendBoris Brezillon2024-10-301-4/+11
* drm/panthor: Fail job creation when the group is deadBoris Brezillon2024-10-301-0/+5
* drm/panthor: Fix firmware initialization on systems with a page size > 4kBoris Brezillon2024-10-304-8/+24
* drm/panthor: Don't add write fences to the shared BOsBoris Brezillon2024-10-011-6/+1
* drm/panthor: Don't declare a queue blocked if deferred operations are pendingBoris Brezillon2024-10-011-1/+7
* drm/panthor: Fix access to uninitialized variable in tick_ctx_cleanup()Boris Brezillon2024-10-011-2/+3
* drm/panthor: Lock the VM resv before calling drm_gpuvm_bo_obtain_prealloc()Boris Brezillon2024-10-011-0/+8
* drm/panthor: Add FOP_UNSIGNED_OFFSET to fop_flagsLiviu Dudau2024-10-011-0/+1
* Merge tag 'drm-misc-fixes-2024-09-26' of https://gitlab.freedesktop.org/drm/m...Dave Airlie2024-10-011-2/+14
|\
| * drm/panthor: Fix race when converting group handle to group objectSteven Price2024-09-231-2/+14
* | Merge v6.11-rc7 into drm-nextSimona Vetter2024-09-115-5/+50
|\|
| * drm/panthor: flush FW AS caches in slow reset pathAdrián Larumbe2024-09-053-4/+26
| * drm/panthor: Restrict high priorities on group_createMary Guillemard2024-09-052-1/+24
* | Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter2024-08-082-2/+2
|\ \ | |/ |/|
| * drm/scheduler: remove full_recover from drm_sched_startChristian König2024-07-252-2/+2
* | Merge tag 'drm-next-2024-07-18' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-07-181-0/+1
|\|
| * drm/panthor: Record devfreq busy as soon as a job is startedSteven Price2024-07-041-0/+1
* | drm/panthor: Fix sync-only jobsBoris Brezillon2024-07-031-11/+33
* | drm/panthor: Don't check the array stride on empty uobj arraysBoris Brezillon2024-07-031-3/+3
|/
* drm/panthor: Call panthor_sched_post_reset() even if the reset failedBoris Brezillon2024-05-133-12/+16
* drm/panthor: Reset the FW VM to NULL on unplugBoris Brezillon2024-05-131-0/+1
* drm/panthor: Keep a ref to the VM at the panthor_kernel_bo levelBoris Brezillon2024-05-135-17/+22
* drm/panthor: Force an immediate reset on unrecoverable faultsBoris Brezillon2024-05-133-1/+12
* drm/panthor: Fix an off-by-one in the heap context retrieval logicBoris Brezillon2024-05-131-2/+3
* drm/panthor: Relax the constraints on the tiler chunk sizeBoris Brezillon2024-05-131-4/+4
* drm/panthor: Make sure the tiler initial/max chunks are consistentBoris Brezillon2024-05-131-0/+3
* drm/panthor: Fix tiler OOM handling to allow incremental renderingAntonino Maniscalco2024-05-132-5/+14
* drm/panthor: Fix the FW reset logicBoris Brezillon2024-05-021-3/+4
* drm/panthor: Make sure we handle 'unknown group state' case properlyBoris Brezillon2024-05-021-2/+35
* drm/panthor: Kill the faulty_slots variable in panthor_sched_suspend()Boris Brezillon2024-05-021-7/+3
* drm/panthor: clean up some types in panthor_sched_suspend()Dan Carpenter2024-04-221-1/+1
* drm/panthor: Don't return NULL from panthor_vm_get_heap_pool()Harshit Mogalapalli2024-04-033-3/+5
* drm/panthor: Fix NULL vs IS_ERR() bug in panthor_probe()Harshit Mogalapalli2024-04-031-1/+1
* drm/panthor: Fix off by one in panthor_fw_get_cs_iface()Dan Carpenter2024-04-031-1/+1
* drm/panthor: Fix error code in panthor_gpu_init()Dan Carpenter2024-04-031-2/+2
* drm/panthor: Fix a couple -ENOMEM error codesDan Carpenter2024-04-031-2/+6
* drm/panthor: Fix some kerneldoc warningsLiviu Dudau2024-04-031-5/+3
* drm/panthor: Cleanup unused variable 'cookie'Liviu Dudau2024-04-031-4/+0
* drm/panthor: Fix clang -Wunused-but-set-variable in tick_ctx_apply()Nathan Chancellor2024-04-021-2/+1
* drm/panthor: Drop the dev_enter/exit() sections in _irq_suspend/resume()Boris Brezillon2024-04-021-13/+4
* drm/panthor: Fix ordering in _irq_suspend()Boris Brezillon2024-04-021-2/+2
* drm/panthor: Fix IO-page mmap() for 32-bit userspace on 64-bit kernelBoris Brezillon2024-04-023-29/+20
* drm/panthor: Fix spelling mistake "readyness" -> "readiness"Colin Ian King2024-03-261-1/+1
* drm/panthor: Don't use virt_to_pfn()Steven Price2024-03-252-5/+7
* drm/panthor: Fix the CONFIG_PM=n caseBoris Brezillon2024-03-252-3/+12
* Revert "drm/panthor: Fix undefined panthor_device_suspend/resume symbol issue"Jani Nikula2024-03-112-1/+2
* drm/panthor: Fix undefined panthor_device_suspend/resume symbol issueBoris Brezillon2024-03-112-2/+1
* drm/panthor: Explicitly include mm.h for the {virt, __phys)_to_pfn() defsBoris Brezillon2024-03-111-0/+1