summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/qxl/qxl_object.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-21qxl: Remove unused qxl_bo_pin argumentsChristophe Fergeau1-8/+4
2018-11-14drm/qxl: remove set but not used variable 'map'YueHaibing1-7/+3
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-2/+0
2018-10-30drm/qxl: Add line after variable declarationsShayenne da Luz Moura1-0/+1
2018-03-21Merge airlied/drm-next into drm-misc-nextSean Paul1-1/+1
2018-03-21drm/qxl: Replace drm_gem_object_reference/unreference() with _get/put()Santha Meena Ramamoorthy1-3/+3
2018-02-26drm/ttm: drop persistent_swap_storage from ttm_bo_init and coChristian König1-1/+1
2017-12-06drm/ttm: add operation ctx to ttm_bo_validate v2Christian König1-2/+4
2017-06-23drm/qxl: declare a bunch of functions as staticGerd Hoffmann1-2/+2
2017-02-28drm: qxl: Consolidate bo reservation when pinningGabriel Krisman Bertazi1-2/+39
2017-02-02drm: qxl: Embed drm_device into driver structureGabriel Krisman Bertazi1-4/+4
2017-02-02drm: qxl: Drop duplicated device pointer attributeGabriel Krisman Bertazi1-8/+8
2016-09-14drm/ttm: rework handling of private mem typesChristian König1-4/+4
2015-12-15drm/qxl: use to_qxl_bo macroFrediano Ziglio1-1/+1
2015-08-11drm/qxl: Don't take dev->struct_mutex in bo_force_deleteDaniel Vetter1-3/+1
2015-06-05drm/qxl: Move main reference counter to GEM object instead of TTM onesFrediano Ziglio1-7/+4
2014-09-30drm/ttm: add reservation_object as argument to ttm_bo_initMaarten Lankhorst1-1/+1
2014-09-02drm/qxl: rework to new fence interfaceMaarten Lankhorst1-2/+0
2014-08-27drm/ttm: move fpfn and lpfn into each placement v2Christian König1-7/+10
2014-03-16drm: init TTM dev_mapping in ttm_bo_device_init()David Herrmann1-1/+0
2014-03-16drm: use anon-inode instead of relying on cdevsDavid Herrmann1-2/+1
2013-08-19drm/qxl: remove unused object_pin/unpin() helpersDavid Herrmann1-1/+0
2013-07-24qxl: convert qxl driver to proper use for reservationsDave Airlie1-48/+1
2013-07-24qxl: allow creation of pre-pinned objects and use for releases.Dave Airlie1-12/+11
2013-07-05qxl: add suspend/resume/hibernate support.Dave Airlie1-0/+5
2013-07-05qxl: add fb and ttm entry points for use by suspend/resume.Dave Airlie1-0/+5
2013-04-16drm/qxl: fix smatch warningsDave Airlie1-3/+3
2013-04-12drm: add new QXL driver. (v1.4)Dave Airlie1-0/+365