summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/lima
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge v5.16-rc5 into drm-nextDaniel Vetter2021-12-141-0/+1
|\
| * treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski2021-12-031-0/+1
* | drm: Return error codes from struct drm_driver.gem_create_objectThomas Zimmermann2021-12-021-1/+1
* | drm/shmem-helper: Pass GEM shmem object in public interfacesThomas Zimmermann2021-11-152-7/+7
* | drm/shmem-helper: Export dedicated wrappers for GEM object functionsThomas Zimmermann2021-11-151-4/+4
* | drm/lima: fix warning when CONFIG_DEBUG_SG=y & CONFIG_DMA_API_DEBUG=yQiang Yu2021-11-061-0/+1
|/
* drm/lima: use scheduler dependency trackingDaniel Vetter2021-08-303-26/+4
* drm/sched: drop entity parameter from drm_sched_push_jobDaniel Vetter2021-08-303-7/+4
* drm/sched: Split drm_sched_job_initDaniel Vetter2021-08-301-0/+2
* Merge tag 'drm-misc-next-2021-07-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-07-211-1/+2
|\
| * drm/sched: Allow using a dedicated workqueue for the timeout/fault tdrBoris Brezillon2021-07-011-1/+2
* | treewide: Add missing semicolons to __assign_str usesJoe Perches2021-06-301-1/+1
|/
* Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-04-283-3/+16
|\
| * drm/lima: add governor data with pre-defined thresholdsChristian Hewitt2021-02-072-1/+11