summaryrefslogtreecommitdiffstats
path: root/include/drm/drm_gem_vram_helper.h
AgeCommit message (Expand)AuthorLines
2023-06-26drm: Clear fd/handle callbacks in struct drm_driverThomas Zimmermann-5/+3
2023-06-19drm: Remove struct drm_driver.gem_prime_mmapThomas Zimmermann-1/+0
2023-04-03drm/vram-helper: turn on PRIME import/exportSimon Ser-1/+3
2022-12-06drm/ttm: merge ttm_bo_api.h and ttm_bo_driver.h v2Christian König-2/+2
2022-02-07dma-buf-map: Rename to iosys-mapLucas De Marchi-4/+5
2021-12-09drm: Replace kernel.h with the necessary inclusionsAndy Shevchenko-1/+1
2021-07-05drm/vram-helper: Unexport drm_vram_helper_{alloc,release}_mm()Thomas Zimmermann-4/+0
2021-06-24drm/vram-helpers: Create DRM_GEM_VRAM_PLANE_HELPER_FUNCSDaniel Vetter-0/+12
2021-04-11drm/vram-helper: Use drm_gem_ttm_dumb_map_offset()Thomas Zimmermann-5/+2
2021-01-21drm/ttm: device naming cleanupChristian König-3/+3
2020-11-16drm: fix some kernel-doc markupsMauro Carvalho Chehab-4/+4
2020-11-09drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann-7/+7
2020-09-24drm/vram-helper: switch over to the new pin interfaceChristian König-3/+0
2020-09-14drm/vboxvideo: Use drm_gem_vram_vmap() interfacesThomas Zimmermann-3/+0
2020-09-11drm/vram-helper: stop using TTM placement flagsChristian König-4/+3
2020-07-20drm/vram-helper: Managed vram helpersThomas Zimmermann-0/+3
2020-03-18drm: convert .debugfs_init() hook to return void.Wambui Karuga-1/+1
2020-02-06drm/vram: Add helpers to validate a display mode's memory requirementsThomas Zimmermann-0/+9
2020-01-07drm/vram-helper: Remove BO device from public interfaceThomas Zimmermann-2/+0
2020-01-07drm/vram-helper: Remove interruptible flag from public interfaceThomas Zimmermann-3/+1
2020-01-06drm/vram: Support scanline alignment for dumb buffersThomas Zimmermann-0/+1
2019-11-27drm/vram: remove unused declarationGurchetan Singh-1/+0
2019-10-24drm/vram-helpers: Add helpers for prepare_fb() and cleanup_fb()Thomas Zimmermann-0/+25
2019-10-17drm/vram: drop DRM_VRAM_MM_FILE_OPERATIONSGerd Hoffmann-18/+0
2019-10-17drm/vram: switch vram helper to &drm_gem_object_funcs.mmap()Gerd Hoffmann-8/+1
2019-09-27drm/vram: Support top-down placement flagThomas Zimmermann-0/+1
2019-09-17drm/vram: Provide vmap and vunmap operations for GEM VRAM objectsThomas Zimmermann-1/+4
2019-09-12drm/vram: Unexport internal functions of VRAM MMThomas Zimmermann-6/+0
2019-09-12drm/vram: Have VRAM MM call GEM VRAM functions directlyThomas Zimmermann-22/+2
2019-09-12drm/vram: Move VRAM memory manager to GEM VRAM implementationThomas Zimmermann-0/+86
2019-09-10drm/vram: add vram-mm debugfs fileGerd Hoffmann-0/+1
2019-09-09drm/vram: Implement lazy unmapping for GEM VRAM buffersThomas Zimmermann-0/+4
2019-09-09drm/vram: Add kmap ref-counting to GEM VRAM objectsThomas Zimmermann-0/+14
2019-08-06drm/vram: use embedded gem objectGerd Hoffmann-2/+1
2019-07-03drm/vram: Don't export driver callback functions for PRIMEThomas Zimmermann-22/+0
2019-07-03drm/vram: Set GEM object functions for PRIMEThomas Zimmermann-1/+2
2019-06-21drm/vram-helper: Drop drm_gem_prime_export/importDaniel Vetter-2/+0
2019-06-13drm: Remove functions with kmap-object argument from GEM VRAM helpersThomas Zimmermann-4/+0
2019-06-13drm: Remove lock interfaces from GEM VRAM helpersThomas Zimmermann-5/+0
2019-05-22drm: Rename reserve/unreserve to lock/unlock in GEM VRAM helpersThomas Zimmermann-4/+4
2019-05-22drm: Replace drm_gem_vram_push_to_system() with kunmap + unpinThomas Zimmermann-1/+0
2019-05-17drm: Add drm_gem_vram_{pin/unpin}_reserved() and convert mgag200Thomas Zimmermann-0/+3
2019-05-15drm: Integrate VRAM MM into struct drm_deviceThomas Zimmermann-1/+18
2019-05-15drm: Add default instance for VRAM MM callback functionsThomas Zimmermann-0/+3
2019-05-15drm: Add simple PRIME helpers for GEM VRAMThomas Zimmermann-0/+20
2019-05-15drm: Add drm_gem_vram_fill_create_dumb() to create dumb buffersThomas Zimmermann-0/+8
2019-05-15drm: Add |struct drm_gem_vram_object| callbacks for |struct drm_driver|Thomas Zimmermann-0/+10
2019-05-15drm: Add |struct drm_gem_vram_object| callbacks for |struct ttm_bo_driver|Thomas Zimmermann-0/+10
2019-05-15drm: Add |struct drm_gem_vram_object| and helpersThomas Zimmermann-0/+92