summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/panthor (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* drm/panthor: Fix panthor_devfreq kerneldocBoris Brezillon2024-03-111-1/+1
* drm/panthor: Allow driver compilationBoris Brezillon2024-03-012-0/+37
* drm/panthor: Add the driver frontend blockBoris Brezillon2024-03-011-0/+1473
* drm/panthor: Add the scheduler logical blockBoris Brezillon2024-03-012-0/+3552
* drm/panthor: Add the heap logical blockBoris Brezillon2024-03-012-0/+636
* drm/panthor: Add the FW logical blockBoris Brezillon2024-03-012-0/+1865
* drm/panthor: Add the MMU/VM logical blockBoris Brezillon2024-03-012-0/+2870
* drm/panthor: Add the devfreq logical blockBoris Brezillon2024-03-012-0/+304
* drm/panthor: Add GEM logical blockBoris Brezillon2024-03-012-0/+372
* drm/panthor: Add the GPU logical blockBoris Brezillon2024-03-012-0/+534
* drm/panthor: Add the device logical blockBoris Brezillon2024-03-012-0/+943
* drm/panthor: Add GPU register definitionsBoris Brezillon2024-03-011-0/+239