winsys/svga: Enable the transfer_from_buffer GPU command for vgpu10
authorThomas Hellstrom <thellstrom@vmware.com>
Tue, 2 Apr 2019 10:44:11 +0000 (12:44 +0200)
committerThomas Hellstrom <thellstrom@vmware.com>
Thu, 2 May 2019 07:50:52 +0000 (09:50 +0200)
commit5961189f4e6d345651b04c547fbd1439379c6f33
tree749f67a05c0db603e4646a1e6f80209fafef6868
parent50e58966fac906b85401b196ca0e997fc2259ecf
winsys/svga: Enable the transfer_from_buffer GPU command for vgpu10

We didn't have the path using this command enabled as
typically we take an alternate path using DMA uploads.
Emable it so that we can exercise that code-path by turning off
the DMA path.

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/gallium/winsys/svga/drm/vmw_screen.c