Age | Commit message (Expand) | Author |
2021-06-01 | drm: Fix misleading documentation of drm_gem_cma_create() | Paul Cercueil |
2021-05-28 | drm: Fix for GEM buffers with write-combine memory | Paul Cercueil |
2021-05-25 | drm: Add support for GEM buffers backed by non-coherent memory | Paul Cercueil |
2020-11-30 | drm/cma-helper: Implement mmap as GEM CMA object functions | Thomas Zimmermann |
2020-11-30 | drm/cma-helper: Remove prime infix from GEM object functions | Thomas Zimmermann |
2020-11-09 | drm/cma-helper: Make default object functions the default | Thomas Zimmermann |
2020-11-09 | drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backends | Thomas Zimmermann |
2020-11-09 | drm/cma-helper: Remove empty drm_gem_cma_prime_vunmap() | Thomas Zimmermann |
2020-11-02 | Merge drm/drm-next into drm-misc-next | Maxime Ripard |
2020-09-29 | dma-buf: Use struct dma_buf_map in dma_buf_vunmap() interfaces | Thomas Zimmermann |
2020-09-29 | dma-buf: Use struct dma_buf_map in dma_buf_vmap() interfaces | Thomas Zimmermann |
2020-09-25 | drm: Remove obsolete GEM and PRIME callbacks from struct drm_driver | Thomas Zimmermann |
2020-09-10 | drm: prime: add common helper to check scatterlist contiguity | Marek Szyprowski |
2020-07-20 | drm: core: Convert device logging to drm_* functions. | Suraj Upadhyay |
2020-06-10 | drm/cma-helper: Rework DRM_GEM_CMA_VMAP_DRIVER_OPS macro | Thomas Zimmermann |
2020-06-10 | drm/cma-helper: Rename symbols from drm_cma_gem_ to drm_gem_cma_ | Thomas Zimmermann |
2020-05-19 | drm: remove _unlocked suffix in drm_gem_object_put_unlocked | Emil Velikov |
2019-06-19 | Merge v5.2-rc5 into drm-next | Daniel Vetter |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 | Thomas Gleixner |
2019-05-27 | drm: drop use of drmP.h in drm/* | Sam Ravnborg |
2019-05-08 | drm/cma-helper: Fix drm_gem_cma_free_object() | Noralf Trønnes |
2018-11-20 | drm/cma-helper: Add DRM_GEM_CMA_VMAP_DRIVER_OPS | Noralf Trønnes |
2018-07-23 | drm: Replace NULL with error value in drm_prime_pages_to_sg | Oleksandr Andrushchenko |
2017-11-15 | drm: gem_cma_helper.c: Allow importing of contiguous scatterlists with nents > 1 | Liviu Dudau |
2017-11-14 | drm/gem-cma-helper: Fix kerneldocs | Ville Syrjälä |
2017-11-11 | drm/cma-helper: Remove drm_fb_cma_debugfs_show() | Noralf Trønnes |
2017-11-11 | drm/cma-helper: Add drm_gem_cma_print_info() | Noralf Trønnes |
2017-10-16 | drm/gem-cma-helper: Change the level of the allocation failure message | Boris BREZILLON |
2017-08-16 | drm/gem-cma-helper: Remove drm_gem_cma_dumb_map_offset() | Noralf Trønnes |
2017-08-11 | drm: Document device unplug infrastructure | Daniel Vetter |
2017-07-26 | drm: Update docs around gem_free_object | Daniel Vetter |
2017-03-14 | Merge tag 'doc-4.11-images' of git://git.lwn.net/linux into drm-misc-next | Daniel Vetter |
2017-03-14 | drm: Create DEFINE_DRM_GEM_CMA_FOPS and roll it out to drivers | Daniel Vetter |
2017-02-28 | drm: Introduce drm_gem_object_{get,put}() | Thierry Reding |
2017-02-23 | Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie... | Linus Torvalds |
2017-01-14 | locking/atomic, kref: Add kref_read() | Peter Zijlstra |
2017-01-06 | drm: allow to use mmuless SoC | Benjamin Gaignard |
2016-12-30 | drm/cma-helpers: Use recommened kerneldoc for struct member refs | Daniel Vetter |
2016-06-01 | drm: Wrap direct calls to driver->gem_free_object from CMA | Chris Wilson |
2016-05-17 | drm: Remove unused drm_device from drm_gem_object_lookup() | Chris Wilson |
2016-03-09 | dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc() | Luis R. Rodriguez |
2015-12-15 | drm: Use the driver's gem_object_free function from CMA helpers. | Eric Anholt |
2015-12-07 | drm: Create a driver hook for allocating GEM object structs. | Eric Anholt |
2015-11-10 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds |
2015-10-16 | drm/gem: Drop struct_mutex requirement from drm_gem_mmap_obj | Daniel Vetter |
2015-08-10 | drm/cma-helper: Don't grab dev->struct_mutex for in mmap offset ioctl | Daniel Vetter |
2015-07-22 | drm/cma-helper: Fix locking in drm_fb_cma_debugfs_show | Daniel Vetter |
2015-06-15 | drm/cma: Fix 64-bit size_t build warnings | Magnus Damm |
2014-11-13 | drm/cma: Remove call to drm_gem_free_mmap_offset() | Thierry Reding |
2014-11-13 | drm/cma: Introduce drm_gem_cma_dumb_create_internal() | Thierry Reding |