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

Commit 6c46c2e8 authored by fred gao's avatar fred gao Committed by Zhenyu Wang
Browse files

drm/i915: Enable gfx virtualization for Coffeelake platform



Enable gfx virtualization for CFL.

Reviewed-by: default avatarZhenyu Wang <zhenyuw@linux.intel.com>
Signed-off-by: default avatarfred gao <fred.gao@intel.com>
Signed-off-by: default avatarZhenyu Wang <zhenyuw@linux.intel.com>
parent 5807bb4d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;
}