summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_so.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-26Merge tag 'flex-array-transformations-6.4-rc1' of git://git.kernel.org/pub/sc...Linus Torvalds1-1/+1
2023-03-06drm/vmwgfx: Replace one-element array with flexible-array memberGustavo A. R. Silva1-1/+1
2023-02-13drm/vmwgfx: Stop using raw ttm_buffer_object'sZack Rusin1-1/+1
2023-02-13drm/vmwgfx: Abstract placement selectionZack Rusin1-1/+3
2021-12-09drm/vmwgfx: support SVGA_3D_CMD_DX_DEFINE_RASTERIZER_STATE_V2 commandRoland Scheidegger1-0/+4
2021-12-09drm/vmwgfx: Remove the dedicated memory accountingZack Rusin1-16/+1
2021-06-12drm/vmwgfx: Fix some static checker warningsZack Rusin1-1/+2
2021-05-11drm/vmwgfx: Add basic support for SVGA3Zack Rusin1-1/+1
2021-04-29drm/vmwgfx: Fix a typoBhaskar Chowdhury1-1/+1
2021-01-19drm/vmwgfx/vmwgfx_so: Add description for 'vmw_view's 'rcu' memberLee Jones1-0/+1
2021-01-14drm/vmwgfx: Cleanup the cmd/fifo splitZack Rusin1-4/+4
2020-03-23drm/vmwgfx: Add support for UA view commandsDeepak Rawat1-4/+8
2019-04-08drm/vmwgfx: Use preprocessor macro for FIFO allocationDeepak Rawat1-8/+4
2019-04-08drm/vmwgfx: Add a new define for vmwgfx user-space debuggingDeepak Rawat1-5/+4
2019-04-08drm/vmwgfx: Be more restrictive when dirtying resourcesThomas Hellstrom1-0/+24
2018-09-28drm/vmwgfx: Don't refcount cotable lookups during command buffer validationThomas Hellstrom1-1/+2
2018-09-27drm/vmwgfx: Remove the resource avail fieldThomas Hellstrom1-1/+1
2018-09-27drm/vmwgfx: Replace unconditional mutex unlocked warnings with lockdep counte...Thomas Hellstrom1-3/+3
2018-06-29drm/vmwgfx: add SPDX idenitifier and clarify licenseDirk Hohndel (VMware)1-2/+2
2017-12-27drm/ttm: use an operation ctx for ttm_mem_global_allocRoger He1-1/+5
2015-08-12drm/vmwgfx: Fix copyright headersSinclair Yeh1-1/+1
2015-08-12drm/vmwgfx: Initial DX supportThomas Hellstrom1-0/+555