summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/qxl/qxl_ttm.c
AgeCommit message (Expand)Author
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
2017-12-15drm/ttm: use an ttm operation ctx for ttm_bo_move_xxxRoger He
2017-12-06drm/ttm: add context to driver move callback as wellChristian König
2017-11-21Merge airlied/drm-next into drm-misc-nextDaniel Vetter
2017-11-10drm: qxl: remove pr_info message, stops log spammingColin Ian King
2017-10-23drm/qxl: replace QXL_INFO with DRM_DEBUG_DRIVERGerd Hoffmann
2017-07-03drm: qxl: constify ttm_place structures.Arvind Yadav
2017-05-17drm/qxl: fix include notation and remove -Iinclude/drm flagMasahiro Yamada
2017-04-04drm/ttm: add io_mem_pfn callbackChristian König
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-02-02drm: qxl: Embed drm_device into driver structureGabriel Krisman Bertazi
2017-01-27drm/ttm: revert "implement LRU add callbacks v2"Christian König
2017-01-27drm/ttm: add evict parameter to ttm_bo_driver::move_notifyNicolai Hähnle
2017-01-19drm: qxl: Open code probing sequence for qxlGabriel Krisman Bertazi
2016-12-30drm/mm: Convert to drm_printerDaniel Vetter
2016-10-25drm/ttm: make eviction decision a driver callback v2Christian König
2016-09-28Merge tag 'topic/drm-misc-2016-09-25' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2016-09-19drm: use drm_file to tag vm-bosDavid Herrmann
2016-09-14drm/ttm: rework handling of private mem typesChristian König
2016-08-08drm/ttm: Remove unused parameter evict from ttm_bo_move_memcpyMichel Dänzer
2016-07-07drm/ttm: wait for BO idle in ttm_bo_move_memcpyChristian König
2016-07-07drm/ttm: add wait for idle in all drivers bo_move functionsChristian König
2016-05-04drm/ttm: implement LRU add callbacks v2Christian König