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