[Intel-gfx] [PATCH 3/8] drm/i915/kbl: KBL also needs to run the SAGV code
Paulo Zanoni
paulo.r.zanoni at intel.com
Wed Sep 7 00:52:14 UTC 2016
According to BSpec, it's the "core CPUs" that need the code, which
means SKL and KBL, but not BXT.
I don't have a KBL to test this patch on it.
Signed-off-by: Paulo Zanoni <paulo.r.zanoni at intel.com>
---
drivers/gpu/drm/i915/intel_pm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/i915/intel_pm.c b/drivers/gpu/drm/i915/intel_pm.c
index af75011..baacd95 100644
--- a/drivers/gpu/drm/i915/intel_pm.c
+++ b/drivers/gpu/drm/i915/intel_pm.c
@@ -2887,7 +2887,7 @@ skl_wm_plane_id(const struct intel_plane *plane)
static bool
intel_has_sagv(struct drm_i915_private *dev_priv)
{
- return IS_SKYLAKE(dev_priv);
+ return IS_SKYLAKE(dev_priv) || IS_KABYLAKE(dev_priv);
}
/*
--
2.7.4
More information about the Intel-gfx
mailing list