index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
panthor
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-13
drm/panthor: Call panthor_sched_post_reset() even if the reset failed
Boris Brezillon
3
-12
/
+16
2024-05-13
drm/panthor: Reset the FW VM to NULL on unplug
Boris Brezillon
1
-0
/
+1
2024-05-13
drm/panthor: Keep a ref to the VM at the panthor_kernel_bo level
Boris Brezillon
5
-17
/
+22
2024-05-13
drm/panthor: Force an immediate reset on unrecoverable faults
Boris Brezillon
3
-1
/
+12
2024-05-13
drm/panthor: Fix an off-by-one in the heap context retrieval logic
Boris Brezillon
1
-2
/
+3
2024-05-13
drm/panthor: Relax the constraints on the tiler chunk size
Boris Brezillon
1
-4
/
+4
2024-05-13
drm/panthor: Make sure the tiler initial/max chunks are consistent
Boris Brezillon
1
-0
/
+3
2024-05-13
drm/panthor: Fix tiler OOM handling to allow incremental rendering
Antonino Maniscalco
2
-5
/
+14
2024-05-02
drm/panthor: Fix the FW reset logic
Boris Brezillon
1
-3
/
+4
2024-05-02
drm/panthor: Make sure we handle 'unknown group state' case properly
Boris Brezillon
1
-2
/
+35
2024-05-02
drm/panthor: Kill the faulty_slots variable in panthor_sched_suspend()
Boris Brezillon
1
-7
/
+3
2024-04-22
drm/panthor: clean up some types in panthor_sched_suspend()
Dan Carpenter
1
-1
/
+1
2024-04-03
drm/panthor: Don't return NULL from panthor_vm_get_heap_pool()
Harshit Mogalapalli
3
-3
/
+5
2024-04-03
drm/panthor: Fix NULL vs IS_ERR() bug in panthor_probe()
Harshit Mogalapalli
1
-1
/
+1
2024-04-03
drm/panthor: Fix off by one in panthor_fw_get_cs_iface()
Dan Carpenter
1
-1
/
+1
2024-04-03
drm/panthor: Fix error code in panthor_gpu_init()
Dan Carpenter
1
-2
/
+2
2024-04-03
drm/panthor: Fix a couple -ENOMEM error codes
Dan Carpenter
1
-2
/
+6
2024-04-03
drm/panthor: Fix some kerneldoc warnings
Liviu Dudau
1
-5
/
+3
2024-04-03
drm/panthor: Cleanup unused variable 'cookie'
Liviu Dudau
1
-4
/
+0
2024-04-02
drm/panthor: Fix clang -Wunused-but-set-variable in tick_ctx_apply()
Nathan Chancellor
1
-2
/
+1
2024-04-02
drm/panthor: Drop the dev_enter/exit() sections in _irq_suspend/resume()
Boris Brezillon
1
-13
/
+4
2024-04-02
drm/panthor: Fix ordering in _irq_suspend()
Boris Brezillon
1
-2
/
+2
2024-04-02
drm/panthor: Fix IO-page mmap() for 32-bit userspace on 64-bit kernel
Boris Brezillon
3
-29
/
+20
2024-03-26
drm/panthor: Fix spelling mistake "readyness" -> "readiness"
Colin Ian King
1
-1
/
+1
2024-03-25
drm/panthor: Don't use virt_to_pfn()
Steven Price
2
-5
/
+7
2024-03-25
drm/panthor: Fix the CONFIG_PM=n case
Boris Brezillon
2
-3
/
+12
2024-03-11
Revert "drm/panthor: Fix undefined panthor_device_suspend/resume symbol issue"
Jani Nikula
2
-1
/
+2
2024-03-11
drm/panthor: Fix undefined panthor_device_suspend/resume symbol issue
Boris Brezillon
2
-2
/
+1
2024-03-11
drm/panthor: Explicitly include mm.h for the {virt, __phys)_to_pfn() defs
Boris Brezillon
1
-0
/
+1
2024-03-11
drm/panthor: Fix panthor_devfreq kerneldoc
Boris Brezillon
1
-1
/
+1
2024-03-01
drm/panthor: Allow driver compilation
Boris Brezillon
2
-0
/
+37
2024-03-01
drm/panthor: Add the driver frontend block
Boris Brezillon
1
-0
/
+1473
2024-03-01
drm/panthor: Add the scheduler logical block
Boris Brezillon
2
-0
/
+3552
2024-03-01
drm/panthor: Add the heap logical block
Boris Brezillon
2
-0
/
+636
2024-03-01
drm/panthor: Add the FW logical block
Boris Brezillon
2
-0
/
+1865
2024-03-01
drm/panthor: Add the MMU/VM logical block
Boris Brezillon
2
-0
/
+2870
2024-03-01
drm/panthor: Add the devfreq logical block
Boris Brezillon
2
-0
/
+304
2024-03-01
drm/panthor: Add GEM logical block
Boris Brezillon
2
-0
/
+372
2024-03-01
drm/panthor: Add the GPU logical block
Boris Brezillon
2
-0
/
+534
2024-03-01
drm/panthor: Add the device logical block
Boris Brezillon
2
-0
/
+943
2024-03-01
drm/panthor: Add GPU register definitions
Boris Brezillon
1
-0
/
+239