projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d3eb2c
)
drm/i915/icl: enable SAGV for ICL platform
author
Mahesh Kumar
<mahesh1.kumar@intel.com>
Thu, 11 Oct 2018 22:57:25 +0000
(15:57 -0700)
committer
Paulo Zanoni
<paulo.r.zanoni@intel.com>
Mon, 15 Oct 2018 19:34:09 +0000
(12:34 -0700)
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
drivers/gpu/drm/i915/intel_pm.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/intel_pm.c
b/drivers/gpu/drm/i915/intel_pm.c
index fa5c48778a8041798d8a797c7b75bcdba9dd7f7f..67a4d0735291a235a99f3ead443eada6b99f48cc 100644
(file)
--- 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) &&