summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/qxl/qxl_ttm.c
AgeCommit message (Expand)Author
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
2020-07-31drm/ttm: initialize the system domain with defaults v2Christian König
2020-07-29drm/ttm: make ttm_tt unbind function return void.Dave Airlie
2020-07-21drm/qxl: stop using TTM_MEMTYPE_FLAG_MAPPABLE v2Christian König
2020-07-21drm: remove optional dummy function from drivers using TTMChristian König
2020-06-25drm/qxl: don't use ttm bo->offsetNirmoy Das
2020-04-28drm/qxl: Don't use drm_device->dev_privateDaniel Vetter
2020-03-18drm: convert .debugfs_init() hook to return void.Wambui Karuga
2020-01-16drm/ttm: nuke invalidate_caches callbackChristian König
2019-10-25drm/qxl: stop using TTM to call driver internal functionsChristian König
2019-10-25drm/ttm: remove pointers to globalsChristian König
2019-10-22drm/qxl: drop verify_accessGerd Hoffmann
2019-10-22drm/qxl: switch qxl to &drm_gem_object_funcs.mmapGerd Hoffmann
2019-10-22drm/qxl: drop qxl_ttm_faultGerd Hoffmann
2019-09-11drm/qxl: switch to gem vma offset managerGerd Hoffmann
2019-09-11drm/ttm: turn ttm_bo_device.vma_manager into a pointerGerd Hoffmann
2019-08-06drm/qxl: use embedded gem objectGerd Hoffmann
2019-07-15drm/qxl: drop use of drmP.hSam Ravnborg
2019-03-19drm/ttm: Quick-test mmap offset in ttm_bo_mmap()Thomas Zimmermann
2019-03-19drm/ttm: Remove file_page_offset parameter from ttm_bo_device_init()Thomas Zimmermann
2019-01-30drm/qxl: use ttm_ttGerd Hoffmann
2019-01-28drm/qxl: use separate offset spaces for the two slots / ttm memory types.Gerd Hoffmann
2018-11-19Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie
2018-11-05drm/ttm: initialize globals during device init (v2)Christian König
2018-11-05drm/ttm: use a static ttm_mem_global instanceChristian König
2018-11-05drm/ttm: Rename ttm_bo_global_{init,release}() to ttm_bo_global_ref_{,}()Thomas Zimmermann
2018-10-30drm/qxl: Use 'unsigned int' instead of 'usigned'Shayenne da Luz Moura
2018-10-30drm/qxl: Remove exceding whitelineShayenne da Luz Moura
2018-05-14gpu: drm: qxl: Adding new typedef vm_fault_tSouptick Joarder
2018-03-14drm/ttm: add bo as parameter to the ttm_tt_create callbackChristian König
2018-02-26drm/ttm: drop ttm->dummy_read_pageChristian König
2018-02-26drm/qxl: remove ttm_pool_* wrappersChristian König
2017-12-28drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)Roger He
2017-12-27drm/qxl: remove the default io_mem_pfn setTan Xiaojun