summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_gem_dma_helper.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2025-12-03drm/gem-dma: revert the 8-byte alignment constraintLudovic Desroches1-1/+1
2025-10-31drm: include drm_print.h where neededJani Nikula1-0/+1
2025-09-29drm/gem-dma: Compute dumb-buffer sizes with drm_mode_size_dumb()Thomas Zimmermann1-2/+5
2025-09-15drm: Replace the deprecated DRM_* logging macros in gem helper filesAthul Raj Kollareth1-1/+1
2025-07-17Revert "drm/gem-dma: Use dma_buf from GEM object instance"Thomas Zimmermann1-1/+1
2025-03-06drm/gem-dma: Use dma_buf from GEM object instanceThomas Zimmermann1-1/+1
2025-03-06drm/gem-dma: Test for imported buffers with drm_gem_is_imported()Thomas Zimmermann1-1/+1
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-1/+1
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+1
2023-02-10mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-2/+1
2023-01-10drm: Remove usage of deprecated DRM_DEBUG_PRIMESiddh Raman Pant1-2/+2
2022-10-18drm/gem: Take reservation lock for vmap/vunmap operationsDmitry Osipenko1-3/+3
2022-08-03drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}Danilo Krummrich1-10/+13
2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich1-0/+602