summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/lima
AgeCommit message (Expand)Author
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)
2024-04-15drm/lima: fix void pointer to enum lima_gpu_id cast warningErico Nunes
2024-04-15drm/lima: fix shared irq handling on driver removeErico Nunes
2024-04-15drm/lima: mask irqs in timeout path before hard resetErico Nunes
2024-04-15drm/lima: include pp bcast irq in timeout handler checkErico Nunes
2024-04-15drm/lima: add mask irq callback to gp and ppErico Nunes
2024-02-12drm/lima: standardize debug messages by ip nameErico Nunes
2024-02-12drm/lima: increase default job timeout to 10sErico Nunes
2024-02-12drm/lima: remove guilty drm_sched context handlingErico Nunes
2024-02-12drm/lima: handle spurious timeouts due to high irq latencyErico Nunes
2024-02-12drm/lima: set gp bus_stop bit before hard resetErico Nunes
2024-02-12drm/lima: set pp bus_stop bit before hard resetErico Nunes
2024-02-12drm/lima: reset async_reset on gp hard resetErico Nunes
2024-02-12drm/lima: reset async_reset on pp hard resetErico Nunes
2024-01-29Merge drm/drm-next into drm-misc-nextMaxime Ripard
2024-01-19drm/lima: fix a memleak in lima_heap_allocZhipeng Lu
2024-01-12Merge tag 'drm-next-2024-01-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2023-12-20sched.h: move pid helpers to pid.hKent Overstreet
2023-11-10drm/sched: implement dynamic job-flow controlDanilo Krummrich
2023-11-01drm/sched: Convert drm scheduler to use a work queue rather than kthreadMatthew Brost
2023-10-26drm/sched: Convert the GPU scheduler to variable number of run-queuesLuben Tuikov
2023-07-21drm: Explicitly include correct DT includesRob Herring
2023-06-26drm: Clear fd/handle callbacks in struct drm_driverThomas Zimmermann
2023-06-21drm/shmem-helper: Switch to reservation lockDmitry Osipenko
2023-06-19Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2023-06-19drm: Remove struct drm_driver.gem_prime_mmapThomas Zimmermann
2023-06-08drm/lima: Convert to platform remove callback returning voidUwe Kleine-König
2023-06-07drm/lima: fix sched context destroyErico Nunes
2023-04-05Revert "drm/lima: add usage counting method to ctx_mgr"Qiang Yu
2023-04-05Revert "drm/lima: allocate unique id per drm_file"Qiang Yu
2023-04-05Revert "drm/lima: add show_fdinfo for drm usage stats"Qiang Yu
2023-04-02drm/lima: add show_fdinfo for drm usage statsErico Nunes
2023-04-02drm/lima: allocate unique id per drm_fileErico Nunes
2023-04-02drm/lima: add usage counting method to ctx_mgrErico Nunes
2023-04-02drm/lima/lima_drv: Add missing unwind goto in lima_pdev_probe()Harshit Mogalapalli
2023-03-21drm/lima: Use drm_sched_job_add_syncobj_dependency()Maíra Canal
2023-02-28Revert "drm/shmem-helper: Switch to reservation lock"Thomas Zimmermann
2023-02-27drm/shmem-helper: Switch to reservation lockDmitry Osipenko
2022-11-24Backmerge tag 'v6.1-rc6' into drm-nextDave Airlie
2022-11-14drm/lima: Fix opp clkname setting in case of missing regulatorErico Nunes
2022-10-18drm/gem: Take reservation lock for vmap/vunmap operationsDmitry Osipenko
2022-07-08drm/lima: Migrate to dev_pm_opp_set_config()Viresh Kumar
2022-07-08OPP: Make dev_pm_opp_set_regulators() accept NULL terminated listViresh Kumar
2022-04-07dma-buf: specify usage while adding fences to dma_resv obj v7Christian König
2022-04-06dma-buf/drivers: make reserving a shared slot mandatory v4Christian König
2022-02-25Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2022-02-23drm/sched: Add device pointer to drm_gpu_schedulerJiawei Gu
2022-02-14drm/gem-shmem: Set vm_ops in static initializerThomas Zimmermann
2022-02-12drm/lima: avoid error task dump attempt when not enabledErico Nunes
2022-02-07dma-buf-map: Rename to iosys-mapLucas De Marchi