summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf_res.c
Commit message (Expand)AuthorAgeFilesLines
* drm/vmwgfx: Remove the dedicated memory accountingZack Rusin2021-12-091-19/+0
* drm/vmwgfx: Copy DRM hash-table code into driverThomas Zimmermann2021-11-301-12/+12
* drm/vmwgfx: Use list_move_tail instead of list_del/list_add_tail in vmwgfx_cm...Baokun Li2021-08-091-2/+1
* drm/vmwgfx: Fix some static checker warningsZack Rusin2021-06-121-1/+3
* drm/vmwgfx/vmwgfx_cmdbuf_res: Remove unused variable 'ret'Lee Jones2021-01-191-3/+1
* drm/vmwgfx/vmwgfx_cmdbuf_res: Rename param description and remove anotherLee Jones2021-01-191-3/+1
* drm/vmwgfx: prevent memory leak in vmw_cmdbuf_res_addNavid Emamdoost2020-01-151-1/+3
* drm/vmwgfx: Don't refcount command-buffer managed resource lookups during com...Thomas Hellstrom2018-09-281-2/+1
* drm/vmwgfx: add SPDX idenitifier and clarify licenseDirk Hohndel (VMware)2018-06-291-2/+2
* drm/vmwgfx: Fix NULL pointer comparisonRavikant B Sharma2017-07-171-2/+2
* drm/vmwgfx: Free hash table allocated by cmdbuf managed res mgrDeepak Rawat2017-06-261-0/+1
* drm/vmwgfx: Fix copyright headersSinclair Yeh2015-08-121-1/+1
* drm/vmwgfx: Initial DX supportThomas Hellstrom2015-08-121-10/+14
* drm/vmwgfx: Fix hash key computationThomas Hellstrom2014-10-311-1/+2
* drm/vmwgfx: Fix compat shader namespaceThomas Hellstrom2014-07-041-0/+341