aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/qxl/qxl_ttm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-20drm/qxl: Use TTM builtin resource manager debugfs codeZack Rusin1-33/+6
2022-04-02drm/ttm: Add a parameter to add extra pages into ttm_ttRamalingam C1-1/+1
2022-03-25drm/qxl: fix qxl can't use in arm64Cong Liu1-2/+2
2021-08-23drm/ttm: remove ttm_tt_destroy_common v2Christian König1-1/+0
2021-07-09drm/qxl: add NULL check for bo->resourceChristian König1-1/+1
2021-06-04drm/ttm: flip over the range manager to self allocated nodesChristian König1-0/+1
2021-06-02drm/ttm: rename bo->mem and make it a pointerChristian König1-2/+2
2021-03-16drm/qxl: clean up qxl_bo_move_notifyChristian König1-12/+4
2021-01-21drm/ttm: device naming cleanupChristian König1-10/+9
2021-01-07Merge tag 'drm-misc-next-2020-12-17' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter1-1/+0
2020-12-18drm/qxl: don't allocate a dma_address arrayChristian König1-1/+1
2020-12-01drm/ttm/drivers: remove unecessary ttm_module.h include v2Christian König1-1/+0
2020-11-30drm/qxl: switch to ttm_sg_tt_initChristian König1-1/+1
2020-11-11drm/ttm: add multihop infrastrucutre (v3)Dave Airlie1-1/+2
2020-10-29drm/qxl: 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-3/+2
2020-10-26drm/ttm: merge ttm_dma_tt back into ttm_ttChristian König1-1/+1
2020-10-22drm/ttm: replace last move_notify with delete_mem_notifyDave Airlie1-1/+6
2020-10-21drm/ttm: move last binding into the drivers.Dave Airlie1-14/+0
2020-10-21drm/ttm: drop move notify around move.Dave Airlie1-18/+27
2020-10-21drm/ttm: drop unbind callback.Dave Airlie1-7/+0
2020-10-15drm/ttm: nuke caching placement flagsChristian König1-1/+1
2020-10-15drm/ttm: add caching state to ttm_bus_placementChristian König1-0/+2
2020-10-15drm/ttm: set the tt caching state at creation timeChristian König1-1/+1
2020-10-07drm/qxl: drop unused code (v2)Dave Airlie1-21/+8
2020-09-24drm/qxl: switch over to the new pin interfaceChristian König1-1/+1
2020-09-24drm/ttm: add bo wait that takes a ctx wrapper.Dave Airlie1-1/+1
2020-09-18drm/ttm: flip tt destroy ordering.Dave Airlie1-0/+1
2020-09-15drm/ttm: remove available_cachingChristian König1-2/+1
2020-09-15drm/ttm: remove default cachingChristian König1-1/+1
2020-09-11drm/ttm: nuke memory type flagsChristian König1-1/+2
2020-09-09drm/qxl: move bind/unbind/destroy to the driver function table.Dave Airlie1-7/+3
2020-09-09drm/ttm: introduce ttm_bo_move_nullDave Airlie1-11/+1
2020-09-08drm/ttm: merge offset and base in ttm_bus_placementChristian König1-4/+3
2020-09-08drm/ttm: remove bdev from ttm_ttDave Airlie1-3/+6
2020-08-24drm/ttm: init mem->bus in common code.Dave Airlie1-6/+0
2020-08-12Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-2/+1
2020-08-06drm/ttm: rename ttm_mem_reg to ttm_resource.Dave Airlie1-7/+7
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-8/+4
2020-08-06drm/qxl/ttm: use wrapper to access memory managerDave Airlie1-5/+5
2020-08-06drm/qxl/ttm: use new takedown pathDave Airlie1-2/+2
2020-08-06drm/qxl/ttm: use new init path for managerDave Airlie1-2/+1
2020-08-06drm/qxl/ttm: call ttm manager debug (v2)Dave Airlie1-6/+4
2020-07-31drm/ttm: remove the init_mem_type callbackChristian König1-7/+0
2020-07-31drm/qxl: stop implementing init_mem_typeChristian König1-19/+16
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-29drm/ttm: make ttm_tt unbind function return void.Dave Airlie1-2/+1
2020-07-21drm/qxl: stop using TTM_MEMTYPE_FLAG_MAPPABLE v2Christian König1-6/+3