Skip to content

vrend: flush/invalidate host-only blob resources

David Stevens requested to merge dgstevens/virglrenderer:flush-blobs into master

Although blob resources without guest storage do not require copying data to/from the guest iovec, they may still require cache management when transferring to/from the guest. When these resources are minigbm-based, we can map+unmap them to synchronize the cache.

Signed-off-by: David Stevens stevensd@chromium.org

Merge request reports