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

Commit 26a201a2 authored by Jian Jun Chen's avatar Jian Jun Chen Committed by Zhenyu Wang
Browse files

drm/i915/gvt: Extend KBL platform support in GVT-g



Extend KBL platform support in GVT-g. Validation tests
are done on KBL server and KBL NUC. Both show the same
quality.

Signed-off-by: default avatarJian Jun Chen <jian.jun.chen@intel.com>
Cc: Zhenyu Wang <zhenyuw@linux.intel.com>
Signed-off-by: default avatarZhenyu Wang <zhenyuw@linux.intel.com>
parent f43aa31f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ static bool is_supported_device(struct drm_i915_private *dev_priv)
		return true;
	if (IS_SKYLAKE(dev_priv))
		return true;
	if (IS_KABYLAKE(dev_priv) && INTEL_DEVID(dev_priv) == 0x591D)
	if (IS_KABYLAKE(dev_priv))
		return true;
	return false;
}