summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_page_dirty.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-14drm/vmwgfx: Stop using raw ttm_buffer_object'sZack Rusin1-27/+24
2023-02-14drm/vmwgfx: Rename vmw_buffer_object to vmw_boZack Rusin1-13/+14
2022-10-27drm/ttm: rework on ttm_resource to use size_t typeSomalapuram Amaranath1-3/+3
2021-12-09drm/vmwgfx: Remove the dedicated memory accountingZack Rusin1-19/+1
2021-11-05drm/ttm: remove ttm_bo_vm_insert_huge()Jason Gunthorpe1-71/+1
2021-06-02drm/ttm: rename bo->mem and make it a pointerChristian König1-4/+4
2021-03-13mm: use is_cow_mapping() across tree where properPeter Xu1-3/+1
2020-12-14drm/ttm: cleanup BO size handling v3Christian König1-4/+4
2020-10-07drm/ttm: remove ttm_bo_unmap_virtual_locked declaration v2Christian König1-1/+1
2020-03-24drm/vmwgfx: Support huge page faultsThomas Hellstrom (VMware)1-1/+73
2020-03-24drm/ttm, drm/vmwgfx: Support huge TTM pagefaultsThomas Hellstrom (VMware)1-1/+1
2020-03-16drm/vmwgfx: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2019-11-06drm/vmwgfx: Implement an infrastructure for read-coherent resourcesThomas Hellstrom1-5/+72
2019-11-06drm/vmwgfx: Implement an infrastructure for write-coherent resourcesThomas Hellstrom1-0/+421