summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_gem_cma_helper.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-15drm: gem_cma_helper.c: Allow importing of contiguous scatterlists with nents > 1Liviu Dudau1-2/+20
2017-11-14drm/gem-cma-helper: Fix kerneldocsVille Syrjälä1-1/+1
2017-11-11drm/cma-helper: Remove drm_fb_cma_debugfs_show()Noralf Trønnes1-26/+0
2017-11-11drm/cma-helper: Add drm_gem_cma_print_info()Noralf Trønnes1-0/+19
2017-10-16drm/gem-cma-helper: Change the level of the allocation failure messageBoris BREZILLON1-1/+1
2017-08-16drm/gem-cma-helper: Remove drm_gem_cma_dumb_map_offset()Noralf Trønnes1-35/+0
2017-08-11drm: Document device unplug infrastructureDaniel Vetter1-1/+1
2017-07-26drm: Update docs around gem_free_objectDaniel Vetter1-1/+1
2017-03-14Merge tag 'doc-4.11-images' of git://git.lwn.net/linux into drm-misc-nextDaniel Vetter1-1/+1
2017-03-14drm: Create DEFINE_DRM_GEM_CMA_FOPS and roll it out to driversDaniel Vetter1-0/+3
2017-02-28drm: Introduce drm_gem_object_{get,put}()Thierry Reding1-5/+5
2017-02-23Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie...Linus Torvalds1-11/+82
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra1-1/+1
2017-01-06drm: allow to use mmuless SoCBenjamin Gaignard1-0/+71
2016-12-30drm/cma-helpers: Use recommened kerneldoc for struct member refsDaniel Vetter1-11/+11
2016-06-01drm: Wrap direct calls to driver->gem_free_object from CMAChris Wilson1-9/+3
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson1-1/+1
2016-03-09dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()Luis R. Rodriguez1-7/+6
2015-12-15drm: Use the driver's gem_object_free function from CMA helpers.Eric Anholt1-2/+2
2015-12-07drm: Create a driver hook for allocating GEM object structs.Eric Anholt1-4/+6
2015-11-10Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-3/+0
2015-10-16drm/gem: Drop struct_mutex requirement from drm_gem_mmap_objDaniel Vetter1-2/+0
2015-08-10drm/cma-helper: Don't grab dev->struct_mutex for in mmap offset ioctlDaniel Vetter1-6/+1
2015-07-22drm/cma-helper: Fix locking in drm_fb_cma_debugfs_showDaniel Vetter1-3/+0
2015-06-15drm/cma: Fix 64-bit size_t build warningsMagnus Damm1-2/+2
2014-11-13drm/cma: Remove call to drm_gem_free_mmap_offset()Thierry Reding1-2/+0
2014-11-13drm/cma: Introduce drm_gem_cma_dumb_create_internal()Thierry Reding1-6/+39
2014-11-13drm/doc: Add GEM/CMA helpers to kerneldocThierry Reding1-40/+180
2014-09-30drm: Pass dma-buf as argument to gem_prime_import_sg_tableMaarten Lankhorst1-3/+4
2014-07-21drm: gem_cma: Use ERR_CAST helperSachin Kamat1-1/+1
2014-04-04drm: gem-cma: Fix warnings due to improper printk formatsLaurent Pinchart1-3/+3
2014-04-04drm/cma: Use dma_mmap_writecombine() to mmap bufferLaurent Pinchart1-2/+11
2014-03-18drm/cma: remove to make sg_table when gem cma is createdJoonyoung Shim1-19/+0
2013-09-05Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-21/+5
2013-08-07drm/gem: create drm_gem_dumb_destroyDaniel Vetter1-10/+0
2013-07-25drm/gem: convert to new unified vma managerDavid Herrmann1-11/+5
2013-07-16drm/cma: Replace PTR_RET with PTR_ERR_OR_ZEROSachin Kamat1-1/+1
2013-07-05drm/cma: remove GEM CMA specific dma_buf functionalityJoonyoung Shim1-286/+0
2013-07-05drm/cma: add low-level hook functions to use prime helpersJoonyoung Shim1-0/+79
2013-06-28drm/gem: add mutex lock when using drm_gem_mmap_objYoungJun Cho1-0/+3
2013-06-11drm/cma: Cocci spatch "ptr_ret.spatch"Thomas Meyer1-4/+1
2013-06-08drm: GEM CMA: Add DRM PRIME supportLaurent Pinchart1-3/+314
2013-06-08drm: GEM CMA: Split object mapping into GEM mapping and CMA mappingLaurent Pinchart1-7/+15
2013-06-08drm: GEM CMA: Split object creation into object alloc and DMA memory allocLaurent Pinchart1-35/+48
2013-02-17drm/cma: add debugfs helpersRob Clark1-0/+21
2012-09-18DRM: Add DRM GEM CMA helperSascha Hauer1-0/+251