summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_gem_vram_helper.c
AgeCommit message (Expand)Author
2020-09-18drm/ttm: flip tt destroy ordering.Dave Airlie
2020-09-15drm/ttm: remove available_cachingChristian König
2020-09-15drm/ttm: remove default cachingChristian König
2020-09-14drm: fix double free for gbo in drm_gem_vram_init and drm_gem_vram_createJia Yang
2020-09-14drm/vboxvideo: Use drm_gem_vram_vmap() interfacesThomas Zimmermann
2020-09-11drm/ttm: nuke memory type flagsChristian König
2020-09-11drm/vram-helper: stop using TTM placement flagsChristian König
2020-09-09drm/gem_vram/ttm: move to driver backend destroy function.Dave Airlie
2020-09-08drm/ttm: merge offset and base in ttm_bus_placementChristian König
2020-09-08drm/ttm: remove bdev from ttm_ttDave Airlie
2020-08-24drm/ttm: init mem->bus in common code.Dave Airlie
2020-08-06drm/ttm: rename ttm_mem_reg to ttm_resource.Dave Airlie
2020-08-06drm/ttm: rename ttm_mem_type_manager -> ttm_resource_manager.Dave Airlie
2020-08-06drm/ttm: make ttm_range_man_init/takedown take type + argsDave Airlie
2020-08-06drm/vram-helper: use wrapper to access memory managersDave Airlie
2020-08-06drm/vram_helper: call explicit mm takedownDave Airlie
2020-08-06drm/vram_helper: use new ttm manager init functionDave Airlie
2020-08-06drm/vram-helper: call the ttm manager debug functionDave Airlie
2020-08-06drm/vram-helper: remove populate/unpopulateDave Airlie
2020-07-31drm/ttm: remove the init_mem_type callbackChristian König
2020-07-31drm/vram-helper: stop implementing init_mem_typeChristian König
2020-07-31drm/ttm: remove TTM_MEMTYPE_FLAG_FIXED v2Christian König
2020-07-31drm/ttm: initialize the system domain with defaults v2Christian König
2020-07-21drm: remove optional dummy function from drivers using TTMChristian König
2020-07-21drm/vram-helper: stop using TTM_MEMTYPE_FLAG_MAPPABLEChristian König
2020-07-20drm/vram-helper: Managed vram helpersThomas Zimmermann
2020-06-25drm/vram-helper: don't use ttm bo->offset v4Nirmoy Das
2020-05-19drm: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov
2020-04-09drm/vram-helpers: Merge code into a single fileThomas Zimmermann
2020-04-09drm/vram-helpers: Set plane fence for display updateThomas Zimmermann
2020-03-23drm/vram-helper: remove unneeded #if defined/endif guards.Wambui Karuga
2020-03-18drm: convert .debugfs_init() hook to return void.Wambui Karuga
2020-03-18drm/vram-helper: make drm_vram_mm_debugfs_init() return 0Wambui Karuga
2020-02-06drm/vram: Add helpers to validate a display mode's memory requirementsThomas Zimmermann
2020-01-07drm/vram-helper: Support struct drm_driver.gem_create_objectThomas 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-10-25drm/ttm: remove pointers to globalsChristian König
2019-10-24drm/vram-helpers: Add helpers for prepare_fb() and cleanup_fb()Thomas Zimmermann
2019-10-17drm/vram: drop verify_accessGerd 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: Unconditonally set BO call-back functionsThomas 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: use drm_gem_ttm_print_infoGerd Hoffmann
2019-09-09drm/vram: Implement lazy unmapping for GEM VRAM buffersThomas Zimmermann