public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t v8 0/8] HDCP2.2 Tests
@ 2019-07-03  9:54 Ramalingam C
  2019-07-03  9:54 ` [igt-dev] [PATCH i-g-t v8 1/8] kms_content_protection: Tests are defined by flags Ramalingam C
                   ` (12 more replies)
  0 siblings, 13 replies; 17+ messages in thread
From: Ramalingam C @ 2019-07-03  9:54 UTC (permalink / raw)
  To: igt-dev; +Cc: Daniel Vetter

      This series adds tests for:
	1. content_type which is added for HDCP2.2.
	     Adds a new test for Type1.
	2. Adds another test for Type1 -> Type0.
	3. teardown and rebuild of i915-mei interface.
	     Removes the mei_hdcp and reloads it and test for HDCP2.2.
	4. Test for SRM write and kernel validation
	5 Link Integrity check is converted as a separate subtest
	6. Subtest is added to test the uevent for HDCP state change.

v8:
  Failure to receive the uevent is handled as a failure [uma]
  captured all r-b received from reviewers.

Thanks Uma and Daniel for the review. With this, if ci is happy,  we can
merge the series.

Ramalingam C (8):
  kms_content_protection: Tests are defined by flags
  kms_content_protection: Link Integrity Check subtest
  kms_content_protection: Content type support
  kms_content_protection: test teardown and rebuild of I915-mei I/F
  kms_content_protection: test content type change
  kms_content_protection: uevent for HDCP status change
  kms_content_protection: SRM Testing
  DO NOT MERGE: CP in fast feedback list

 lib/igt_kms.c                         |   1 +
 lib/igt_kms.h                         |   1 +
 tests/intel-ci/fast-feedback.testlist |   3 +
 tests/kms_content_protection.c        | 365 ++++++++++++++++++++++++--
 4 files changed, 348 insertions(+), 22 deletions(-)

-- 
2.19.1

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 17+ messages in thread
* [igt-dev] [PATCH i-g-t v8 0/8] HDCP2.2 Tests
@ 2019-07-03  8:02 Ramalingam C
  0 siblings, 0 replies; 17+ messages in thread
From: Ramalingam C @ 2019-07-03  8:02 UTC (permalink / raw)
  To: igt-dev; +Cc: Daniel Vetter

      This series adds tests for:
	1. content_type which is added for HDCP2.2.
	     Adds a new test for Type1.
	2. Adds another test for Type1 -> Type0.
	3. teardown and rebuild of i915-mei interface.
	     Removes the mei_hdcp and reloads it and test for HDCP2.2.
	4. Test for SRM write and kernel validation
	5 Link Integrity check is converted as a separate subtest
	6. Subtest is added to test the uevent for HDCP state change.

v8:
  Failure to receive the uevent is handled as a failure [uma]
  captured all r-b received from reviewers.

Thanks Uma and Daniel for the review. With this, if ci is happy,  we can
merge the series.

Ramalingam C (8):
  kms_content_protection: Tests are defined by flags
  kms_content_protection: Link Integrity Check subtest
  kms_content_protection: Content type support
  kms_content_protection: test teardown and rebuild of I915-mei I/F
  kms_content_protection: test content type change
  kms_content_protection: uevent for HDCP status change
  kms_content_protection: SRM Testing
  DO NOT MERGE: CP in fast feedback list

 lib/igt_kms.c                         |   1 +
 lib/igt_kms.h                         |   1 +
 tests/intel-ci/fast-feedback.testlist |   3 +
 tests/kms_content_protection.c        | 365 ++++++++++++++++++++++++--
 4 files changed, 348 insertions(+), 22 deletions(-)

-- 
2.19.1

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

end of thread, other threads:[~2019-08-06 18:03 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-03  9:54 [igt-dev] [PATCH i-g-t v8 0/8] HDCP2.2 Tests Ramalingam C
2019-07-03  9:54 ` [igt-dev] [PATCH i-g-t v8 1/8] kms_content_protection: Tests are defined by flags Ramalingam C
2019-07-03  9:54 ` [igt-dev] [PATCH i-g-t v8 2/8] kms_content_protection: Link Integrity Check subtest Ramalingam C
2019-07-03  9:54 ` [igt-dev] [PATCH i-g-t v8 3/8] kms_content_protection: Content type support Ramalingam C
2019-07-03  9:54 ` [igt-dev] [PATCH i-g-t v8 4/8] kms_content_protection: test teardown and rebuild of I915-mei I/F Ramalingam C
2019-07-03  9:54 ` [igt-dev] [PATCH i-g-t v8 5/8] kms_content_protection: test content type change Ramalingam C
2019-07-03  9:54 ` [igt-dev] [PATCH i-g-t v8 6/8] kms_content_protection: uevent for HDCP status change Ramalingam C
2019-07-12  4:29   ` [igt-dev] [PATCH i-g-t v9 " Ramalingam C
2019-07-03  9:54 ` [igt-dev] [PATCH i-g-t v8 7/8] kms_content_protection: SRM Testing Ramalingam C
2019-07-03  9:54 ` [igt-dev] [PATCH i-g-t v8 8/8] DO NOT MERGE: CP in fast feedback list Ramalingam C
2019-07-03 17:22 ` [igt-dev] ✓ Fi.CI.BAT: success for HDCP2.2 Tests (rev9) Patchwork
2019-07-04 19:12 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2019-07-08 11:56   ` Ramalingam C
2019-07-12 12:35 ` [igt-dev] ✓ Fi.CI.BAT: success for HDCP2.2 Tests (rev10) Patchwork
2019-07-13 21:30 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2019-08-06 11:04 ` [igt-dev] [PATCH i-g-t v8 0/8] HDCP2.2 Tests Ramalingam C
  -- strict thread matches above, loose matches on Subject: below --
2019-07-03  8:02 Ramalingam C

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox