summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/qxl/qxl_ttm.c
Commit message (Expand)AuthorAgeFilesLines
* drm/qxl: use ttm_ttGerd Hoffmann2019-01-301-5/+5
* drm/qxl: use separate offset spaces for the two slots / ttm memory types.Gerd Hoffmann2019-01-281-1/+9
* Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2018-11-191-61/+0Star
|\
| * drm/ttm: initialize globals during device init (v2)Christian König2018-11-051-33/+0Star
| * drm/ttm: use a static ttm_mem_global instanceChristian König2018-11-051-28/+0Star
| * drm/ttm: Rename ttm_bo_global_{init,release}() to ttm_bo_global_ref_{,}()Thomas Zimmermann2018-11-051-2/+2
* | drm/qxl: Use 'unsigned int' instead of 'usigned'Shayenne da Luz Moura2018-10-301-5/+5
* | drm/qxl: Remove exceding whitelineShayenne da Luz Moura2018-10-301-2/+0Star
|/
* gpu: drm: qxl: Adding new typedef vm_fault_tSouptick Joarder2018-05-141-4/+4
* drm/ttm: add bo as parameter to the ttm_tt_create callbackChristian König2018-03-141-4/+4
* drm/ttm: drop ttm->dummy_read_pageChristian König2018-02-271-4/+2Star
* drm/qxl: remove ttm_pool_* wrappersChristian König2018-02-271-22/+0Star
* drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)Roger He2017-12-281-2/+3
* drm/qxl: remove the default io_mem_pfn setTan Xiaojun2017-12-271-1/+0Star
* drm/ttm: use an ttm operation ctx for ttm_bo_move_xxxRoger He2017-12-151-2/+1Star
* drm/ttm: add context to driver move callback as wellChristian König2017-12-061-5/+4Star
* Merge airlied/drm-next into drm-misc-nextDaniel Vetter2017-11-211-2/+2
|\
| * drm/qxl: replace QXL_INFO with DRM_DEBUG_DRIVERGerd Hoffmann2017-10-231-2/+2
* | drm: qxl: remove pr_info message, stops log spammingColin Ian King2017-11-101-4/+1Star
|/
* drm: qxl: constify ttm_place structures.Arvind Yadav2017-07-031-1/+1
* drm/qxl: fix include notation and remove -Iinclude/drm flagMasahiro Yamada2017-05-171-5/+5
* drm/ttm: add io_mem_pfn callbackChristian König2017-04-051-0/+1
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-251-3/+3
* drm: qxl: Embed drm_device into driver structureGabriel Krisman Bertazi2017-02-021-1/+1
* drm/ttm: revert "implement LRU add callbacks v2"Christian König2017-01-271-2/+0Star
* drm/ttm: add evict parameter to ttm_bo_driver::move_notifyNicolai Hähnle2017-01-271-0/+1
* drm: qxl: Open code probing sequence for qxlGabriel Krisman Bertazi2017-01-191-7/+1Star
* drm/mm: Convert to drm_printerDaniel Vetter2016-12-301-3/+3
* drm/ttm: make eviction decision a driver callback v2Christian König2016-10-251-0/+1
* Merge tag 'topic/drm-misc-2016-09-25' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-09-281-1/+2
|\
| * drm: use drm_file to tag vm-bosDavid Herrmann2016-09-191-1/+2
* | drm/ttm: rework handling of private mem typesChristian König2016-09-141-6/+6
|/
* drm/ttm: Remove unused parameter evict from ttm_bo_move_memcpyMichel Dänzer2016-08-081-2/+2
* drm/ttm: wait for BO idle in ttm_bo_move_memcpyChristian König2016-07-071-1/+2
* drm/ttm: add wait for idle in all drivers bo_move functionsChristian König2016-07-071-0/+7
* drm/ttm: implement LRU add callbacks v2Christian König2016-05-051-0/+2
* drm/qxl: use to_qxl_bo macroFrediano Ziglio2015-12-151-2/+2
* drm/<ttm-based-drivers>: Don't call drm_mmapDaniel Vetter2014-09-241-1/+1
* drm/ttm: flip the switch, and convert to dma_fenceMaarten Lankhorst2014-09-021-104/+0Star
* drm/qxl: rework to new fence interfaceMaarten Lankhorst2014-09-021-43/+54
* drm/ttm: move fpfn and lpfn into each placement v2Christian König2014-08-271-3/+5
* drm: qxl: Remove unused device pointerChristian Engelmayer2014-05-011-6/+0Star
* drm/qxl: unset a pointer in sync_obj_unrefMaarten Lankhorst2014-04-021-0/+1
* drm: init TTM dev_mapping in ttm_bo_device_init()David Herrmann2014-03-161-2/+3
* drm: use anon-inode instead of relying on cdevsDavid Herrmann2014-03-161-2/+1Star
* drm/qxl: add some surface memory loggingGerd Hoffmann2013-11-061-0/+2
* drm: verify vma access in TTM+GEM driversDavid Herrmann2013-08-271-1/+3
* qxl: allow creation of pre-pinned objects and use for releases.Dave Airlie2013-07-241-1/+1
* drm/qxl: fix build with debugfs turned off.Dave Airlie2013-04-181-0/+4
* drm/qxl: make lots of things static.Dave Airlie2013-04-161-3/+3