aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_blit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-02drm/ttm: rename bo->mem and make it a pointerChristian König1-4/+4
2021-05-11drm/vmwgfx: Add basic support for SVGA3Zack Rusin1-1/+1
2021-01-21drm/ttm: device naming cleanupChristian König1-2/+2
2021-01-19drm/vmwgfx/vmwgfx_blit: Add description for 'vmw_bo_cpu_blit's 'diff' paramLee Jones1-0/+1
2020-12-14drm/ttm: cleanup BO size handling v3Christian König1-2/+2
2020-10-15drm/ttm: use caching instead of placement for ttm_io_protChristian König1-2/+2
2020-09-24drm/vmwgfx: switch over to the new pin interface v2Christian König1-2/+2
2020-09-16drm/ttm/tt: add wrappers to set tt state.Dave Airlie1-2/+2
2020-09-08drm/ttm: remove bdev from ttm_ttDave Airlie1-2/+2
2020-06-04drm: remove drm specific kmap_atomic codeIra Weiny1-8/+9
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König1-2/+2
2019-08-06drm/vmwgfx: switch driver from bo->resv to bo->base.resvGerd Hoffmann1-2/+2
2019-08-05dma-buf: add more reservation object locking wrappersChristian König1-2/+2
2018-06-29drm/vmwgfx: add SPDX idenitifier and clarify licenseDirk Hohndel (VMware)1-1/+2
2018-03-22drm/vmwgfx: Add a cpu blit utility that can be used for page-backed bosThomas Hellstrom1-0/+506