aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_gem_cma_helper.c
Commit message (Expand)AuthorAge
* drm/gem-cma-helper: Change the level of the allocation failure messageBoris BREZILLON2017-10-16
* drm/gem-cma-helper: Remove drm_gem_cma_dumb_map_offset()Noralf Trønnes2017-08-16
* drm: Document device unplug infrastructureDaniel Vetter2017-08-11
* drm: Update docs around gem_free_objectDaniel Vetter2017-07-26
* Merge tag 'doc-4.11-images' of git://git.lwn.net/linux into drm-misc-nextDaniel Vetter2017-03-14
|\
| * Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie...Linus Torvalds2017-02-23
| |\
| * | locking/atomic, kref: Add kref_read()Peter Zijlstra2017-01-14
* | | drm: Create DEFINE_DRM_GEM_CMA_FOPS and roll it out to driversDaniel Vetter2017-03-14
* | | drm: Introduce drm_gem_object_{get,put}()Thierry Reding2017-02-28
| |/ |/|
* | drm: allow to use mmuless SoCBenjamin Gaignard2017-01-06
* | drm/cma-helpers: Use recommened kerneldoc for struct member refsDaniel Vetter2016-12-30
|/
* drm: Wrap direct calls to driver->gem_free_object from CMAChris Wilson2016-06-01
* drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson2016-05-17
* dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()Luis R. Rodriguez2016-03-09
* drm: Use the driver's gem_object_free function from CMA helpers.Eric Anholt2015-12-15
* drm: Create a driver hook for allocating GEM object structs.Eric Anholt2015-12-07
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-11-10
|\
| * drm/gem: Drop struct_mutex requirement from drm_gem_mmap_objDaniel Vetter2015-10-16
|/
* drm/cma-helper: Don't grab dev->struct_mutex for in mmap offset ioctlDaniel Vetter2015-08-10
* drm/cma-helper: Fix locking in drm_fb_cma_debugfs_showDaniel Vetter2015-07-22
* drm/cma: Fix 64-bit size_t build warningsMagnus Damm2015-06-15
* drm/cma: Remove call to drm_gem_free_mmap_offset()Thierry Reding2014-11-13
* drm/cma: Introduce drm_gem_cma_dumb_create_internal()Thierry Reding2014-11-13
* drm/doc: Add GEM/CMA helpers to kerneldocThierry Reding2014-11-13
* drm: Pass dma-buf as argument to gem_prime_import_sg_tableMaarten Lankhorst2014-09-30
* drm: gem_cma: Use ERR_CAST helperSachin Kamat2014-07-21
* drm: gem-cma: Fix warnings due to improper printk formatsLaurent Pinchart2014-04-03
* drm/cma: Use dma_mmap_writecombine() to mmap bufferLaurent Pinchart2014-04-03
* drm/cma: remove to make sg_table when gem cma is createdJoonyoung Shim2014-03-18
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-09-05
|\
| * drm/gem: create drm_gem_dumb_destroyDaniel Vetter2013-08-06
| * drm/gem: convert to new unified vma managerDavid Herrmann2013-07-25
* | drm/cma: Replace PTR_RET with PTR_ERR_OR_ZEROSachin Kamat2013-07-16
|/
* drm/cma: remove GEM CMA specific dma_buf functionalityJoonyoung Shim2013-07-05
* drm/cma: add low-level hook functions to use prime helpersJoonyoung Shim2013-07-05
* drm/gem: add mutex lock when using drm_gem_mmap_objYoungJun Cho2013-06-27
* drm/cma: Cocci spatch "ptr_ret.spatch"Thomas Meyer2013-06-10
* drm: GEM CMA: Add DRM PRIME supportLaurent Pinchart2013-06-08
* drm: GEM CMA: Split object mapping into GEM mapping and CMA mappingLaurent Pinchart2013-06-08
* drm: GEM CMA: Split object creation into object alloc and DMA memory allocLaurent Pinchart2013-06-08
* drm/cma: add debugfs helpersRob Clark2013-02-17
* DRM: Add DRM GEM CMA helperSascha Hauer2012-09-18