aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf_res.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-09drm/vmwgfx: Use list_move_tail instead of list_del/list_add_tail in vmwgfx_cmdbuf_res.cBaokun Li1-2/+1
2021-06-12drm/vmwgfx: Fix some static checker warningsZack Rusin1-1/+3
2021-01-19drm/vmwgfx/vmwgfx_cmdbuf_res: Remove unused variable 'ret'Lee Jones1-3/+1
2021-01-19drm/vmwgfx/vmwgfx_cmdbuf_res: Rename param description and remove anotherLee Jones1-3/+1
2020-01-15drm/vmwgfx: prevent memory leak in vmw_cmdbuf_res_addNavid Emamdoost1-1/+3
2018-09-28drm/vmwgfx: Don't refcount command-buffer managed resource lookups during command buffer validationThomas Hellstrom1-2/+1
2018-06-29drm/vmwgfx: add SPDX idenitifier and clarify licenseDirk Hohndel (VMware)1-2/+2
2017-07-17drm/vmwgfx: Fix NULL pointer comparisonRavikant B Sharma1-2/+2
2017-06-26drm/vmwgfx: Free hash table allocated by cmdbuf managed res mgrDeepak Rawat1-0/+1
2015-08-12drm/vmwgfx: Fix copyright headersSinclair Yeh1-1/+1
2015-08-12drm/vmwgfx: Initial DX supportThomas Hellstrom1-10/+14
2014-10-31drm/vmwgfx: Fix hash key computationThomas Hellstrom1-1/+2
2014-07-04drm/vmwgfx: Fix compat shader namespaceThomas Hellstrom1-0/+341