summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/qxl/qxl_object.c
AgeCommit message (Expand)Author
2024-03-11drm/qxl: Do not pin buffer objects for vmapThomas Zimmermann
2024-03-11drm/qxl: Provide qxl_bo_{pin,unpin}_locked()Thomas Zimmermann
2024-01-25drm/ttm: replace busy placement with flags v6Somalapuram Amaranath
2022-10-18drm/gem: Take reservation lock for vmap/vunmap operationsDmitry Osipenko
2022-07-11drm/ttm: rename and cleanup ttm_bo_initChristian König
2022-02-07dma-buf-map: Rename to iosys-mapLucas De Marchi
2021-06-02drm/ttm: rename bo->mem and make it a pointerChristian König
2021-02-19drm/qxl: add lock asserts to qxl_bo_vmap_locked + qxl_bo_vunmap_lockedGerd Hoffmann
2021-02-19drm/qxl: add qxl_bo_vmap/qxl_bo_vunmapGerd Hoffmann
2021-02-19drm/qxl: rename qxl_bo_kmap -> qxl_bo_vmap_lockedGerd Hoffmann
2021-02-19drm/qxl: use ttm bo prioritiesGerd Hoffmann
2021-02-09drm/ttm: move memory accounting into vmwgfx v4Christian König
2020-11-09drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann
2020-10-15drm/ttm: nuke caching placement flagsChristian König
2020-10-07drm/ttm: nuke ttm_bo_evict_mm and rename mgr function v3Christian König
2020-09-29drm/qxl: fix usage of ttm_bo_initChristian König
2020-09-24drm/qxl: switch over to the new pin interfaceChristian König
2020-09-11drm/ttm: nuke memory type flagsChristian König
2020-09-08drm/qxl: don't touch mem.bus.offsetChristian König
2020-08-06qxl/ttm: drop the unusued no wait flag to reserve functionDave Airlie
2020-05-19drm/qxl: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov
2020-04-28drm/qxl: Don't use drm_device->dev_privateDaniel Vetter
2019-10-25drm/qxl: stop using TTM to call driver internal functionsChristian König
2019-10-22drm/qxl: allocate small objects top-downGerd Hoffmann
2019-10-22drm/qxl: switch qxl to &drm_gem_object_funcs.mmapGerd Hoffmann
2019-09-10drm/qxl: use drm_gem_ttm_print_infoGerd Hoffmann
2019-09-10drm/qxl: use drm_gem_object_funcs callbacksGerd Hoffmann
2019-08-06drm/qxl: use embedded gem objectGerd Hoffmann
2019-01-28drm/qxl: implement prime kmap/kunmapGerd Hoffmann
2019-01-28drm/qxl: allow both PRIV and VRAM placement for QXL_GEM_DOMAIN_SURFACEGerd Hoffmann
2019-01-28drm/qxl: drop ttm_mem_reg arg from qxl_hw_surface_alloc()Gerd Hoffmann
2018-11-21qxl: Remove unused qxl_bo_pin argumentsChristophe Fergeau
2018-11-14drm/qxl: remove set but not used variable 'map'YueHaibing
2018-10-30drm/qxl: Use 'unsigned int' instead of 'usigned'Shayenne da Luz Moura
2018-10-30drm/qxl: Remove exceding whitelineShayenne da Luz Moura
2018-10-30drm/qxl: Add line after variable declarationsShayenne da Luz Moura
2018-03-21Merge airlied/drm-next into drm-misc-nextSean Paul
2018-03-21drm/qxl: Replace drm_gem_object_reference/unreference() with _get/put()Santha Meena Ramamoorthy
2018-02-26drm/ttm: drop persistent_swap_storage from ttm_bo_init and coChristian König
2017-12-06drm/ttm: add operation ctx to ttm_bo_validate v2Christian König
2017-06-23drm/qxl: declare a bunch of functions as staticGerd Hoffmann
2017-02-28drm: qxl: Consolidate bo reservation when pinningGabriel Krisman Bertazi
2017-02-02drm: qxl: Embed drm_device into driver structureGabriel Krisman Bertazi
2017-02-02drm: qxl: Drop duplicated device pointer attributeGabriel Krisman Bertazi
2016-09-14drm/ttm: rework handling of private mem typesChristian König
2015-12-15drm/qxl: use to_qxl_bo macroFrediano Ziglio
2015-08-11drm/qxl: Don't take dev->struct_mutex in bo_force_deleteDaniel Vetter
2015-06-05drm/qxl: Move main reference counter to GEM object instead of TTM onesFrediano Ziglio
2014-09-30drm/ttm: add reservation_object as argument to ttm_bo_initMaarten Lankhorst
2014-09-02drm/qxl: rework to new fence interfaceMaarten Lankhorst