summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/lima
Commit message (Expand)AuthorAgeFilesLines
* 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
* drm/lima: Add support for multiple reset linesPeter Griffin2019-10-051-1/+2
* Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-09-197-47/+43
|\
| * dma-buf: rename reservation_object to dma_resvChristian König2019-08-131-4/+4
| * drm/lima: drop DRM_AUTH usage from the driverEmil Velikov2019-06-261-7/+7
| * drm/lima: Drop resv argument from lima_bo_create_structDaniel Vetter2019-06-254-11/+6
| * drm/lima: Reduce the amount of logs on deferred probe of clocks and reset con...Krzysztof Kozlowski2019-06-231-6/+12
| * drm/lima: Reduce number of PTR_ERR() callsKrzysztof Kozlowski2019-06-231-4/+6
| * drm/lima: Reduce the amount of logs on deferred probeKrzysztof Kozlowski2019-06-232-14/+7
| * drm/lima: Mark 64-bit number as ULLKrzysztof Kozlowski2019-06-231-2/+2
| * drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter2019-06-211-1/+1
* | drm/lima: fix lima_gem_wait() return valueVasily Khoruzhick2019-09-101-1/+1
|/
* drm/lima: add timeout to drm scheduler initErico Nunes2019-05-212-8/+5
* drm/scheduler: rework job destructionChristian König2019-05-021-1/+1
* drm/lima: handle shared irq case for lima_pp_bcast_irq_handlerPeter Griffin2019-04-201-1/+7