summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/omapdrm/omap_gem_dmabuf.c
Commit message (Expand)AuthorAgeFilesLines
* drm: Assert held reservation lock for dma-buf mmappingDmitry Osipenko2022-11-111-0/+2
* drm/omapdrm: Prepare to dynamic dma-buf locking specificationDmitry Osipenko2022-10-181-2/+2
* drm: omapdrm: Support exporting of non-contiguous GEM BOsIvaylo Dimitrov2022-03-281-4/+1
* drm: omapdrm: Fix implicit dma_buf fencingIvaylo Dimitrov2022-01-061-0/+1
* drm: omapdrm: Export correct scatterlist for TILER backed BOsIvaylo Dimitrov2021-12-081-29/+5
* dma-buf: move dma-buf symbols into the DMA_BUF module namespaceGreg Kroah-Hartman2021-10-251-0/+2
* drm: omapdrm: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-11-101-1/+1
* drm/omapdrm: Drop dma_buf->k(un)mapDaniel Vetter2019-11-251-21/+0
* drm/omap: remove OMAP_BO_TILED defineTomi Valkeinen2019-10-111-1/+1
* Merge v5.3-rc1 into drm-misc-nextMaxime Ripard2019-07-221-12/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
* | drm/omapdrm: drop use of drmP.hSam Ravnborg2019-07-171-0/+3
* | drm/prime: Align gem_prime_export with obj_funcs.exportDaniel Vetter2019-06-211-3/+2
|/
* drm/omap: Replace drm_gem_object_{un/reference} with put,get functionsThomas Zimmermann2018-10-021-1/+1
* drm/omap: remove now unused functionsChristian König2018-06-251-17/+0
* dma-buf: remove kmap_atomic interfaceChristian König2018-06-201-2/+0
* drm: omapdrm: Remove filename from header and fix copyright tagAndrew F. Davis2017-12-191-3/+1
* drm/omap: dma-buf: Constify dma_buf_ops structures.Arvind Yadav2017-08-151-1/+1
* drm: omapdrm: Take GEM object reference when exporting dmabufLaurent Pinchart2017-06-021-12/+2
* drm: omapdrm: Map pages for DMA in DMA_TO_DEVICE directionLaurent Pinchart2017-06-021-2/+2
* drm: omapdrm: Rename GEM DMA sync functionsLaurent Pinchart2017-06-021-3/+3
* drm: omapdrm: Rename omap_gem_(get|put)_paddr() to omap_gem_(un)pin()Laurent Pinchart2017-06-021-3/+3
* drm: omapdrm: Rename occurrences of paddr to dma_addrLaurent Pinchart2017-06-021-4/+4
* drm: omapdrm: Remove remap argument to omap_gem_get_paddr()Laurent Pinchart2017-06-021-1/+1
* dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macroLogan Gunthorpe2017-04-201-4/+4
* drm/omap: fix dmabuf mmap for dma_alloc'ed buffersTomi Valkeinen2017-03-131-3/+0
* Merge tag 'topic/drm-misc-2016-03-22' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-03-241-2/+3
|\
| * dma-buf, drm, ion: Propagate error code from dma_buf_start_cpu_access()Chris Wilson2016-03-191-2/+3
* | Merge tag 'omapdrm-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tomb...Dave Airlie2016-03-051-10/+43
|\ \ | |/ |/|
| * drm/omap: gem: Implement dma_buf importLaurent Pinchart2016-03-031-10/+43
* | dma-buf: Remove range-based flushTiago Vignatti2016-02-091-2/+2
|/
* drm/gem: Drop struct_mutex requirement from drm_gem_mmap_objDaniel Vetter2015-10-161-3/+0
* drm: omapdrm: Clean up #include'sLaurent Pinchart2015-06-121-2/+2
* dma-buf: cleanup dma_buf_export() to make it easily extensibleSumit Semwal2015-04-211-1/+8
* drm: omapdrm: Fix indentation of structure and array initializersLaurent Pinchart2015-03-201-10/+10
* dma-buf: use reservation objectsMaarten Lankhorst2014-07-081-1/+1
* drm/gem: add mutex lock when using drm_gem_mmap_objYoungJun Cho2013-06-281-0/+3
* drm/omap: Use drm_gem_mmap_obj() to implement dma-buf mmapLaurent Pinchart2013-06-081-29/+3
* drm: prime: fix refcounting on the dmabuf import error pathImre Deak2013-05-011-1/+0
* drm/omap: add statics to a few structsTomi Valkeinen2013-04-111-1/+1
* drm/omap: move out of stagingRob Clark2013-02-161-0/+225