mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 20:38:06 +02:00
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>
This commit is contained in:
parent
50e58966fa
commit
5961189f4e
1 changed files with 1 additions and 0 deletions
|
|
@ -96,6 +96,7 @@ vmw_winsys_create( int fd )
|
|||
if (!vmw_ioctl_init(vws))
|
||||
goto out_no_ioctl;
|
||||
|
||||
vws->base.have_transfer_from_buffer_cmd = vws->base.have_vgpu10;
|
||||
vws->fence_ops = vmw_fence_ops_create(vws);
|
||||
if (!vws->fence_ops)
|
||||
goto out_no_fence_ops;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue