summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_pm.c
diff options
context:
space:
mode:
authorMahesh Kumar <mahesh1.kumar@intel.com>2018-10-11 15:57:25 -0700
committerPaulo Zanoni <paulo.r.zanoni@intel.com>2018-10-15 12:34:09 -0700
commit04c388d429568f03e2719bfb56ebfdb115896bd0 (patch)
tree88377c1176831412e654f200d7897a0078d22b43 /drivers/gpu/drm/i915/intel_pm.c
parent9d3eb2c33f03432a25a6a3ab3177f839f25cbaf5 (diff)
downloadlinux-stable-04c388d429568f03e2719bfb56ebfdb115896bd0.tar.gz
linux-stable-04c388d429568f03e2719bfb56ebfdb115896bd0.tar.bz2
linux-stable-04c388d429568f03e2719bfb56ebfdb115896bd0.zip
drm/i915/icl: enable SAGV for ICL platform
Enable SAGV for ICL platform. Cc: Gwan-gyeong Mun <gwan-gyeong.mun@intel.com> Tested-by: Gwan-gyeong Mun <gwan-gyeong.mun@intel.com> Reviewed-by: James Ausmus <james.ausmus@intel.com> Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com> Signed-off-by: Mahesh Kumar <mahesh1.kumar@intel.com> Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20181011225725.21208-1-paulo.r.zanoni@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/intel_pm.c')
-rw-r--r--drivers/gpu/drm/i915/intel_pm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_pm.c b/drivers/gpu/drm/i915/intel_pm.c
index fa5c48778a80..67a4d0735291 100644
--- a/drivers/gpu/drm/i915/intel_pm.c
+++ b/drivers/gpu/drm/i915/intel_pm.c
@@ -3613,7 +3613,7 @@ static bool
intel_has_sagv(struct drm_i915_private *dev_priv)
{
if (IS_KABYLAKE(dev_priv) || IS_COFFEELAKE(dev_priv) ||
- IS_CANNONLAKE(dev_priv))
+ IS_CANNONLAKE(dev_priv) || IS_ICELAKE(dev_priv))
return true;
if (IS_SKYLAKE(dev_priv) &&