mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/
synced 2026-04-18 06:33:43 -04:00
drm/vmwgfx: Update device includes for DX device functionality
Add DX includes and move all device includes to a separate directory. Co-authored with Thomas Hellstrom, Charmaine Lee and above all, the VMware device team. Signed-off-by: Sinclair Yeh <syeh@vmware.com> Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Signed-off-by: Charmaine Lee <charmainel@vmware.com>
This commit is contained in:
committed by
Thomas Hellstrom
parent
5101020c78
commit
8ce75f8ab9
@@ -1139,7 +1139,7 @@ int vmw_cmdbuf_set_pool_size(struct vmw_cmdbuf_man *man,
|
||||
* actually call into the already enabled manager, when
|
||||
* binding the MOB.
|
||||
*/
|
||||
if (!(dev_priv->capabilities & SVGA_CAP_CMD_BUFFERS_3))
|
||||
if (!(dev_priv->capabilities & SVGA_CAP_DX))
|
||||
return -ENOMEM;
|
||||
|
||||
ret = ttm_bo_create(&dev_priv->bdev, size, ttm_bo_type_device,
|
||||
|
||||
Reference in New Issue
Block a user