summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_validation.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/vmwgfx: Stop using raw ttm_buffer_object'sZack Rusin2023-02-141-33/+29
* drm/vmwgfx: Abstract placement selectionZack Rusin2023-02-141-55/+19
* drm/vmwgfx: Rename vmw_buffer_object to vmw_boZack Rusin2023-02-141-14/+16
* drm/vmwgfx: Refactor resource validation hashtable to use linux/hashtable imp...Maaz Mombasawala2022-10-251-28/+27
* drm/vmwgfx: Remove the dedicated memory accountingZack Rusin2021-12-091-8/+5
* drm/vmwgfx: Copy DRM hash-table code into driverThomas Zimmermann2021-11-301-11/+11
* drm/vmwgfx: Fix some static checker warningsZack Rusin2021-06-121-2/+2
* drm/vmwgfx: Add basic support for SVGA3Zack Rusin2021-05-111-1/+1
* drm/vmwgfx/vmwgfx_validation: Use flexible-array member instead of zero-lengt...Zou Wei2021-04-291-1/+1
* drm/vmwgfx/vmwgfx_validation: Add some missing struct member/function param d...Lee Jones2021-01-191-2/+3
* drm/vmwgfx: switch over to the new pin interface v2Christian König2020-09-241-1/+1
* drm/vmwgfx: Implement an infrastructure for read-coherent resourcesThomas Hellstrom2019-11-061-1/+2
* drm/vmwgfx: Implement an infrastructure for write-coherent resourcesThomas Hellstrom2019-11-061-0/+71
* drm/ttm, drm/vmwgfx: move cpu_writers handling into vmwgfxChristian König2019-10-251-0/+3
* drm/vmwgfx: Add a new define for vmwgfx user-space debuggingDeepak Rawat2019-04-081-2/+1
* drm/vmwgfx: Be more restrictive when dirtying resourcesThomas Hellstrom2019-04-081-9/+49
* drm/vmwgfx: Replace ttm_bo_unref with ttm_bo_putThomas Zimmermann2019-01-281-2/+4
* Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-12-251-1/+1
|\
| * drm/ttm: allow reserving more than one shared slot v3Christian König2018-12-071-1/+1
* | drm/vmwgfx: Protect from excessive execbuf kernel memory allocations v3Thomas Hellstrom2018-12-131-1/+20
|/
* drm/vmwgfx: Adapt validation code for reference-free lookupsThomas Hellstrom2018-09-281-4/+57
* drm/vmwgfx: Use a validation context allocator for relocations and validationsThomas Hellstrom2018-09-271-17/+75
* drm/vmwgfx: Modify the resource validation interfaceThomas Hellstrom2018-09-271-1/+1
* drm/vmwgfx: Add a validation module v2Thomas Hellstrom2018-09-271-0/+659