summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/lima
AgeCommit message (Expand)AuthorFilesLines
2024-02-12drm/lima: standardize debug messages by ip nameErico Nunes5-30/+36
2024-02-12drm/lima: increase default job timeout to 10sErico Nunes1-1/+1
2024-02-12drm/lima: remove guilty drm_sched context handlingErico Nunes4-7/+4
2024-02-12drm/lima: handle spurious timeouts due to high irq latencyErico Nunes1-3/+28
2024-02-12drm/lima: set gp bus_stop bit before hard resetErico Nunes1-0/+12
2024-02-12drm/lima: set pp bus_stop bit before hard resetErico Nunes1-0/+13
2024-02-12drm/lima: reset async_reset on gp hard resetErico Nunes1-0/+7
2024-02-12drm/lima: reset async_reset on pp hard resetErico Nunes1-0/+7
2024-01-29Merge drm/drm-next into drm-misc-nextMaxime Ripard1-0/+1
2024-01-19drm/lima: fix a memleak in lima_heap_allocZhipeng Lu1-9/+14
2024-01-12Merge tag 'drm-next-2024-01-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-3/+3
2023-12-21sched.h: move pid helpers to pid.hKent Overstreet1-0/+1
2023-11-10drm/sched: implement dynamic job-flow controlDanilo Krummrich2-2/+2
2023-11-02drm/sched: Convert drm scheduler to use a work queue rather than kthreadMatthew Brost1-1/+1
2023-10-26drm/sched: Convert the GPU scheduler to variable number of run-queuesLuben Tuikov1-1/+3
2023-07-21drm: Explicitly include correct DT includesRob Herring1-1/+2
2023-06-26drm: Clear fd/handle callbacks in struct drm_driverThomas Zimmermann1-2/+0
2023-06-21drm/shmem-helper: Switch to reservation lockDmitry Osipenko1-4/+4
2023-06-19Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-1/+1
2023-06-19drm: Remove struct drm_driver.gem_prime_mmapThomas Zimmermann1-1/+0
2023-06-08drm/lima: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-06-07drm/lima: fix sched context destroyErico Nunes1-1/+1
2023-04-05Revert "drm/lima: add usage counting method to ctx_mgr"Qiang Yu2-32/+1
2023-04-05Revert "drm/lima: allocate unique id per drm_file"Qiang Yu3-16/+0
2023-04-05Revert "drm/lima: add show_fdinfo for drm usage stats"Qiang Yu1-30/+1
2023-04-02drm/lima: add show_fdinfo for drm usage statsErico Nunes1-1/+30
2023-04-02drm/lima: allocate unique id per drm_fileErico Nunes3-0/+16
2023-04-02drm/lima: add usage counting method to ctx_mgrErico Nunes2-1/+32
2023-04-02drm/lima/lima_drv: Add missing unwind goto in lima_pdev_probe()Harshit Mogalapalli1-2/+4
2023-03-22drm/lima: Use drm_sched_job_add_syncobj_dependency()Maíra Canal1-10/+2
2023-02-28Revert "drm/shmem-helper: Switch to reservation lock"Thomas Zimmermann1-4/+4
2023-02-27drm/shmem-helper: Switch to reservation lockDmitry Osipenko1-4/+4
2022-11-24Backmerge tag 'v6.1-rc6' into drm-nextDave Airlie1-6/+9
2022-11-14drm/lima: Fix opp clkname setting in case of missing regulatorErico Nunes1-6/+9
2022-10-18drm/gem: Take reservation lock for vmap/vunmap operationsDmitry Osipenko1-2/+2
2022-07-08drm/lima: Migrate to dev_pm_opp_set_config()Viresh Kumar1-5/+6
2022-07-08OPP: Make dev_pm_opp_set_regulators() accept NULL terminated listViresh Kumar1-1/+2
2022-04-07dma-buf: specify usage while adding fences to dma_resv obj v7Christian König1-4/+3
2022-04-06dma-buf/drivers: make reserving a shared slot mandatory v4Christian König1-6/+4
2022-02-24Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2-2/+4
2022-02-23drm/sched: Add device pointer to drm_gpu_schedulerJiawei Gu1-1/+1
2022-02-14drm/gem-shmem: Set vm_ops in static initializerThomas Zimmermann1-0/+1
2022-02-12drm/lima: avoid error task dump attempt when not enabledErico Nunes1-1/+2
2022-02-08dma-buf-map: Rename to iosys-mapLucas De Marchi2-3/+4
2021-12-14Merge v5.16-rc5 into drm-nextDaniel Vetter1-0/+1
2021-12-03treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski1-0/+1
2021-12-02drm: Return error codes from struct drm_driver.gem_create_objectThomas Zimmermann1-1/+1
2021-11-15drm/shmem-helper: Pass GEM shmem object in public interfacesThomas Zimmermann2-7/+7
2021-11-15drm/shmem-helper: Export dedicated wrappers for GEM object functionsThomas Zimmermann1-4/+4
2021-11-06drm/lima: fix warning when CONFIG_DEBUG_SG=y & CONFIG_DMA_API_DEBUG=yQiang Yu1-0/+1