summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tegra/gem.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-11drm: Assert held reservation lock for dma-buf mmappingDmitry Osipenko1-0/+2
2022-10-18drm/tegra: Prepare to dynamic dma-buf locking specificationDmitry Osipenko1-8/+9
2022-07-08drm/tegra: Fix vmapping of prime buffersDmitry Osipenko1-1/+10
2022-05-06drm/tegra: gem: Do not try to dereference ERR_PTR()Thierry Reding1-0/+1
2022-02-07dma-buf-map: Rename to iosys-mapLucas De Marchi1-5/+5
2021-12-16drm/tegra: Implement buffer object cacheThierry Reding1-3/+11
2021-12-16drm/tegra: Implement correct DMA-BUF semanticsThierry Reding1-61/+102
2021-10-25dma-buf: move dma-buf symbols into the DMA_BUF module namespaceGreg Kroah-Hartman1-0/+3
2021-08-10drm/tegra: Extract tegra_gem_lookup()Mikko Perttunen1-0/+13
2020-11-04Merge tag 'drm-misc-next-2020-10-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-8/+23
2020-09-29dma-buf: Use struct dma_buf_map in dma_buf_vunmap() interfacesThomas Zimmermann1-2/+3
2020-09-29dma-buf: Use struct dma_buf_map in dma_buf_vmap() interfacesThomas Zimmermann1-6/+12
2020-09-25drm/tegra: Introduce GEM object functionsThomas Zimmermann1-0/+8
2020-09-23Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-1/+1
2020-09-10drm: tegra: fix common struct sg_table related issuesMarek Szyprowski1-17/+10
2020-09-09drm: allow limiting the scatter list size.Gerd Hoffmann1-1/+1
2020-05-19drm/tegra: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov1-2/+2
2020-02-07Merge tag 'drm/tegra/for-5.6-rc1-fixes' of git://anongit.freedesktop.org/tegr...Dave Airlie1-1/+9
2020-02-06drm/tegra: Reuse IOVA mapping where possibleThierry Reding1-1/+9
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter1-40/+0
2019-12-04drm/tegra: gem: Remove premature import restrictionsThierry Reding1-7/+0
2019-12-04drm/tegra: gem: Properly pin imported buffersThierry Reding1-0/+43
2019-11-25drm/tegra: Remove dma_buf->k(un)mapDaniel Vetter1-12/+0
2019-11-25drm/tegra: Delete host1x_bo_ops->k(un)mapDaniel Vetter1-28/+0
2019-10-29gpu: host1x: Support DMA mapping of buffersThierry Reding1-3/+15
2019-10-29gpu: host1x: Overhaul host1x_bo_{pin,unpin}() APIThierry Reding1-4/+30
2019-10-28drm/tegra: gem: Use sg_alloc_table_from_pages()Thierry Reding1-7/+2
2019-10-28drm/tegra: gem: Always map SG tables for DMA-BUFsThierry Reding1-3/+3
2019-10-28drm/tegra: gem: Use dma_get_sgtable()Thierry Reding1-4/+2
2019-10-28drm/tegra: gem: Rename paddr -> iovaThierry Reding1-9/+9
2019-08-14drm/tegra: drop use of drmP.hSam Ravnborg1-0/+3
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard1-4/+1
2019-06-21drm/prime: Align gem_prime_export with obj_funcs.exportDaniel Vetter1-4/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-04-18drm/tegra: gem: Fix CPU-cache maintenance for BO's allocated using get_pages()Dmitry Osipenko1-2/+2
2018-06-20Merge drm-upstream/drm-next into drm-misc-nextGustavo Padovan1-16/+4
2018-06-20dma-buf: remove kmap_atomic interfaceChristian König1-14/+0
2018-05-18drm/tegra: gem: Fill in missing export infoThierry Reding1-0/+2
2018-05-17drm/tegra: Adding new typedef vm_fault_tSouptick Joarder1-16/+2
2018-03-17drm/tegra: prime: Implement ->{begin,end}_cpu_access()Thierry Reding1-0/+30
2018-03-17drm/tegra: gem: Map pages via the DMA APIThierry Reding1-16/+16
2018-03-08drm/tegra: gem: Make __tegra_gem_mmap() available more widelyThierry Reding1-4/+3
2017-12-21drm/tegra: gem: Correct iommu_map_sg() error checkingDmitry Osipenko1-8/+7
2017-08-21Merge tag 'drm/tegra/for-4.14-rc1' of git://anongit.freedesktop.org/tegra/lin...Dave Airlie1-19/+38
2017-08-17drm/tegra: gem: Implement mmap() for PRIME buffersThierry Reding1-15/+34
2017-08-17drm/tegra: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk1-5/+5
2017-08-16drm/tegra: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes1-21/+0
2017-06-15drm/tegra: Check for malformed offsets and sizes in the 'submit' IOCTLDmitry Osipenko1-5/+0
2017-05-05Merge tag 'drm/tegra/for-4.12-rc1' of git://anongit.freedesktop.org/tegra/lin...Dave Airlie1-2/+10
2017-04-20dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macroLogan Gunthorpe1-4/+4