فهرست منبع

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: Dave Airlie <airlied@redhat.com>
Dave Airlie 11 سال پیش
والد
کامیت
21136946c4
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      drivers/gpu/drm/vmwgfx/vmwgfx_drv.c

+ 2 - 0
drivers/gpu/drm/vmwgfx/vmwgfx_drv.c

@@ -482,7 +482,9 @@ static int vmw_dma_select_mode(struct vmw_private *dev_priv)
 		dev_priv->map_mode = vmw_dma_map_populate;
 		dev_priv->map_mode = vmw_dma_map_populate;
 #endif
 #endif
 
 
+#ifdef CONFIG_INTEL_IOMMU
 out_fixup:
 out_fixup:
+#endif
 	if (dev_priv->map_mode == vmw_dma_map_populate &&
 	if (dev_priv->map_mode == vmw_dma_map_populate &&
 	    vmw_restrict_iommu)
 	    vmw_restrict_iommu)
 		dev_priv->map_mode = vmw_dma_map_bind;
 		dev_priv->map_mode = vmw_dma_map_bind;