提交 6c46c2e8 编写于 作者: F fred gao 提交者: Zhenyu Wang

drm/i915: Enable gfx virtualization for Coffeelake platform

Enable gfx virtualization for CFL.
Reviewed-by: NZhenyu Wang <zhenyuw@linux.intel.com>
Signed-off-by: Nfred gao <fred.gao@intel.com>
Signed-off-by: NZhenyu Wang <zhenyuw@linux.intel.com>
上级 5807bb4d
......@@ -49,6 +49,9 @@ static bool is_supported_device(struct drm_i915_private *dev_priv)
return true;
if (IS_BROXTON(dev_priv))
return true;
if (IS_COFFEELAKE(dev_priv))
return true;
return false;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册