summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/lima
Commit message (Expand)AuthorAgeFilesLines
* Revert "drm/scheduler: Job timeout handler returns status (v3)"Maarten Lankhorst2021-02-101-3/+1
* drm/lima: fix reference leak in lima_pm_busyQinglang Miao2021-02-091-1/+1
* drm/scheduler: Job timeout handler returns status (v3)Luben Tuikov2021-02-091-1/+3
* Merge tag 'drm-next-2020-12-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-12-181-1/+1
|\
| * drm/shmem-helper: Use cached mappings by defaultThomas Zimmermann2020-11-241-1/+1
* | Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2020-12-151-9/+4
|\ \ | |/ |/|
| * drm/lima: dev_pm_opp_put_*() accepts NULL argumentViresh Kumar2020-12-091-9/+4
* | drm/lima: Unconditionally call dev_pm_opp_of_remove_table()Viresh Kumar2020-11-162-6/+1
* | drm/lima/lima_sched: Remove unused and unnecessary variable 'ret'Lee Jones2020-11-161-2/+1
* | drm/lima/lima_drv: Demote kernel-doc formatting abuseLee Jones2020-11-161-1/+1
* | drm/lima: simplify the return expression of lima_devfreq_targetLiu Shixin2020-11-161-6/+1
* | drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann2020-11-092-7/+10
* | drm/<drivers>: Constify struct drm_driverDaniel Vetter2020-11-061-1/+1
|/
* drm: lima: fix common struct sg_table related issuesMarek Szyprowski2020-09-102-6/+10
* Merge tag 'drm-next-2020-08-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-08-054-8/+14
|\
| * drm/lima: Expose job_hang_limit module parameterAndrey Lebedev2020-07-133-2/+8
| * drm/lima: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov2020-05-192-6/+6
* | drm/lima: fix wait pp reset timeoutQiang Yu2020-07-201-0/+2
|/
* drm/lima: enable runtime pmQiang Yu2020-04-242-10/+52
* drm/lima: add pm resume/suspend opsQiang Yu2020-04-243-0/+100
* drm/lima: separate clk/regulator enable/disable functionQiang Yu2020-04-241-37/+68
* drm/lima: add resume/suspend callback for each ipQiang Yu2020-04-2416-37/+187
* drm/lima: power down ip blocks when pmu exitQiang Yu2020-04-242-1/+54
* drm/lima: add lima_devfreq_resume/suspendQiang Yu2020-04-242-0/+27
* drm/lima: always set page directory when switch vmQiang Yu2020-04-242-12/+5
* drm/lima: check vm != NULL in lima_vm_putQiang Yu2020-04-242-6/+4
* drm/lima: print process name and pid when task errorQiang Yu2020-04-241-1/+2
* drm/lima: use module_platform_driver helperQiang Yu2020-04-241-11/+1
* drm/lima: Clean up redundant pdev pointerRobin Murphy2020-04-244-9/+5
* drm/lima: Clean up IRQ warningsRobin Murphy2020-04-241-2/+5
* drm/lima: Add optional devfreq and cooling device supportMartin Blumenstingl2020-03-289-3/+308
* drm/lima: add trace point for tasksQiang Yu2020-03-225-2/+64
* drm/lima: add error sysfs to export error task dumpQiang Yu2020-03-221-0/+94
* drm/lima: save task info dump when task failQiang Yu2020-03-225-0/+235
* drm/lima: add max_error_tasks module parameterQiang Yu2020-03-222-0/+5
* drm/lima: save process info for debug usageQiang Yu2020-03-222-0/+8
* Merge v5.6-rc2 into drm-misc-nextMaxime Ripard2020-02-171-2/+3
|\
| * Merge tag 'amd-drm-next-5.6-2020-01-09' of git://people.freedesktop.org/~agd5...Dave Airlie2020-01-131-2/+3
| |\
| | * drm/scheduler: rework entity creationNirmoy Das2019-12-181-2/+3
* | | drm/lima: fix recovering from PLBU out of memoryVasily Khoruzhick2020-02-171-1/+6
* | | drm/lima: increase driver version to 1.1Qiang Yu2020-01-271-2/+8
* | | drm/lima: recover task by enlarging heap bufferQiang Yu2020-01-275-7/+98
* | | drm/lima: support heap buffer creationQiang Yu2020-01-275-10/+139
* | | drm/lima: add lima_vm_map_boQiang Yu2020-01-272-0/+43
* | | drm/lima: update register infoQiang Yu2020-01-271-0/+1
|/ /
* / drm/lima: use drm_sched_fault for error task handlingQiang Yu2020-01-092-28/+9
|/
* drm/lima: Fix Kconfig indentationKrzysztof Kozlowski2019-11-201-1/+1
* drm/lima: add __GFP_NOWARN flag to all dma_alloc_wcQiang Yu2019-10-172-3/+3
* drm/lima: use drm_gem_(un)lock_reservationsQiang Yu2019-10-171-58/+6
* drm/lima: use drm_gem_shmem_helpersQiang Yu2019-10-1712-360/+145