aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/qxl/qxl_object.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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