summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_gem_vram_helper.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-29drm/vram_helpers: drop ttm_page_alloc.h includeChristian König1-1/+0
2020-10-29drm/ttm: wire up the new pool as default one v2Christian König1-2/+2
2020-10-22drm/ttm: replace last move_notify with delete_mem_notifyDave Airlie1-5/+3
2020-10-21drm/ttm: drop move notify around move.Dave Airlie1-1/+10
2020-10-15drm/ttm: nuke caching placement flagsChristian König1-5/+2
2020-10-15drm/ttm: add caching state to ttm_bus_placementChristian König1-0/+1
2020-10-15drm/ttm: set the tt caching state at creation timeChristian König1-1/+1
2020-10-07drm/vram_helper: implement a ttm move callback.Dave Airlie1-0/+21
2020-09-25drm/vram-helper: Don't put new BOs into VRAMThomas Zimmermann1-2/+1
2020-09-25drm/vram-helper: Set object function iff they are not provided by driverThomas Zimmermann1-4/+12
2020-09-25drm/vram-helper: Integrate drm_gem_vram_init() into drm_gem_vram_create()Thomas Zimmermann1-48/+29
2020-09-24drm/vram-helper: switch over to the new pin interfaceChristian König1-28/+9
2020-09-22drm/vram-helper: Fix use of top-down placementThomas Zimmermann1-1/+1
2020-09-18drm/ttm: flip tt destroy ordering.Dave Airlie1-0/+1
2020-09-15drm/ttm: remove available_cachingChristian König1-1/+0
2020-09-15drm/ttm: remove default cachingChristian König1-2/+1
2020-09-14drm: fix double free for gbo in drm_gem_vram_init and drm_gem_vram_createJia Yang1-12/+16
2020-09-14drm/vboxvideo: Use drm_gem_vram_vmap() interfacesThomas Zimmermann1-54/+2
2020-09-11drm/ttm: nuke memory type flagsChristian König1-9/+6
2020-09-11drm/vram-helper: stop using TTM placement flagsChristian König1-5/+9
2020-09-09drm/gem_vram/ttm: move to driver backend destroy function.Dave Airlie1-7/+2
2020-09-08drm/ttm: merge offset and base in ttm_bus_placementChristian König1-2/+1
2020-09-08drm/ttm: remove bdev from ttm_ttDave Airlie1-1/+1
2020-08-24drm/ttm: init mem->bus in common code.Dave Airlie1-6/+0
2020-08-06drm/ttm: rename ttm_mem_reg to ttm_resource.Dave Airlie1-3/+3
2020-08-06drm/ttm: rename ttm_mem_type_manager -> ttm_resource_manager.Dave Airlie1-2/+2
2020-08-06drm/ttm: make ttm_range_man_init/takedown take type + argsDave Airlie1-5/+5
2020-08-06drm/vram-helper: use wrapper to access memory managersDave Airlie1-3/+3
2020-08-06drm/vram_helper: call explicit mm takedownDave Airlie1-0/+1
2020-08-06drm/vram_helper: use new ttm manager init functionDave Airlie1-2/+1
2020-08-06drm/vram-helper: call the ttm manager debug functionDave Airlie1-4/+2
2020-08-06drm/vram-helper: remove populate/unpopulateDave Airlie1-2/+0
2020-07-31drm/ttm: remove the init_mem_type callbackChristian König1-7/+0
2020-07-31drm/vram-helper: stop implementing init_mem_typeChristian König1-12/+4
2020-07-31drm/ttm: remove TTM_MEMTYPE_FLAG_FIXED v2Christian König1-1/+0
2020-07-31drm/ttm: initialize the system domain with defaults v2Christian König1-3/+0
2020-07-21drm: remove optional dummy function from drivers using TTMChristian König1-5/+0
2020-07-21drm/vram-helper: stop using TTM_MEMTYPE_FLAG_MAPPABLEChristian König1-7/+2
2020-07-20drm/vram-helper: Managed vram helpersThomas Zimmermann1-36/+48
2020-06-25drm/vram-helper: don't use ttm bo->offset v4Nirmoy Das1-1/+10
2020-05-19drm: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov1-5/+5
2020-04-09drm/vram-helpers: Merge code into a single fileThomas Zimmermann1-5/+90
2020-04-09drm/vram-helpers: Set plane fence for display updateThomas Zimmermann1-3/+8
2020-03-23drm/vram-helper: remove unneeded #if defined/endif guards.Wambui Karuga1-4/+0
2020-03-18drm: convert .debugfs_init() hook to return void.Wambui Karuga1-5/+1
2020-03-18drm/vram-helper: make drm_vram_mm_debugfs_init() return 0Wambui Karuga1-6/+4
2020-02-06drm/vram: Add helpers to validate a display mode's memory requirementsThomas Zimmermann1-0/+61
2020-01-07drm/vram-helper: Support struct drm_driver.gem_create_objectThomas Zimmermann1-3/+12
2020-01-07drm/vram-helper: Remove BO device from public interfaceThomas Zimmermann1-9/+9
2020-01-07drm/vram-helper: Remove interruptible flag from public interfaceThomas Zimmermann1-11/+6