Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 21136946 authored by Dave Airlie's avatar Dave Airlie
Browse files

drm/vmwgfx: fix warning if config intel iommu is off.



Though I'm not really happy with how ugly this code is now.

Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 4c60fac1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -482,7 +482,9 @@ static int vmw_dma_select_mode(struct vmw_private *dev_priv)
		dev_priv->map_mode = vmw_dma_map_populate;
#endif

#ifdef CONFIG_INTEL_IOMMU
out_fixup:
#endif
	if (dev_priv->map_mode == vmw_dma_map_populate &&
	    vmw_restrict_iommu)
		dev_priv->map_mode = vmw_dma_map_bind;