summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/qxl/qxl_ttm.c
AgeCommit message (Expand)Author
2024-01-25drm/ttm: replace busy placement with flags v6Somalapuram Amaranath
2023-02-23drm/qxl: handle NULL bo->resource in move callbackMatthew Auld
2022-12-06drm/ttm: merge ttm_bo_api.h and ttm_bo_driver.h v2Christian König
2022-04-20drm/qxl: Use TTM builtin resource manager debugfs codeZack Rusin
2022-04-02drm/ttm: Add a parameter to add extra pages into ttm_ttRamalingam C
2022-03-25drm/qxl: fix qxl can't use in arm64Cong Liu
2021-08-23drm/ttm: remove ttm_tt_destroy_common v2Christian König
2021-07-09drm/qxl: add NULL check for bo->resourceChristian König
2021-06-04drm/ttm: flip over the range manager to self allocated nodesChristian König
2021-06-02drm/ttm: rename bo->mem and make it a pointerChristian König
2021-03-16drm/qxl: clean up qxl_bo_move_notifyChristian König
2021-01-21drm/ttm: device naming cleanupChristian König
2021-01-07Merge tag 'drm-misc-next-2020-12-17' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter
2020-12-18drm/qxl: don't allocate a dma_address arrayChristian König
2020-12-01drm/ttm/drivers: remove unecessary ttm_module.h include v2Christian König
2020-11-30drm/qxl: switch to ttm_sg_tt_initChristian König
2020-11-11drm/ttm: add multihop infrastrucutre (v3)Dave Airlie
2020-10-29drm/qxl: drop ttm_page_alloc.h includeChristian König
2020-10-29drm/ttm: wire up the new pool as default one v2Christian König
2020-10-26drm/ttm: merge ttm_dma_tt back into ttm_ttChristian König
2020-10-22drm/ttm: replace last move_notify with delete_mem_notifyDave Airlie
2020-10-21drm/ttm: move last binding into the drivers.Dave Airlie
2020-10-21drm/ttm: drop move notify around move.Dave Airlie
2020-10-21drm/ttm: drop unbind callback.Dave Airlie
2020-10-15drm/ttm: nuke caching placement flagsChristian König
2020-10-15drm/ttm: add caching state to ttm_bus_placementChristian König
2020-10-15drm/ttm: set the tt caching state at creation timeChristian König
2020-10-07drm/qxl: drop unused code (v2)Dave Airlie
2020-09-24drm/qxl: switch over to the new pin interfaceChristian König
2020-09-24drm/ttm: add bo wait that takes a ctx wrapper.Dave Airlie
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-11drm/ttm: nuke memory type flagsChristian König
2020-09-09drm/qxl: move bind/unbind/destroy to the driver function table.Dave Airlie
2020-09-09drm/ttm: introduce ttm_bo_move_nullDave 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-12Merge drm/drm-next into drm-misc-nextThomas Zimmermann
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/qxl/ttm: use wrapper to access memory managerDave Airlie
2020-08-06drm/qxl/ttm: use new takedown pathDave Airlie
2020-08-06drm/qxl/ttm: use new init path for managerDave Airlie
2020-08-06drm/qxl/ttm: call ttm manager debug (v2)Dave Airlie
2020-07-31drm/ttm: remove the init_mem_type callbackChristian König
2020-07-31drm/qxl: stop implementing init_mem_typeChristian König
2020-07-31drm/ttm: remove TTM_MEMTYPE_FLAG_FIXED v2Christian König