summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/lima
AgeCommit message (Expand)AuthorLines
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds-1/+1
2024-09-06drm/sched: add optional errno to drm_sched_start()Christian König-1/+1
2024-07-29Merge drm/drm-next into drm-misc-nextThomas Zimmermann-1/+1
2024-07-25drm/scheduler: remove full_recover from drm_sched_startChristian König-1/+1
2024-07-05Merge tag 'drm-misc-next-2024-07-04' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter-0/+1
2024-06-30drm/lima: Mark simple_ondemand governor as softdepDragan Simic-0/+1
2024-05-29drm/lima: Fix dma_resv deadlock at drm object pin timeAdrián Larumbe-1/+1
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)-1/+1
2024-04-15drm/lima: fix void pointer to enum lima_gpu_id cast warningErico Nunes-3/+23
2024-04-15drm/lima: fix shared irq handling on driver removeErico Nunes-0/+11
2024-04-15drm/lima: mask irqs in timeout path before hard resetErico Nunes-0/+7
2024-04-15drm/lima: include pp bcast irq in timeout handler checkErico Nunes-0/+2
2024-04-15drm/lima: add mask irq callback to gp and ppErico Nunes-0/+42
2024-02-12drm/lima: standardize debug messages by ip nameErico Nunes-30/+36
2024-02-12drm/lima: increase default job timeout to 10sErico Nunes-1/+1
2024-02-12drm/lima: remove guilty drm_sched context handlingErico Nunes-7/+4
2024-02-12drm/lima: handle spurious timeouts due to high irq latencyErico Nunes-3/+28
2024-02-12drm/lima: set gp bus_stop bit before hard resetErico Nunes-0/+12
2024-02-12drm/lima: set pp bus_stop bit before hard resetErico Nunes-0/+13
2024-02-12drm/lima: reset async_reset on gp hard resetErico Nunes-0/+7
2024-02-12drm/lima: reset async_reset on pp hard resetErico Nunes-0/+7
2024-01-29Merge drm/drm-next into drm-misc-nextMaxime Ripard-0/+1
2024-01-19drm/lima: fix a memleak in lima_heap_allocZhipeng Lu-9/+14
2024-01-12Merge tag 'drm-next-2024-01-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-3/+3
2023-12-20sched.h: move pid helpers to pid.hKent Overstreet-0/+1
2023-11-10drm/sched: implement dynamic job-flow controlDanilo Krummrich-2/+2
2023-11-01drm/sched: Convert drm scheduler to use a work queue rather than kthreadMatthew Brost-1/+1
2023-10-26drm/sched: Convert the GPU scheduler to variable number of run-queuesLuben Tuikov-1/+3
2023-07-21drm: Explicitly include correct DT includesRob Herring-1/+2
2023-06-26drm: Clear fd/handle callbacks in struct drm_driverThomas Zimmermann-2/+0
2023-06-21drm/shmem-helper: Switch to reservation lockDmitry Osipenko-4/+4
2023-06-19Merge drm/drm-next into drm-misc-nextThomas Zimmermann-1/+1
2023-06-19drm: Remove struct drm_driver.gem_prime_mmapThomas Zimmermann-1/+0
2023-06-08drm/lima: Convert to platform remove callback returning voidUwe Kleine-König-3/+2
2023-06-07drm/lima: fix sched context destroyErico Nunes-1/+1
2023-04-05Revert "drm/lima: add usage counting method to ctx_mgr"Qiang Yu-32/+1
2023-04-05Revert "drm/lima: allocate unique id per drm_file"Qiang Yu-16/+0
2023-04-05Revert "drm/lima: add show_fdinfo for drm usage stats"Qiang Yu-30/+1
2023-04-02drm/lima: add show_fdinfo for drm usage statsErico Nunes-1/+30
2023-04-02drm/lima: allocate unique id per drm_fileErico Nunes-0/+16
2023-04-02drm/lima: add usage counting method to ctx_mgrErico Nunes-1/+32
2023-04-02drm/lima/lima_drv: Add missing unwind goto in lima_pdev_probe()Harshit Mogalapalli-2/+4
2023-03-21drm/lima: Use drm_sched_job_add_syncobj_dependency()Maíra Canal-10/+2
2023-02-28Revert "drm/shmem-helper: Switch to reservation lock"Thomas Zimmermann-4/+4
2023-02-27drm/shmem-helper: Switch to reservation lockDmitry Osipenko-4/+4
2022-11-24Backmerge tag 'v6.1-rc6' into drm-nextDave Airlie-6/+9
2022-11-14drm/lima: Fix opp clkname setting in case of missing regulatorErico Nunes-6/+9
2022-10-18drm/gem: Take reservation lock for vmap/vunmap operationsDmitry Osipenko-2/+2
2022-07-08drm/lima: Migrate to dev_pm_opp_set_config()Viresh Kumar-5/+6
2022-07-08OPP: Make dev_pm_opp_set_regulators() accept NULL terminated listViresh Kumar-1/+2