index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
panthor
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/panthor: Be stricter about IO mapping flags
Jann Horn
6 days
1
-0
/
+4
*
drm/panthor: Lock XArray when getting entries for the VM
Liviu Dudau
7 days
1
-0
/
+2
*
drm/panthor: Report group as timedout when we fail to properly suspend
Boris Brezillon
2024-10-30
1
-4
/
+11
*
drm/panthor: Fail job creation when the group is dead
Boris Brezillon
2024-10-30
1
-0
/
+5
*
drm/panthor: Fix firmware initialization on systems with a page size > 4k
Boris Brezillon
2024-10-30
4
-8
/
+24
*
drm/panthor: Don't add write fences to the shared BOs
Boris Brezillon
2024-10-01
1
-6
/
+1
*
drm/panthor: Don't declare a queue blocked if deferred operations are pending
Boris Brezillon
2024-10-01
1
-1
/
+7
*
drm/panthor: Fix access to uninitialized variable in tick_ctx_cleanup()
Boris Brezillon
2024-10-01
1
-2
/
+3
*
drm/panthor: Lock the VM resv before calling drm_gpuvm_bo_obtain_prealloc()
Boris Brezillon
2024-10-01
1
-0
/
+8
*
drm/panthor: Add FOP_UNSIGNED_OFFSET to fop_flags
Liviu Dudau
2024-10-01
1
-0
/
+1
*
Merge tag 'drm-misc-fixes-2024-09-26' of https://gitlab.freedesktop.org/drm/m...
Dave Airlie
2024-10-01
1
-2
/
+14
|
\
|
*
drm/panthor: Fix race when converting group handle to group object
Steven Price
2024-09-23
1
-2
/
+14
*
|
Merge v6.11-rc7 into drm-next
Simona Vetter
2024-09-11
5
-5
/
+50
|
\
|
|
*
drm/panthor: flush FW AS caches in slow reset path
Adrián Larumbe
2024-09-05
3
-4
/
+26
|
*
drm/panthor: Restrict high priorities on group_create
Mary Guillemard
2024-09-05
2
-1
/
+24
*
|
Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...
Daniel Vetter
2024-08-08
2
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
drm/scheduler: remove full_recover from drm_sched_start
Christian König
2024-07-25
2
-2
/
+2
*
|
Merge tag 'drm-next-2024-07-18' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2024-07-18
1
-0
/
+1
|
\
|
|
*
drm/panthor: Record devfreq busy as soon as a job is started
Steven Price
2024-07-04
1
-0
/
+1
*
|
drm/panthor: Fix sync-only jobs
Boris Brezillon
2024-07-03
1
-11
/
+33
*
|
drm/panthor: Don't check the array stride on empty uobj arrays
Boris Brezillon
2024-07-03
1
-3
/
+3
|
/
*
drm/panthor: Call panthor_sched_post_reset() even if the reset failed
Boris Brezillon
2024-05-13
3
-12
/
+16
*
drm/panthor: Reset the FW VM to NULL on unplug
Boris Brezillon
2024-05-13
1
-0
/
+1
*
drm/panthor: Keep a ref to the VM at the panthor_kernel_bo level
Boris Brezillon
2024-05-13
5
-17
/
+22
*
drm/panthor: Force an immediate reset on unrecoverable faults
Boris Brezillon
2024-05-13
3
-1
/
+12
*
drm/panthor: Fix an off-by-one in the heap context retrieval logic
Boris Brezillon
2024-05-13
1
-2
/
+3
*
drm/panthor: Relax the constraints on the tiler chunk size
Boris Brezillon
2024-05-13
1
-4
/
+4
*
drm/panthor: Make sure the tiler initial/max chunks are consistent
Boris Brezillon
2024-05-13
1
-0
/
+3
*
drm/panthor: Fix tiler OOM handling to allow incremental rendering
Antonino Maniscalco
2024-05-13
2
-5
/
+14
*
drm/panthor: Fix the FW reset logic
Boris Brezillon
2024-05-02
1
-3
/
+4
*
drm/panthor: Make sure we handle 'unknown group state' case properly
Boris Brezillon
2024-05-02
1
-2
/
+35
*
drm/panthor: Kill the faulty_slots variable in panthor_sched_suspend()
Boris Brezillon
2024-05-02
1
-7
/
+3
*
drm/panthor: clean up some types in panthor_sched_suspend()
Dan Carpenter
2024-04-22
1
-1
/
+1
*
drm/panthor: Don't return NULL from panthor_vm_get_heap_pool()
Harshit Mogalapalli
2024-04-03
3
-3
/
+5
*
drm/panthor: Fix NULL vs IS_ERR() bug in panthor_probe()
Harshit Mogalapalli
2024-04-03
1
-1
/
+1
*
drm/panthor: Fix off by one in panthor_fw_get_cs_iface()
Dan Carpenter
2024-04-03
1
-1
/
+1
*
drm/panthor: Fix error code in panthor_gpu_init()
Dan Carpenter
2024-04-03
1
-2
/
+2
*
drm/panthor: Fix a couple -ENOMEM error codes
Dan Carpenter
2024-04-03
1
-2
/
+6
*
drm/panthor: Fix some kerneldoc warnings
Liviu Dudau
2024-04-03
1
-5
/
+3
*
drm/panthor: Cleanup unused variable 'cookie'
Liviu Dudau
2024-04-03
1
-4
/
+0
*
drm/panthor: Fix clang -Wunused-but-set-variable in tick_ctx_apply()
Nathan Chancellor
2024-04-02
1
-2
/
+1
*
drm/panthor: Drop the dev_enter/exit() sections in _irq_suspend/resume()
Boris Brezillon
2024-04-02
1
-13
/
+4
*
drm/panthor: Fix ordering in _irq_suspend()
Boris Brezillon
2024-04-02
1
-2
/
+2
*
drm/panthor: Fix IO-page mmap() for 32-bit userspace on 64-bit kernel
Boris Brezillon
2024-04-02
3
-29
/
+20
*
drm/panthor: Fix spelling mistake "readyness" -> "readiness"
Colin Ian King
2024-03-26
1
-1
/
+1
*
drm/panthor: Don't use virt_to_pfn()
Steven Price
2024-03-25
2
-5
/
+7
*
drm/panthor: Fix the CONFIG_PM=n case
Boris Brezillon
2024-03-25
2
-3
/
+12
*
Revert "drm/panthor: Fix undefined panthor_device_suspend/resume symbol issue"
Jani Nikula
2024-03-11
2
-1
/
+2
*
drm/panthor: Fix undefined panthor_device_suspend/resume symbol issue
Boris Brezillon
2024-03-11
2
-2
/
+1
*
drm/panthor: Explicitly include mm.h for the {virt, __phys)_to_pfn() defs
Boris Brezillon
2024-03-11
1
-0
/
+1
[next]