summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/qxl/qxl_cmd.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-28drm/qxl: use shadow bo directlyGerd Hoffmann1-5/+5
2019-01-28drm/qxl: track primary boGerd Hoffmann1-2/+5
2019-01-28drm/qxl: drop unused offset parameter from qxl_io_create_primary()Gerd Hoffmann1-4/+3
2019-01-28drm/qxl: drop ttm_mem_reg arg from qxl_hw_surface_alloc()Gerd Hoffmann1-12/+2
2019-01-14drm: move drm_can_sleep() to drm_util.hSam Ravnborg1-0/+2
2018-10-30drm/qxl: Use 'unsigned int' instead of 'usigned'Shayenne da Luz Moura1-1/+1
2018-10-30drm/qxl: Remove exceding whitelineShayenne da Luz Moura1-1/+0
2018-10-30drm/qxl: Add line after variable declarationsShayenne da Luz Moura1-0/+4
2018-05-11Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst1-4/+2
2018-04-27qxl: hook monitors_config updates into crtc, not encoder.Gerd Hoffmann1-0/+2
2018-04-27qxl: remove qxl_io_log()Gerd Hoffmann1-32/+2
2018-04-25qxl: keep separate release_bo pointerGerd Hoffmann1-4/+2
2017-10-23qxl: alloc & use shadow for dumb buffersGerd Hoffmann1-1/+5
2017-10-23drm/qxl: replace QXL_INFO with DRM_DEBUG_DRIVERGerd Hoffmann1-9/+7
2016-11-15qxl: Mark some internal functions as staticChristophe Fergeau1-1/+1
2016-07-12drm/qxl: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-1/+1
2016-05-04drm/ttm: remove lazy parameter from ttm_bo_waitChristian König1-1/+1
2015-06-05drm/qxl: Remove format string errorsFrediano Ziglio1-1/+1
2015-06-05drm/qxl: Handle all errors in qxl_surface_evictFrediano Ziglio1-4/+4
2015-06-05drm/qxl: Do not cause spice-server to clean our objectsFrediano Ziglio1-0/+1
2014-09-02drm/qxl: rework to new fence interfaceMaarten Lankhorst1-5/+0
2014-09-01drm/ttm: kill fence_lockMaarten Lankhorst1-2/+0
2013-07-24qxl: convert qxl driver to proper use for reservationsDave Airlie1-23/+17
2013-07-24qxl: allow creation of pre-pinned objects and use for releases.Dave Airlie1-1/+1
2013-07-05qxl: add ring prep code for s/rDave Airlie1-2/+7
2013-07-05drm/qxl: add support for > 1 outputDave Airlie1-4/+4
2013-05-17drm/qxl: fix ioport interactions for kernel submitted commands.Dave Airlie1-10/+19
2013-05-03qxl: update to new idr interfaces.Dave Airlie1-12/+7
2013-04-16drm/qxl: make lots of things static.Dave Airlie1-20/+3
2013-04-12drm: add new QXL driver. (v1.4)Dave Airlie1-0/+707