summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/lima
Commit message (Expand)AuthorAgeFilesLines
* tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)2024-05-221-1/+1
* drm/lima: fix void pointer to enum lima_gpu_id cast warningErico Nunes2024-04-152-3/+23
* drm/lima: fix shared irq handling on driver removeErico Nunes2024-04-153-0/+11
* drm/lima: mask irqs in timeout path before hard resetErico Nunes2024-04-151-0/+7
* drm/lima: include pp bcast irq in timeout handler checkErico Nunes2024-04-151-0/+2
* drm/lima: add mask irq callback to gp and ppErico Nunes2024-04-155-0/+42
* drm/lima: standardize debug messages by ip nameErico Nunes2024-02-125-30/+36
* drm/lima: increase default job timeout to 10sErico Nunes2024-02-121-1/+1
* drm/lima: remove guilty drm_sched context handlingErico Nunes2024-02-124-7/+4
* drm/lima: handle spurious timeouts due to high irq latencyErico Nunes2024-02-121-3/+28
* drm/lima: set gp bus_stop bit before hard resetErico Nunes2024-02-121-0/+12
* drm/lima: set pp bus_stop bit before hard resetErico Nunes2024-02-121-0/+13
* drm/lima: reset async_reset on gp hard resetErico Nunes2024-02-121-0/+7
* drm/lima: reset async_reset on pp hard resetErico Nunes2024-02-121-0/+7
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2024-01-291-0/+1
|\
| * Merge tag 'drm-next-2024-01-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2024-01-122-3/+3
| |\
| * | sched.h: move pid helpers to pid.hKent Overstreet2023-12-201-0/+1
* | | drm/lima: fix a memleak in lima_heap_allocZhipeng Lu2024-01-191-9/+14
| |/ |/|
* | drm/sched: implement dynamic job-flow controlDanilo Krummrich2023-11-102-2/+2
* | drm/sched: Convert drm scheduler to use a work queue rather than kthreadMatthew Brost2023-11-011-1/+1
|/
* drm/sched: Convert the GPU scheduler to variable number of run-queuesLuben Tuikov2023-10-261-1/+3
* drm: Explicitly include correct DT includesRob Herring2023-07-211-1/+2
* drm: Clear fd/handle callbacks in struct drm_driverThomas Zimmermann2023-06-261-2/+0
* drm/shmem-helper: Switch to reservation lockDmitry Osipenko2023-06-211-4/+4
* Merge drm/drm-next into drm-misc-nextThomas Zimmermann2023-06-191-1/+1
|\
| * drm/lima: fix sched context destroyErico Nunes2023-06-071-1/+1
* | drm: Remove struct drm_driver.gem_prime_mmapThomas Zimmermann2023-06-191-1/+0
* | drm/lima: Convert to platform remove callback returning voidUwe Kleine-König2023-06-081-3/+2
|/
* Revert "drm/lima: add usage counting method to ctx_mgr"Qiang Yu2023-04-052-32/+1
* Revert "drm/lima: allocate unique id per drm_file"Qiang Yu2023-04-053-16/+0
* Revert "drm/lima: add show_fdinfo for drm usage stats"Qiang Yu2023-04-051-30/+1
* drm/lima: add show_fdinfo for drm usage statsErico Nunes2023-04-021-1/+30
* drm/lima: allocate unique id per drm_fileErico Nunes2023-04-023-0/+16
* drm/lima: add usage counting method to ctx_mgrErico Nunes2023-04-022-1/+32
* drm/lima/lima_drv: Add missing unwind goto in lima_pdev_probe()Harshit Mogalapalli2023-04-021-2/+4
* drm/lima: Use drm_sched_job_add_syncobj_dependency()Maíra Canal2023-03-211-10/+2
* Revert "drm/shmem-helper: Switch to reservation lock"Thomas Zimmermann2023-02-281-4/+4
* drm/shmem-helper: Switch to reservation lockDmitry Osipenko2023-02-271-4/+4
* Backmerge tag 'v6.1-rc6' into drm-nextDave Airlie2022-11-241-6/+9
|\
| * drm/lima: Fix opp clkname setting in case of missing regulatorErico Nunes2022-11-141-6/+9
* | drm/gem: Take reservation lock for vmap/vunmap operationsDmitry Osipenko2022-10-181-2/+2
|/
* drm/lima: Migrate to dev_pm_opp_set_config()Viresh Kumar2022-07-081-5/+6
* OPP: Make dev_pm_opp_set_regulators() accept NULL terminated listViresh Kumar2022-07-081-1/+2
* dma-buf: specify usage while adding fences to dma_resv obj v7Christian König2022-04-071-4/+3
* dma-buf/drivers: make reserving a shared slot mandatory v4Christian König2022-04-061-6/+4
* Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-02-252-2/+4
|\
| * drm/sched: Add device pointer to drm_gpu_schedulerJiawei Gu2022-02-231-1/+1
| * drm/gem-shmem: Set vm_ops in static initializerThomas Zimmermann2022-02-141-0/+1
| * drm/lima: avoid error task dump attempt when not enabledErico Nunes2022-02-121-1/+2
* | dma-buf-map: Rename to iosys-mapLucas De Marchi2022-02-072-3/+4
|/