aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drm_gem_vram_helper.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-24drm/vram-helpers: Add helpers for prepare_fb() and cleanup_fb()Thomas Zimmermann1-0/+25
2019-10-17drm/vram: drop DRM_VRAM_MM_FILE_OPERATIONSGerd Hoffmann1-18/+0
2019-10-17drm/vram: switch vram helper to &drm_gem_object_funcs.mmap()Gerd Hoffmann1-8/+1
2019-09-27drm/vram: Support top-down placement flagThomas Zimmermann1-0/+1
2019-09-17drm/vram: Provide vmap and vunmap operations for GEM VRAM objectsThomas Zimmermann1-1/+4
2019-09-12drm/vram: Unexport internal functions of VRAM MMThomas Zimmermann1-6/+0
2019-09-12drm/vram: Have VRAM MM call GEM VRAM functions directlyThomas Zimmermann1-22/+2
2019-09-12drm/vram: Move VRAM memory manager to GEM VRAM implementationThomas Zimmermann1-0/+86
2019-09-10drm/vram: add vram-mm debugfs fileGerd Hoffmann1-0/+1
2019-09-09drm/vram: Implement lazy unmapping for GEM VRAM buffersThomas Zimmermann1-0/+4
2019-09-09drm/vram: Add kmap ref-counting to GEM VRAM objectsThomas Zimmermann1-0/+14
2019-08-06drm/vram: use embedded gem objectGerd Hoffmann1-2/+1
2019-07-03drm/vram: Don't export driver callback functions for PRIMEThomas Zimmermann1-22/+0
2019-07-03drm/vram: Set GEM object functions for PRIMEThomas Zimmermann1-1/+2
2019-06-21drm/vram-helper: Drop drm_gem_prime_export/importDaniel Vetter1-2/+0
2019-06-13drm: Remove functions with kmap-object argument from GEM VRAM helpersThomas Zimmermann1-4/+0
2019-06-13drm: Remove lock interfaces from GEM VRAM helpersThomas Zimmermann1-5/+0
2019-05-22drm: Rename reserve/unreserve to lock/unlock in GEM VRAM helpersThomas Zimmermann1-4/+4
2019-05-22drm: Replace drm_gem_vram_push_to_system() with kunmap + unpinThomas Zimmermann1-1/+0
2019-05-17drm: Add drm_gem_vram_{pin/unpin}_reserved() and convert mgag200Thomas Zimmermann1-0/+3
2019-05-15drm: Integrate VRAM MM into struct drm_deviceThomas Zimmermann1-1/+18
2019-05-15drm: Add default instance for VRAM MM callback functionsThomas Zimmermann1-0/+3
2019-05-15drm: Add simple PRIME helpers for GEM VRAMThomas Zimmermann1-0/+20
2019-05-15drm: Add drm_gem_vram_fill_create_dumb() to create dumb buffersThomas Zimmermann1-0/+8
2019-05-15drm: Add |struct drm_gem_vram_object| callbacks for |struct drm_driver|Thomas Zimmermann1-0/+10
2019-05-15drm: Add |struct drm_gem_vram_object| callbacks for |struct ttm_bo_driver|Thomas Zimmermann1-0/+10
2019-05-15drm: Add |struct drm_gem_vram_object| and helpersThomas Zimmermann1-0/+92