aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/qxl/qxl_ttm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-07-21drm: remove optional dummy function from drivers using TTMChristian König1-6/+0
2020-06-25drm/qxl: don't use ttm bo->offsetNirmoy Das1-9/+0
2020-04-28drm/qxl: Don't use drm_device->dev_privateDaniel Vetter1-1/+1
2020-03-18drm: convert .debugfs_init() hook to return void.Wambui Karuga1-4/+2
2020-01-16drm/ttm: nuke invalidate_caches callbackChristian König1-6/+0
2019-10-25drm/qxl: stop using TTM to call driver internal functionsChristian König1-2/+2
2019-10-25drm/ttm: remove pointers to globalsChristian König1-5/+2
2019-10-22drm/qxl: drop verify_accessGerd Hoffmann1-9/+0
2019-10-22drm/qxl: switch qxl to &drm_gem_object_funcs.mmapGerd Hoffmann1-16/+0
2019-10-22drm/qxl: drop qxl_ttm_faultGerd Hoffmann1-26/+1
2019-09-11drm/qxl: switch to gem vma offset managerGerd Hoffmann1-1/+1
2019-09-11drm/ttm: turn ttm_bo_device.vma_manager into a pointerGerd Hoffmann1-0/+1
2019-08-06drm/qxl: use embedded gem objectGerd Hoffmann1-2/+2
2019-07-15drm/qxl: drop use of drmP.hSam Ravnborg1-7/+9
2019-03-19drm/ttm: Quick-test mmap offset in ttm_bo_mmap()Thomas Zimmermann1-7/+2
2019-03-19drm/ttm: Remove file_page_offset parameter from ttm_bo_device_init()Thomas Zimmermann1-1/+1
2019-01-30drm/qxl: use ttm_ttGerd Hoffmann1-5/+5
2019-01-28drm/qxl: use separate offset spaces for the two slots / ttm memory types.Gerd Hoffmann1-1/+9
2018-11-19Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-61/+0
2018-11-05drm/ttm: initialize globals during device init (v2)Christian König1-33/+0
2018-11-05drm/ttm: use a static ttm_mem_global instanceChristian König1-28/+0
2018-11-05drm/ttm: Rename ttm_bo_global_{init,release}() to ttm_bo_global_ref_{,}()Thomas Zimmermann1-2/+2
2018-10-30drm/qxl: Use 'unsigned int' instead of 'usigned'Shayenne da Luz Moura1-5/+5
2018-10-30drm/qxl: Remove exceding whitelineShayenne da Luz Moura1-2/+0
2018-05-14gpu: drm: qxl: Adding new typedef vm_fault_tSouptick Joarder1-4/+4
2018-03-14drm/ttm: add bo as parameter to the ttm_tt_create callbackChristian König1-4/+4
2018-02-26drm/ttm: drop ttm->dummy_read_pageChristian König1-4/+2