summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/qxl/qxl_ttm.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-19Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux int...Dave 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
2018-02-26drm/qxl: remove ttm_pool_* wrappersChristian König1-22/+0
2017-12-28drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)Roger He1-2/+3
2017-12-27drm/qxl: remove the default io_mem_pfn setTan Xiaojun1-1/+0
2017-12-15drm/ttm: use an ttm operation ctx for ttm_bo_move_xxxRoger He1-2/+1
2017-12-06drm/ttm: add context to driver move callback as wellChristian König1-5/+4
2017-11-21Merge airlied/drm-next into drm-misc-nextDaniel Vetter1-2/+2
2017-11-10drm: qxl: remove pr_info message, stops log spammingColin Ian King1-4/+1
2017-10-23drm/qxl: replace QXL_INFO with DRM_DEBUG_DRIVERGerd Hoffmann1-2/+2
2017-07-03drm: qxl: constify ttm_place structures.Arvind Yadav1-1/+1
2017-05-17drm/qxl: fix include notation and remove -Iinclude/drm flagMasahiro Yamada1-5/+5
2017-04-04drm/ttm: add io_mem_pfn callbackChristian König1-0/+1
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-3/+3
2017-02-02drm: qxl: Embed drm_device into driver structureGabriel Krisman Bertazi1-1/+1
2017-01-27drm/ttm: revert "implement LRU add callbacks v2"Christian König1-2/+0
2017-01-27drm/ttm: add evict parameter to ttm_bo_driver::move_notifyNicolai Hähnle1-0/+1
2017-01-19drm: qxl: Open code probing sequence for qxlGabriel Krisman Bertazi1-7/+1
2016-12-30drm/mm: Convert to drm_printerDaniel Vetter1-3/+3
2016-10-25drm/ttm: make eviction decision a driver callback v2Christian König1-0/+1
2016-09-28Merge tag 'topic/drm-misc-2016-09-25' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-1/+2
2016-09-19drm: use drm_file to tag vm-bosDavid Herrmann1-1/+2
2016-09-14drm/ttm: rework handling of private mem typesChristian König1-6/+6
2016-08-08drm/ttm: Remove unused parameter evict from ttm_bo_move_memcpyMichel Dänzer1-2/+2
2016-07-07drm/ttm: wait for BO idle in ttm_bo_move_memcpyChristian König1-1/+2
2016-07-07drm/ttm: add wait for idle in all drivers bo_move functionsChristian König1-0/+7
2016-05-04drm/ttm: implement LRU add callbacks v2Christian König1-0/+2
2015-12-15drm/qxl: use to_qxl_bo macroFrediano Ziglio1-2/+2
2014-09-24drm/<ttm-based-drivers>: Don't call drm_mmapDaniel Vetter1-1/+1
2014-09-02drm/ttm: flip the switch, and convert to dma_fenceMaarten Lankhorst1-104/+0
2014-09-02drm/qxl: rework to new fence interfaceMaarten Lankhorst1-43/+54
2014-08-27drm/ttm: move fpfn and lpfn into each placement v2Christian König1-3/+5
2014-05-01drm: qxl: Remove unused device pointerChristian Engelmayer1-6/+0
2014-04-02drm/qxl: unset a pointer in sync_obj_unrefMaarten Lankhorst1-0/+1
2014-03-16drm: init TTM dev_mapping in ttm_bo_device_init()David Herrmann1-2/+3
2014-03-16drm: use anon-inode instead of relying on cdevsDavid Herrmann1-2/+1
2013-11-06drm/qxl: add some surface memory loggingGerd Hoffmann1-0/+2
2013-08-27drm: verify vma access in TTM+GEM driversDavid Herrmann1-1/+3
2013-07-24qxl: allow creation of pre-pinned objects and use for releases.Dave Airlie1-1/+1
2013-04-18drm/qxl: fix build with debugfs turned off.Dave Airlie1-0/+4
2013-04-16drm/qxl: make lots of things static.Dave Airlie1-3/+3
2013-04-12drm: add new QXL driver. (v1.4)Dave Airlie1-0/+577