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
/
lima
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-05
Merge tag 'drm-misc-next-2024-07-04' of https://gitlab.freedesktop.org/drm/mi...
Daniel Vetter
1
-0
/
+1
2024-06-30
drm/lima: Mark simple_ondemand governor as softdep
Dragan Simic
1
-0
/
+1
2024-05-29
drm/lima: Fix dma_resv deadlock at drm object pin time
Adrián Larumbe
1
-1
/
+1
2024-05-22
tracing/treewide: Remove second parameter of __assign_str()
Steven Rostedt (Google)
1
-1
/
+1
2024-04-15
drm/lima: fix void pointer to enum lima_gpu_id cast warning
Erico Nunes
2
-3
/
+23
2024-04-15
drm/lima: fix shared irq handling on driver remove
Erico Nunes
3
-0
/
+11
2024-04-15
drm/lima: mask irqs in timeout path before hard reset
Erico Nunes
1
-0
/
+7
2024-04-15
drm/lima: include pp bcast irq in timeout handler check
Erico Nunes
1
-0
/
+2
2024-04-15
drm/lima: add mask irq callback to gp and pp
Erico Nunes
5
-0
/
+42
2024-02-12
drm/lima: standardize debug messages by ip name
Erico Nunes
5
-30
/
+36
2024-02-12
drm/lima: increase default job timeout to 10s
Erico Nunes
1
-1
/
+1
2024-02-12
drm/lima: remove guilty drm_sched context handling
Erico Nunes
4
-7
/
+4
2024-02-12
drm/lima: handle spurious timeouts due to high irq latency
Erico Nunes
1
-3
/
+28
2024-02-12
drm/lima: set gp bus_stop bit before hard reset
Erico Nunes
1
-0
/
+12
2024-02-12
drm/lima: set pp bus_stop bit before hard reset
Erico Nunes
1
-0
/
+13
2024-02-12
drm/lima: reset async_reset on gp hard reset
Erico Nunes
1
-0
/
+7
2024-02-12
drm/lima: reset async_reset on pp hard reset
Erico Nunes
1
-0
/
+7
2024-01-29
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-0
/
+1
2024-01-19
drm/lima: fix a memleak in lima_heap_alloc
Zhipeng Lu
1
-9
/
+14
2024-01-12
Merge tag 'drm-next-2024-01-10' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2
-3
/
+3
2023-12-20
sched.h: move pid helpers to pid.h
Kent Overstreet
1
-0
/
+1
2023-11-10
drm/sched: implement dynamic job-flow control
Danilo Krummrich
2
-2
/
+2
2023-11-01
drm/sched: Convert drm scheduler to use a work queue rather than kthread
Matthew Brost
1
-1
/
+1
2023-10-26
drm/sched: Convert the GPU scheduler to variable number of run-queues
Luben Tuikov
1
-1
/
+3
2023-07-21
drm: Explicitly include correct DT includes
Rob Herring
1
-1
/
+2
2023-06-26
drm: Clear fd/handle callbacks in struct drm_driver
Thomas Zimmermann
1
-2
/
+0
2023-06-21
drm/shmem-helper: Switch to reservation lock
Dmitry Osipenko
1
-4
/
+4
2023-06-19
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
1
-1
/
+1
2023-06-19
drm: Remove struct drm_driver.gem_prime_mmap
Thomas Zimmermann
1
-1
/
+0
2023-06-08
drm/lima: Convert to platform remove callback returning void
Uwe Kleine-König
1
-3
/
+2
2023-06-07
drm/lima: fix sched context destroy
Erico Nunes
1
-1
/
+1
2023-04-05
Revert "drm/lima: add usage counting method to ctx_mgr"
Qiang Yu
2
-32
/
+1
2023-04-05
Revert "drm/lima: allocate unique id per drm_file"
Qiang Yu
3
-16
/
+0
2023-04-05
Revert "drm/lima: add show_fdinfo for drm usage stats"
Qiang Yu
1
-30
/
+1
2023-04-02
drm/lima: add show_fdinfo for drm usage stats
Erico Nunes
1
-1
/
+30
2023-04-02
drm/lima: allocate unique id per drm_file
Erico Nunes
3
-0
/
+16
2023-04-02
drm/lima: add usage counting method to ctx_mgr
Erico Nunes
2
-1
/
+32
2023-04-02
drm/lima/lima_drv: Add missing unwind goto in lima_pdev_probe()
Harshit Mogalapalli
1
-2
/
+4
2023-03-21
drm/lima: Use drm_sched_job_add_syncobj_dependency()
Maíra Canal
1
-10
/
+2
2023-02-28
Revert "drm/shmem-helper: Switch to reservation lock"
Thomas Zimmermann
1
-4
/
+4
2023-02-27
drm/shmem-helper: Switch to reservation lock
Dmitry Osipenko
1
-4
/
+4
2022-11-24
Backmerge tag 'v6.1-rc6' into drm-next
Dave Airlie
1
-6
/
+9
2022-11-14
drm/lima: Fix opp clkname setting in case of missing regulator
Erico Nunes
1
-6
/
+9
2022-10-18
drm/gem: Take reservation lock for vmap/vunmap operations
Dmitry Osipenko
1
-2
/
+2
2022-07-08
drm/lima: Migrate to dev_pm_opp_set_config()
Viresh Kumar
1
-5
/
+6
2022-07-08
OPP: Make dev_pm_opp_set_regulators() accept NULL terminated list
Viresh Kumar
1
-1
/
+2
2022-04-07
dma-buf: specify usage while adding fences to dma_resv obj v7
Christian König
1
-4
/
+3
2022-04-06
dma-buf/drivers: make reserving a shared slot mandatory v4
Christian König
1
-6
/
+4
2022-02-25
Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2
-2
/
+4
2022-02-23
drm/sched: Add device pointer to drm_gpu_scheduler
Jiawei Gu
1
-1
/
+1
[next]