aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/qxl/qxl_ttm.c
Commit message (Expand)AuthorAge
* drm/qxl: replace QXL_INFO with DRM_DEBUG_DRIVERGerd Hoffmann2017-10-23
* drm: qxl: constify ttm_place structures.Arvind Yadav2017-07-03
* drm/qxl: fix include notation and remove -Iinclude/drm flagMasahiro Yamada2017-05-17
* drm/ttm: add io_mem_pfn callbackChristian König2017-04-04
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-24
* drm: qxl: Embed drm_device into driver structureGabriel Krisman Bertazi2017-02-02
* drm/ttm: revert "implement LRU add callbacks v2"Christian König2017-01-27
* drm/ttm: add evict parameter to ttm_bo_driver::move_notifyNicolai Hähnle2017-01-27
* drm: qxl: Open code probing sequence for qxlGabriel Krisman Bertazi2017-01-19
* drm/mm: Convert to drm_printerDaniel Vetter2016-12-30
* drm/ttm: make eviction decision a driver callback v2Christian König2016-10-25
* Merge tag 'topic/drm-misc-2016-09-25' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-09-27
|\
| * drm: use drm_file to tag vm-bosDavid Herrmann2016-09-19
* | drm/ttm: rework handling of private mem typesChristian König2016-09-14
|/
* drm/ttm: Remove unused parameter evict from ttm_bo_move_memcpyMichel Dänzer2016-08-08
* drm/ttm: wait for BO idle in ttm_bo_move_memcpyChristian König2016-07-07
* drm/ttm: add wait for idle in all drivers bo_move functionsChristian König2016-07-07
* drm/ttm: implement LRU add callbacks v2Christian König2016-05-04
* drm/qxl: use to_qxl_bo macroFrediano Ziglio2015-12-15
* drm/<ttm-based-drivers>: Don't call drm_mmapDaniel Vetter2014-09-23
* drm/ttm: flip the switch, and convert to dma_fenceMaarten Lankhorst2014-09-02
* drm/qxl: rework to new fence interfaceMaarten Lankhorst2014-09-02
* drm/ttm: move fpfn and lpfn into each placement v2Christian König2014-08-27
* drm: qxl: Remove unused device pointerChristian Engelmayer2014-04-30
* drm/qxl: unset a pointer in sync_obj_unrefMaarten Lankhorst2014-04-01
* drm: init TTM dev_mapping in ttm_bo_device_init()David Herrmann2014-03-16
* drm: use anon-inode instead of relying on cdevsDavid Herrmann2014-03-16
* drm/qxl: add some surface memory loggingGerd Hoffmann2013-11-05
* drm: verify vma access in TTM+GEM driversDavid Herrmann2013-08-26
* qxl: allow creation of pre-pinned objects and use for releases.Dave Airlie2013-07-23
* drm/qxl: fix build with debugfs turned off.Dave Airlie2013-04-17
* drm/qxl: make lots of things static.Dave Airlie2013-04-15
* drm: add new QXL driver. (v1.4)Dave Airlie2013-04-11