summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_gem_vram_helper.c
Commit message (Expand)AuthorAgeFilesLines
* drm/vram-helper: Reuse existing page mappings in vmapThomas Zimmermann2021-01-191-3/+11
* drm: fix some kernel-doc markupsMauro Carvalho Chehab2020-11-161-1/+1
* drm/ttm: add multihop infrastrucutre (v3)Dave Airlie2020-11-111-1/+2
* drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann2020-11-091-53/+54
* drm/vram-helper: Remove invariant parameters from internal kmap functionThomas Zimmermann2020-11-091-14/+4
* drm/vram_helpers: drop ttm_page_alloc.h includeChristian König2020-10-291-1/+0
* drm/ttm: wire up the new pool as default one v2Christian König2020-10-291-2/+2
* drm/ttm: replace last move_notify with delete_mem_notifyDave Airlie2020-10-221-5/+3
* drm/ttm: drop move notify around move.Dave Airlie2020-10-211-1/+10
* drm/ttm: nuke caching placement flagsChristian König2020-10-151-5/+2
* drm/ttm: add caching state to ttm_bus_placementChristian König2020-10-151-0/+1
* drm/ttm: set the tt caching state at creation timeChristian König2020-10-151-1/+1
* drm/vram_helper: implement a ttm move callback.Dave Airlie2020-10-071-0/+21
* drm/vram-helper: Don't put new BOs into VRAMThomas Zimmermann2020-09-251-2/+1
* drm/vram-helper: Set object function iff they are not provided by driverThomas Zimmermann2020-09-251-4/+12
* drm/vram-helper: Integrate drm_gem_vram_init() into drm_gem_vram_create()Thomas Zimmermann2020-09-251-48/+29
* drm/vram-helper: switch over to the new pin interfaceChristian König2020-09-241-28/+9
* drm/vram-helper: Fix use of top-down placementThomas Zimmermann2020-09-221-1/+1
* drm/ttm: flip tt destroy ordering.Dave Airlie2020-09-181-0/+1
* drm/ttm: remove available_cachingChristian König2020-09-151-1/+0
* drm/ttm: remove default cachingChristian König2020-09-151-2/+1
* drm: fix double free for gbo in drm_gem_vram_init and drm_gem_vram_createJia Yang2020-09-141-12/+16
* drm/vboxvideo: Use drm_gem_vram_vmap() interfacesThomas Zimmermann2020-09-141-54/+2
* drm/ttm: nuke memory type flagsChristian König2020-09-111-9/+6
* drm/vram-helper: stop using TTM placement flagsChristian König2020-09-111-5/+9
* drm/gem_vram/ttm: move to driver backend destroy function.Dave Airlie2020-09-091-7/+2
* drm/ttm: merge offset and base in ttm_bus_placementChristian König2020-09-081-2/+1
* drm/ttm: remove bdev from ttm_ttDave Airlie2020-09-081-1/+1
* drm/ttm: init mem->bus in common code.Dave Airlie2020-08-241-6/+0
* drm/ttm: rename ttm_mem_reg to ttm_resource.Dave Airlie2020-08-061-3/+3
* drm/ttm: rename ttm_mem_type_manager -> ttm_resource_manager.Dave Airlie2020-08-061-2/+2
* drm/ttm: make ttm_range_man_init/takedown take type + argsDave Airlie2020-08-061-5/+5
* drm/vram-helper: use wrapper to access memory managersDave Airlie2020-08-061-3/+3
* drm/vram_helper: call explicit mm takedownDave Airlie2020-08-061-0/+1
* drm/vram_helper: use new ttm manager init functionDave Airlie2020-08-061-2/+1
* drm/vram-helper: call the ttm manager debug functionDave Airlie2020-08-061-4/+2
* drm/vram-helper: remove populate/unpopulateDave Airlie2020-08-061-2/+0
* drm/ttm: remove the init_mem_type callbackChristian König2020-07-311-7/+0
* drm/vram-helper: stop implementing init_mem_typeChristian König2020-07-311-12/+4
* drm/ttm: remove TTM_MEMTYPE_FLAG_FIXED v2Christian König2020-07-311-1/+0
* drm/ttm: initialize the system domain with defaults v2Christian König2020-07-311-3/+0
* drm: remove optional dummy function from drivers using TTMChristian König2020-07-211-5/+0
* drm/vram-helper: stop using TTM_MEMTYPE_FLAG_MAPPABLEChristian König2020-07-211-7/+2
* drm/vram-helper: Managed vram helpersThomas Zimmermann2020-07-201-36/+48
* drm/vram-helper: don't use ttm bo->offset v4Nirmoy Das2020-06-251-1/+10
* drm: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov2020-05-191-5/+5
* drm/vram-helpers: Merge code into a single fileThomas Zimmermann2020-04-091-5/+90
* drm/vram-helpers: Set plane fence for display updateThomas Zimmermann2020-04-091-3/+8
* drm/vram-helper: remove unneeded #if defined/endif guards.Wambui Karuga2020-03-231-4/+0
* drm: convert .debugfs_init() hook to return void.Wambui Karuga2020-03-181-5/+1