summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tegra/gem.c
AgeCommit message (Expand)Author
2021-12-16drm/tegra: Implement buffer object cacheThierry Reding
2021-12-16drm/tegra: Implement correct DMA-BUF semanticsThierry Reding
2021-10-25dma-buf: move dma-buf symbols into the DMA_BUF module namespaceGreg Kroah-Hartman
2021-08-10drm/tegra: Extract tegra_gem_lookup()Mikko Perttunen
2020-11-04Merge tag 'drm-misc-next-2020-10-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2020-09-29dma-buf: Use struct dma_buf_map in dma_buf_vunmap() interfacesThomas Zimmermann
2020-09-29dma-buf: Use struct dma_buf_map in dma_buf_vmap() interfacesThomas Zimmermann
2020-09-25drm/tegra: Introduce GEM object functionsThomas Zimmermann
2020-09-23Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2020-09-10drm: tegra: fix common struct sg_table related issuesMarek Szyprowski
2020-09-09drm: allow limiting the scatter list size.Gerd Hoffmann
2020-05-19drm/tegra: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov
2020-02-07Merge tag 'drm/tegra/for-5.6-rc1-fixes' of git://anongit.freedesktop.org/tegr...Dave Airlie
2020-02-06drm/tegra: Reuse IOVA mapping where possibleThierry Reding
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter
2019-12-04drm/tegra: gem: Remove premature import restrictionsThierry Reding
2019-12-04drm/tegra: gem: Properly pin imported buffersThierry Reding
2019-11-25drm/tegra: Remove dma_buf->k(un)mapDaniel Vetter
2019-11-25drm/tegra: Delete host1x_bo_ops->k(un)mapDaniel Vetter
2019-10-29gpu: host1x: Support DMA mapping of buffersThierry Reding
2019-10-29gpu: host1x: Overhaul host1x_bo_{pin,unpin}() APIThierry Reding
2019-10-28drm/tegra: gem: Use sg_alloc_table_from_pages()Thierry Reding
2019-10-28drm/tegra: gem: Always map SG tables for DMA-BUFsThierry Reding
2019-10-28drm/tegra: gem: Use dma_get_sgtable()Thierry Reding
2019-10-28drm/tegra: gem: Rename paddr -> iovaThierry Reding
2019-08-14drm/tegra: drop use of drmP.hSam Ravnborg
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard
2019-06-21drm/prime: Align gem_prime_export with obj_funcs.exportDaniel Vetter
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-04-18drm/tegra: gem: Fix CPU-cache maintenance for BO's allocated using get_pages()Dmitry Osipenko
2018-06-20Merge drm-upstream/drm-next into drm-misc-nextGustavo Padovan
2018-06-20dma-buf: remove kmap_atomic interfaceChristian König
2018-05-18drm/tegra: gem: Fill in missing export infoThierry Reding
2018-05-17drm/tegra: Adding new typedef vm_fault_tSouptick Joarder
2018-03-17drm/tegra: prime: Implement ->{begin,end}_cpu_access()Thierry Reding
2018-03-17drm/tegra: gem: Map pages via the DMA APIThierry Reding
2018-03-08drm/tegra: gem: Make __tegra_gem_mmap() available more widelyThierry Reding
2017-12-21drm/tegra: gem: Correct iommu_map_sg() error checkingDmitry Osipenko
2017-08-21Merge tag 'drm/tegra/for-4.14-rc1' of git://anongit.freedesktop.org/tegra/lin...Dave Airlie
2017-08-17drm/tegra: gem: Implement mmap() for PRIME buffersThierry Reding
2017-08-17drm/tegra: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk
2017-08-16drm/tegra: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes
2017-06-15drm/tegra: Check for malformed offsets and sizes in the 'submit' IOCTLDmitry Osipenko
2017-05-05Merge tag 'drm/tegra/for-4.12-rc1' of git://anongit.freedesktop.org/tegra/lin...Dave Airlie
2017-04-20dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macroLogan Gunthorpe
2017-04-05drm/tegra: Protect IOMMU operations by mutexThierry Reding
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-02-03drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson
2016-12-14mm: use vmf->address instead of of vmf->virtual_addressJan Kara
2016-11-11drm/tegra: Set sgt pointer in BO pinMikko Perttunen