aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_validation.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-09drm/vmwgfx: Remove the dedicated memory accountingZack Rusin1-8/+5
2021-11-30drm/vmwgfx: Copy DRM hash-table code into driverThomas Zimmermann1-11/+11
2021-06-12drm/vmwgfx: Fix some static checker warningsZack Rusin1-2/+2
2021-05-11drm/vmwgfx: Add basic support for SVGA3Zack Rusin1-1/+1
2021-04-29drm/vmwgfx/vmwgfx_validation: Use flexible-array member instead of zero-length arrayZou Wei1-1/+1
2021-01-19drm/vmwgfx/vmwgfx_validation: Add some missing struct member/function param descriptionsLee Jones1-2/+3
2020-09-24drm/vmwgfx: switch over to the new pin interface v2Christian König1-1/+1
2019-11-06drm/vmwgfx: Implement an infrastructure for read-coherent resourcesThomas Hellstrom1-1/+2
2019-11-06drm/vmwgfx: Implement an infrastructure for write-coherent resourcesThomas Hellstrom1-0/+71
2019-10-25drm/ttm, drm/vmwgfx: move cpu_writers handling into vmwgfxChristian König1-0/+3
2019-04-08drm/vmwgfx: Add a new define for vmwgfx user-space debuggingDeepak Rawat1-2/+1
2019-04-08drm/vmwgfx: Be more restrictive when dirtying resourcesThomas Hellstrom1-9/+49
2019-01-28drm/vmwgfx: Replace ttm_bo_unref with ttm_bo_putThomas Zimmermann1-2/+4
2018-12-25Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+1
2018-12-13drm/vmwgfx: Protect from excessive execbuf kernel memory allocations v3Thomas Hellstrom1-1/+20
2018-12-07drm/ttm: allow reserving more than one shared slot v3Christian König1-1/+1
2018-09-28drm/vmwgfx: Adapt validation code for reference-free lookupsThomas Hellstrom1-4/+57
2018-09-27drm/vmwgfx: Use a validation context allocator for relocations and validationsThomas Hellstrom1-17/+75
2018-09-27drm/vmwgfx: Modify the resource validation interfaceThomas Hellstrom1-1/+1
2018-09-27drm/vmwgfx: Add a validation module v2Thomas Hellstrom1-0/+659