aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/lima (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-24drm/shmem-helper: Use cached mappings by defaultThomas Zimmermann1-1/+1
2020-11-16drm/lima: Unconditionally call dev_pm_opp_of_remove_table()Viresh Kumar2-6/+1
2020-11-16drm/lima/lima_sched: Remove unused and unnecessary variable 'ret'Lee Jones1-2/+1
2020-11-16drm/lima/lima_drv: Demote kernel-doc formatting abuseLee Jones1-1/+1
2020-11-16drm/lima: simplify the return expression of lima_devfreq_targetLiu Shixin1-6/+1
2020-11-09drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann2-7/+10
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter1-1/+1
2020-09-10drm: lima: fix common struct sg_table related issuesMarek Szyprowski2-6/+10
2020-08-05Merge tag 'drm-next-2020-08-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds4-8/+14
2020-07-20drm/lima: fix wait pp reset timeoutQiang Yu1-0/+2
2020-07-13drm/lima: Expose job_hang_limit module parameterAndrey Lebedev3-2/+8
2020-05-19drm/lima: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov2-6/+6
2020-04-24drm/lima: enable runtime pmQiang Yu2-10/+52
2020-04-24drm/lima: add pm resume/suspend opsQiang Yu3-0/+100
2020-04-24drm/lima: separate clk/regulator enable/disable functionQiang Yu1-37/+68
2020-04-24drm/lima: add resume/suspend callback for each ipQiang Yu16-37/+187
2020-04-24drm/lima: power down ip blocks when pmu exitQiang Yu2-1/+54
2020-04-24drm/lima: add lima_devfreq_resume/suspendQiang Yu2-0/+27
2020-04-24drm/lima: always set page directory when switch vmQiang Yu2-12/+5
2020-04-24drm/lima: check vm != NULL in lima_vm_putQiang Yu2-6/+4
2020-04-24drm/lima: print process name and pid when task errorQiang Yu1-1/+2
2020-04-24drm/lima: use module_platform_driver helperQiang Yu1-11/+1
2020-04-24drm/lima: Clean up redundant pdev pointerRobin Murphy4-9/+5
2020-04-24drm/lima: Clean up IRQ warningsRobin Murphy1-2/+5
2020-03-28drm/lima: Add optional devfreq and cooling device supportMartin Blumenstingl9-3/+308
2020-03-22drm/lima: add trace point for tasksQiang Yu5-2/+64
2020-03-22drm/lima: add error sysfs to export error task dumpQiang Yu1-0/+94
2020-03-22drm/lima: save task info dump when task failQiang Yu5-0/+235
2020-03-22drm/lima: add max_error_tasks module parameterQiang Yu2-0/+5
2020-03-22drm/lima: save process info for debug usageQiang Yu2-0/+8
2020-02-17Merge v5.6-rc2 into drm-misc-nextMaxime Ripard1-2/+3
2020-02-17drm/lima: fix recovering from PLBU out of memoryVasily Khoruzhick1-1/+6
2020-01-27drm/lima: increase driver version to 1.1Qiang Yu1-2/+8
2020-01-27drm/lima: recover task by enlarging heap bufferQiang Yu5-7/+98
2020-01-27drm/lima: support heap buffer creationQiang Yu5-10/+139
2020-01-27drm/lima: add lima_vm_map_boQiang Yu2-0/+43
2020-01-27drm/lima: update register infoQiang Yu1-0/+1
2020-01-13Merge tag 'amd-drm-next-5.6-2020-01-09' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-2/+3
2020-01-09drm/lima: use drm_sched_fault for error task handlingQiang Yu2-28/+9
2019-12-18drm/scheduler: rework entity creationNirmoy Das1-2/+3
2019-11-20drm/lima: Fix Kconfig indentationKrzysztof Kozlowski1-1/+1
2019-10-17drm/lima: add __GFP_NOWARN flag to all dma_alloc_wcQiang Yu2-3/+3
2019-10-17drm/lima: use drm_gem_(un)lock_reservationsQiang Yu1-58/+6
2019-10-17drm/lima: use drm_gem_shmem_helpersQiang Yu12-360/+145
2019-10-05drm/lima: Add support for multiple reset linesPeter Griffin1-1/+2
2019-09-19Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds7-47/+43
2019-09-10drm/lima: fix lima_gem_wait() return valueVasily Khoruzhick1-1/+1
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König1-4/+4
2019-06-26drm/lima: drop DRM_AUTH usage from the driverEmil Velikov1-7/+7
2019-06-25drm/lima: Drop resv argument from lima_bo_create_structDaniel Vetter4-11/+6