summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_gem_cma_helper.c
AgeCommit message (Expand)Author
2018-11-20drm/cma-helper: Add DRM_GEM_CMA_VMAP_DRIVER_OPSNoralf Trønnes
2018-07-23drm: Replace NULL with error value in drm_prime_pages_to_sgOleksandr Andrushchenko
2017-11-15drm: gem_cma_helper.c: Allow importing of contiguous scatterlists with nents > 1Liviu Dudau
2017-11-14drm/gem-cma-helper: Fix kerneldocsVille Syrjälä
2017-11-11drm/cma-helper: Remove drm_fb_cma_debugfs_show()Noralf Trønnes
2017-11-11drm/cma-helper: Add drm_gem_cma_print_info()Noralf Trønnes
2017-10-16drm/gem-cma-helper: Change the level of the allocation failure messageBoris BREZILLON
2017-08-16drm/gem-cma-helper: Remove drm_gem_cma_dumb_map_offset()Noralf Trønnes
2017-08-11drm: Document device unplug infrastructureDaniel Vetter
2017-07-26drm: Update docs around gem_free_objectDaniel Vetter
2017-03-14Merge tag 'doc-4.11-images' of git://git.lwn.net/linux into drm-misc-nextDaniel Vetter
2017-03-14drm: Create DEFINE_DRM_GEM_CMA_FOPS and roll it out to driversDaniel Vetter
2017-02-28drm: Introduce drm_gem_object_{get,put}()Thierry Reding
2017-02-23Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie...Linus Torvalds
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra
2017-01-06drm: allow to use mmuless SoCBenjamin Gaignard
2016-12-30drm/cma-helpers: Use recommened kerneldoc for struct member refsDaniel Vetter
2016-06-01drm: Wrap direct calls to driver->gem_free_object from CMAChris Wilson
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson
2016-03-09dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()Luis R. Rodriguez
2015-12-15drm: Use the driver's gem_object_free function from CMA helpers.Eric Anholt
2015-12-07drm: Create a driver hook for allocating GEM object structs.Eric Anholt
2015-11-10Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2015-10-16drm/gem: Drop struct_mutex requirement from drm_gem_mmap_objDaniel Vetter
2015-08-10drm/cma-helper: Don't grab dev->struct_mutex for in mmap offset ioctlDaniel Vetter
2015-07-22drm/cma-helper: Fix locking in drm_fb_cma_debugfs_showDaniel Vetter
2015-06-15drm/cma: Fix 64-bit size_t build warningsMagnus Damm
2014-11-13drm/cma: Remove call to drm_gem_free_mmap_offset()Thierry Reding
2014-11-13drm/cma: Introduce drm_gem_cma_dumb_create_internal()Thierry Reding
2014-11-13drm/doc: Add GEM/CMA helpers to kerneldocThierry Reding
2014-09-30drm: Pass dma-buf as argument to gem_prime_import_sg_tableMaarten Lankhorst
2014-07-21drm: gem_cma: Use ERR_CAST helperSachin Kamat
2014-04-04drm: gem-cma: Fix warnings due to improper printk formatsLaurent Pinchart
2014-04-04drm/cma: Use dma_mmap_writecombine() to mmap bufferLaurent Pinchart
2014-03-18drm/cma: remove to make sg_table when gem cma is createdJoonyoung Shim
2013-09-05Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2013-08-07drm/gem: create drm_gem_dumb_destroyDaniel Vetter
2013-07-25drm/gem: convert to new unified vma managerDavid Herrmann
2013-07-16drm/cma: Replace PTR_RET with PTR_ERR_OR_ZEROSachin Kamat
2013-07-05drm/cma: remove GEM CMA specific dma_buf functionalityJoonyoung Shim
2013-07-05drm/cma: add low-level hook functions to use prime helpersJoonyoung Shim
2013-06-28drm/gem: add mutex lock when using drm_gem_mmap_objYoungJun Cho
2013-06-11drm/cma: Cocci spatch "ptr_ret.spatch"Thomas Meyer
2013-06-08drm: GEM CMA: Add DRM PRIME supportLaurent Pinchart
2013-06-08drm: GEM CMA: Split object mapping into GEM mapping and CMA mappingLaurent Pinchart
2013-06-08drm: GEM CMA: Split object creation into object alloc and DMA memory allocLaurent Pinchart
2013-02-17drm/cma: add debugfs helpersRob Clark
2012-09-18DRM: Add DRM GEM CMA helperSascha Hauer