* [PATCH] drm/i915: Don't allow HDCP on PORT E/F
@ 2018-01-09 18:53 Sean Paul
2018-01-09 19:36 ` ✗ Fi.CI.BAT: failure for " Patchwork
0 siblings, 1 reply; 2+ messages in thread
From: Sean Paul @ 2018-01-09 18:53 UTC (permalink / raw)
To: intel-gfx, dri-devel, seanpaul
Port E doesn't have HDCP support, and Port F is disabled. Don't setup
the hdcp shim on those.
Reviewed-by: Daniel Vetter <daniel@ffwll.ch>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
---
drivers/gpu/drm/i915/intel_hdmi.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/i915/intel_hdmi.c b/drivers/gpu/drm/i915/intel_hdmi.c
index 22251ad48b3b..09b52d218fd4 100644
--- a/drivers/gpu/drm/i915/intel_hdmi.c
+++ b/drivers/gpu/drm/i915/intel_hdmi.c
@@ -2296,7 +2296,8 @@ void intel_hdmi_init_connector(struct intel_digital_port *intel_dig_port,
intel_hdmi_add_properties(intel_hdmi, connector);
- if (INTEL_GEN(dev_priv) >= 9) {
+ /* PORT E doesn't have HDCP, and PORT F is disabled */
+ if (INTEL_GEN(dev_priv) >= 9 && port < PORT_E) {
int ret = intel_hdcp_init(intel_connector,
&intel_hdmi_hdcp_shim);
if (ret)
--
2.15.1.620.gb9897f4670-goog
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply related [flat|nested] 2+ messages in thread
* ✗ Fi.CI.BAT: failure for drm/i915: Don't allow HDCP on PORT E/F
2018-01-09 18:53 [PATCH] drm/i915: Don't allow HDCP on PORT E/F Sean Paul
@ 2018-01-09 19:36 ` Patchwork
0 siblings, 0 replies; 2+ messages in thread
From: Patchwork @ 2018-01-09 19:36 UTC (permalink / raw)
To: Sean Paul; +Cc: intel-gfx
== Series Details ==
Series: drm/i915: Don't allow HDCP on PORT E/F
URL : https://patchwork.freedesktop.org/series/36214/
State : failure
== Summary ==
Applying: drm/i915: Don't allow HDCP on PORT E/F
Using index info to reconstruct a base tree...
M drivers/gpu/drm/i915/intel_hdmi.c
Falling back to patching base and 3-way merge...
No changes -- Patch already applied.
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-01-09 19:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-09 18:53 [PATCH] drm/i915: Don't allow HDCP on PORT E/F Sean Paul
2018-01-09 19:36 ` ✗ Fi.CI.BAT: failure for " Patchwork
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox