projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8e61f1
)
drm/i915: coffeelake supports hdcp2.2
author
Juston Li
<juston.li@intel.com>
Fri, 11 Oct 2019 18:19:18 +0000
(11:19 -0700)
committer
Lyude Paul
<lyude@redhat.com>
Fri, 22 Nov 2019 19:11:58 +0000
(14:11 -0500)
This includes other platforms that utilize the same gen graphics as
CFL: AML, WHL and CML.
Signed-off-by: Juston Li <juston.li@intel.com>
Reviewed-by: Ramalingam C <ramalingam.c@intel.com>
Signed-off-by: Lyude Paul <lyude@redhat.com>
Link:
https://patchwork.freedesktop.org/patch/msgid/20191011181918.29618-1-juston.li@intel.com
drivers/gpu/drm/i915/display/intel_hdcp.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/display/intel_hdcp.c
b/drivers/gpu/drm/i915/display/intel_hdcp.c
index f1f41ca8402bf79585047d2c269c6bbe40675e4b..001ce27d702943fbee3b32dd7fc7ff2688a559e7 100644
(file)
--- a/
drivers/gpu/drm/i915/display/intel_hdcp.c
+++ b/
drivers/gpu/drm/i915/display/intel_hdcp.c
@@
-1887,7
+1887,7
@@
static bool is_hdcp2_supported(struct drm_i915_private *dev_priv)
return false;
return (INTEL_GEN(dev_priv) >= 10 || IS_GEMINILAKE(dev_priv) ||
- IS_KABYLAKE(dev_priv));
+ IS_KABYLAKE(dev_priv)
|| IS_COFFEELAKE(dev_priv)
);
}
void intel_hdcp_component_init(struct drm_i915_private *dev_priv)