summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_blit.c
AgeCommit message (Expand)AuthorLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-4/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-4/+4
2025-04-14drm/vmwgfx: Test for imported buffers with drm_gem_is_imported()Thomas Zimmermann-2/+2
2024-10-10drm/vmwgfx: Remove unnecessary NULL checks before kvfree()Thorsten Blum-4/+2
2024-08-26drm/vmwgfx: Fix prime with external buffersZack Rusin-4/+110
2024-04-15drm/vmwgfx: Fix prime import/exportZack Rusin-3/+32
2022-10-27drm/ttm: rework on ttm_resource to use size_t typeSomalapuram Amaranath-2/+2
2021-06-02drm/ttm: rename bo->mem and make it a pointerChristian König-4/+4
2021-05-11drm/vmwgfx: Add basic support for SVGA3Zack Rusin-1/+1
2021-01-21drm/ttm: device naming cleanupChristian König-2/+2
2021-01-19drm/vmwgfx/vmwgfx_blit: Add description for 'vmw_bo_cpu_blit's 'diff' paramLee Jones-0/+1
2020-12-14drm/ttm: cleanup BO size handling v3Christian König-2/+2
2020-10-15drm/ttm: use caching instead of placement for ttm_io_protChristian König-2/+2
2020-09-24drm/vmwgfx: switch over to the new pin interface v2Christian König-2/+2
2020-09-16drm/ttm/tt: add wrappers to set tt state.Dave Airlie-2/+2
2020-09-08drm/ttm: remove bdev from ttm_ttDave Airlie-2/+2
2020-06-04drm: remove drm specific kmap_atomic codeIra Weiny-8/+9
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König-2/+2
2019-08-06drm/vmwgfx: switch driver from bo->resv to bo->base.resvGerd Hoffmann-2/+2
2019-08-05dma-buf: add more reservation object locking wrappersChristian König-2/+2
2018-06-29drm/vmwgfx: add SPDX idenitifier and clarify licenseDirk Hohndel (VMware)-1/+2
2018-03-22drm/vmwgfx: Add a cpu blit utility that can be used for page-backed bosThomas Hellstrom-0/+506