intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH v3 0/2] HDCP 2.2 Comp fixes
@ 2020-02-20 12:32 Anshuman Gupta
  2020-02-20 12:32 ` [Intel-gfx] [PATCH v3 1/2] drm/i915/hdcp: Mandate (seq_num_V==0) at first RecvId msg Anshuman Gupta
                   ` (9 more replies)
  0 siblings, 10 replies; 21+ messages in thread
From: Anshuman Gupta @ 2020-02-20 12:32 UTC (permalink / raw)
  To: intel-gfx

Adding ram's RB on patch1 and a new patch to fix DP HDCP Auth.

Anshuman Gupta (2):
  drm/i915/hdcp: Mandate (seq_num_V==0) at first RecvId msg
  drm/i915/hdcp: Return 0 on config_stream_type() +ve return

 drivers/gpu/drm/i915/display/intel_hdcp.c | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

-- 
2.24.0

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 21+ messages in thread
* [Intel-gfx] [PATCH v2 0/1] HDCP 2.2 Comp fixes
@ 2020-02-12  8:41 Anshuman Gupta
  2020-02-14  7:09 ` [Intel-gfx] ✓ Fi.CI.IGT: success for " Patchwork
  0 siblings, 1 reply; 21+ messages in thread
From: Anshuman Gupta @ 2020-02-12  8:41 UTC (permalink / raw)
  To: intel-gfx


Anshuman Gupta (1):
  drm/i915/hdcp: Mandate zero seq_num_V at first RecvId msg

 drivers/gpu/drm/i915/display/intel_hdcp.c | 6 ++++++
 1 file changed, 6 insertions(+)

-- 
2.24.0

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 21+ messages in thread
* [Intel-gfx] [PATCH 0/2] HDCP 2.2 Comp fixes
@ 2020-02-06 15:04 Anshuman Gupta
  2020-02-09  9:28 ` [Intel-gfx] ✓ Fi.CI.IGT: success for " Patchwork
  0 siblings, 1 reply; 21+ messages in thread
From: Anshuman Gupta @ 2020-02-06 15:04 UTC (permalink / raw)
  To: intel-gfx

There are few minor fixes required to pass the HDCP 2.2
Compliance.

Anshuman Gupta (2):
  drm/i915/hdcp: Fix 1B-06 HDCP2.2 Comp test
  drm/i915/hdcp: Fix 1B-10 HDCP 2.2 Comp test

 .../drm/i915/display/intel_display_types.h    |  6 +++
 drivers/gpu/drm/i915/display/intel_hdcp.c     | 45 +++++++++++++++++--
 2 files changed, 47 insertions(+), 4 deletions(-)

-- 
2.24.0

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2020-03-04  1:43 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-20 12:32 [Intel-gfx] [PATCH v3 0/2] HDCP 2.2 Comp fixes Anshuman Gupta
2020-02-20 12:32 ` [Intel-gfx] [PATCH v3 1/2] drm/i915/hdcp: Mandate (seq_num_V==0) at first RecvId msg Anshuman Gupta
2020-02-20 12:32 ` [Intel-gfx] [PATCH v3 2/2] drm/i915/hdcp: Return 0 on config_stream_type() +ve return Anshuman Gupta
2020-03-02 14:08   ` Ramalingam C
2020-03-03  5:24   ` [Intel-gfx] [PATCH v4 2/2] drm/i915/hdcp: Fix config_stream_type() ret value Anshuman Gupta
2020-03-03  5:43     ` Ramalingam C
2020-03-03  5:52       ` Anshuman Gupta
2020-03-03  6:25         ` Ramalingam C
2020-03-03  7:38   ` Anshuman Gupta
2020-03-03 10:20     ` Ramalingam C
2020-03-03 12:45   ` Anshuman Gupta
2020-02-20 20:25 ` [Intel-gfx] ✓ Fi.CI.BAT: success for HDCP 2.2 Comp fixes Patchwork
2020-02-23  5:35 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork
2020-03-03  6:05 ` [Intel-gfx] ✗ Fi.CI.DOCS: warning for HDCP 2.2 Comp fixes (rev2) Patchwork
2020-03-03  6:16 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2020-03-03  8:15 ` [Intel-gfx] ✗ Fi.CI.DOCS: warning for HDCP 2.2 Comp fixes (rev3) Patchwork
2020-03-03  8:26 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2020-03-03 16:53 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork
2020-03-04  1:43 ` [Intel-gfx] [PATCH v3 0/2] HDCP 2.2 Comp fixes Ramalingam C
  -- strict thread matches above, loose matches on Subject: below --
2020-02-12  8:41 [Intel-gfx] [PATCH v2 0/1] " Anshuman Gupta
2020-02-14  7:09 ` [Intel-gfx] ✓ Fi.CI.IGT: success for " Patchwork
2020-02-06 15:04 [Intel-gfx] [PATCH 0/2] " Anshuman Gupta
2020-02-09  9:28 ` [Intel-gfx] ✓ Fi.CI.IGT: success for " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).