summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/armada/armada_gem.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-18drm/armada: Prepare to dynamic dma-buf locking specificationDmitry Osipenko1-4/+4
2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich1-3/+3
2021-11-04Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+2
2021-10-25dma-buf: move dma-buf symbols into the DMA_BUF module namespaceGreg Kroah-Hartman1-0/+2
2021-10-18gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}Andreas Gruenbacher1-4/+3
2020-11-04Merge tag 'drm-misc-next-2020-10-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-1/+11
2020-09-25drm/armada: Introduce GEM object functionsThomas Zimmermann1-1/+11
2020-09-23Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-2/+2
2020-09-11drm/armada: Don't use drm_device->dev_privateDaniel Vetter1-2/+2
2020-09-10drm: armada: fix common struct sg_table related issuesMarek Szyprowski1-13/+11
2020-05-19drm/armada: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov1-5/+5
2019-11-26drm/armada: Delete dma_buf->k(un)map implemenationDaniel Vetter1-12/+0
2019-08-14drm/armada: drop use of drmP.hSam Ravnborg1-1/+6
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-3/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1
2018-07-30drm/armada: Adding new typedef vm_fault_tSouptick Joarder1-13/+2
2018-06-20dma-buf: remove kmap_atomic interfaceChristian König1-2/+0
2017-10-16drm/armada: Replace drm_gem_object_reference/unreference() with _get/put()Haneen Mohammed1-6/+6
2017-09-29drm/armada: Remove unused #include <drmP.h>Haneen Mohammed1-1/+0
2017-09-02drm/armada: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes1-36/+0
2017-06-20drm/armada: don't abuse DMA_ERROR_CODEChristoph Hellwig1-3/+2
2017-04-20dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macroLogan Gunthorpe1-4/+4
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-4/+5
2017-02-03drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson1-2/+2
2016-12-14mm: use vmf->address instead of of vmf->virtual_addressJan Kara1-3/+2
2016-11-25Merge branch 'drm-armada-devel' of git://git.armlinux.org.uk/~rmk/linux-arm i...Dave Airlie1-7/+3
2016-11-17drm/armada: remove some dead codeChristophe JAILLET1-5/+1
2016-11-17drm/armada: mark symbols static where possibleBaoyou Xie1-2/+2
2016-10-11Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-1/+1
2016-10-05drm/prime: Take a ref on the drm_dev when exporting a dma_bufChris Wilson1-1/+1
2016-09-27get rid of separate multipage fault-in primitivesAl Viro1-1/+1
2016-05-29file_inode(f)->i_mapping is f->f_mappingAl Viro1-2/+2
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson1-3/+3
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2015-12-05drm/armada: use a private mutex to protect priv->linearDaniel Vetter1-5/+9
2015-12-03drm/armada: don't grab dev->struct_mutex for in mmap offset ioctlDaniel Vetter1-6/+2
2015-12-03drm/armada: plug leak in dumb_map_offsetDaniel Vetter1-1/+2
2015-12-03drm/armada: use unlocked gem unreferencingDaniel Vetter1-2/+2
2015-07-15drm/armada: fix gem object free after failed prime importRussell King1-2/+3
2015-04-21dma-buf: cleanup dma_buf_export() to make it easily extensibleSumit Semwal1-2/+8
2014-11-19assorted conversions to %p[dD]Al Viro1-1/+1
2014-07-08dma-buf: use reservation objectsMaarten Lankhorst1-1/+1
2014-05-27drm/armada: use shmem helpers if possibleDavid Herrmann1-3/+1
2013-12-10DRM: Armada: prime refcounting bug fixRussell King1-1/+1
2013-12-10DRM: Armada: fix printing of phys_addr_t/dma_addr_tRussell King1-2/+3
2013-10-12DRM: Armada: Add Armada DRM driverRussell King1-0/+611