aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/qxl/qxl_object.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-11drm/ttm: rename and cleanup ttm_bo_initChristian König1-1/+1
2022-02-07dma-buf-map: Rename to iosys-mapLucas De Marchi1-4/+4
2021-06-02drm/ttm: rename bo->mem and make it a pointerChristian König1-5/+5
2021-02-19drm/qxl: add lock asserts to qxl_bo_vmap_locked + qxl_bo_vunmap_lockedGerd Hoffmann1-0/+4
2021-02-19drm/qxl: add qxl_bo_vmap/qxl_bo_vunmapGerd Hoffmann1-0/+36
2021-02-19drm/qxl: rename qxl_bo_kmap -> qxl_bo_vmap_lockedGerd Hoffmann1-4/+4
2021-02-19drm/qxl: use ttm bo prioritiesGerd Hoffmann1-2/+3
2021-02-09drm/ttm: move memory accounting into vmwgfx v4Christian König1-2/+2
2020-11-09drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann1-12/+19
2020-10-15drm/ttm: nuke caching placement flagsChristian König1-5/+5
2020-10-07drm/ttm: nuke ttm_bo_evict_mm and rename mgr function v3Christian König1-2/+8
2020-09-29drm/qxl: fix usage of ttm_bo_initChristian König1-3/+5
2020-09-24drm/qxl: switch over to the new pin interfaceChristian König1-31/+13
2020-09-11drm/ttm: nuke memory type flagsChristian König1-8/+16
2020-09-08drm/qxl: don't touch mem.bus.offsetChristian König1-3/+3
2020-08-06qxl/ttm: drop the unusued no wait flag to reserve functionDave Airlie1-2/+2
2020-05-19drm/qxl: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov1-2/+2
2020-04-28drm/qxl: Don't use drm_device->dev_privateDaniel Vetter1-1/+1
2019-10-25drm/qxl: stop using TTM to call driver internal functionsChristian König1-10/+1
2019-10-22drm/qxl: allocate small objects top-downGerd Hoffmann1-1/+6
2019-10-22drm/qxl: switch qxl to &drm_gem_object_funcs.mmapGerd Hoffmann1-0/+1
2019-09-10drm/qxl: use drm_gem_ttm_print_infoGerd Hoffmann1-0/+1
2019-09-10drm/qxl: use drm_gem_object_funcs callbacksGerd Hoffmann1-0/+12
2019-08-06drm/qxl: use embedded gem objectGerd Hoffmann1-10/+10
2019-01-28drm/qxl: implement prime kmap/kunmapGerd Hoffmann1-0/+6
2019-01-28drm/qxl: allow both PRIV and VRAM placement for QXL_GEM_DOMAIN_SURFACEGerd Hoffmann1-1/+3
2019-01-28drm/qxl: drop ttm_mem_reg arg from qxl_hw_surface_alloc()Gerd Hoffmann1-1/+1
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