summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/lima/lima_gem.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-24drm/shmem-helper: Use cached mappings by defaultThomas Zimmermann1-1/+1
2020-11-09drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann1-3/+3
2020-09-10drm: lima: fix common struct sg_table related issuesMarek Szyprowski1-3/+8
2020-05-20drm/lima: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov1-5/+5
2020-01-27drm/lima: support heap buffer creationQiang Yu1-8/+126
2019-10-17drm/lima: use drm_gem_(un)lock_reservationsQiang Yu1-58/+6
2019-10-17drm/lima: use drm_gem_shmem_helpersQiang Yu1-71/+70
2019-09-20Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-5/+5
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-25drm/lima: Drop resv argument from lima_bo_create_structDaniel Vetter1-1/+1
2019-04-17drm/lima: Use the drm_gem_fence_array_add helpers for our deps.Eric Anholt1-35/+2
2019-04-09drm/lima: include used header file explicitlyQiang Yu1-0/+1
2019-04-01drm/lima: driver for ARM Mali4xx GPUsQiang Yu1-0/+381