* [igt-dev] [PATCH i-g-t v2] lib/display_require: reset hdcp on all connectors
@ 2019-08-13 8:00 Ramalingam C
2019-08-13 15:01 ` Ser, Simon
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Ramalingam C @ 2019-08-13 8:00 UTC (permalink / raw)
To: igt-dev; +Cc: petri.latvala
At the start of every test, reset HDCP state to UNDESIRED on all
connectors, so that we will not have any hdcp related noises in
the subsequent tests.
v2:
igt_output_set_prop_enum is used.
Documentation of display_reset is updated.
Signed-off-by: Ramalingam C <ramalingam.c@intel.com>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=111390
---
lib/igt_kms.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/lib/igt_kms.c b/lib/igt_kms.c
index b0169f73b752..964a5747e49e 100644
--- a/lib/igt_kms.c
+++ b/lib/igt_kms.c
@@ -1859,6 +1859,10 @@ static void igt_output_reset(igt_output_t *output)
if (igt_output_has_prop(output, IGT_CONNECTOR_BROADCAST_RGB))
igt_output_set_prop_value(output, IGT_CONNECTOR_BROADCAST_RGB,
BROADCAST_RGB_FULL);
+
+ if (igt_output_has_prop(output, IGT_CONNECTOR_CONTENT_PROTECTION))
+ igt_output_set_prop_enum(output, IGT_CONNECTOR_CONTENT_PROTECTION,
+ "Undesired");
}
/**
@@ -1871,6 +1875,7 @@ static void igt_output_reset(igt_output_t *output)
* For outputs:
* - %IGT_CONNECTOR_CRTC_ID
* - %IGT_CONNECTOR_BROADCAST_RGB (if applicable)
+ * %IGT_CONNECTOR_CONTENT_PROTECTION (if applicable)
* - igt_output_override_mode() to default.
*
* For pipes:
--
2.20.1
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply related [flat|nested] 5+ messages in thread* Re: [igt-dev] [PATCH i-g-t v2] lib/display_require: reset hdcp on all connectors 2019-08-13 8:00 [igt-dev] [PATCH i-g-t v2] lib/display_require: reset hdcp on all connectors Ramalingam C @ 2019-08-13 15:01 ` Ser, Simon 2019-08-14 9:55 ` Petri Latvala 2019-08-13 16:37 ` [igt-dev] ✓ Fi.CI.BAT: success for lib/display_require: reset hdcp on all connectors (rev2) Patchwork 2019-08-14 2:41 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 2 siblings, 1 reply; 5+ messages in thread From: Ser, Simon @ 2019-08-13 15:01 UTC (permalink / raw) To: igt-dev@lists.freedesktop.org, C, Ramalingam; +Cc: Latvala, Petri On Tue, 2019-08-13 at 13:30 +0530, Ramalingam C wrote: > At the start of every test, reset HDCP state to UNDESIRED on all > connectors, so that we will not have any hdcp related noises in > the subsequent tests. > > v2: > igt_output_set_prop_enum is used. > Documentation of display_reset is updated. > > Signed-off-by: Ramalingam C <ramalingam.c@intel.com> > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=111390 Reviewed-by: Simon Ser <simon.ser@intel.com> > --- > lib/igt_kms.c | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/lib/igt_kms.c b/lib/igt_kms.c > index b0169f73b752..964a5747e49e 100644 > --- a/lib/igt_kms.c > +++ b/lib/igt_kms.c > @@ -1859,6 +1859,10 @@ static void igt_output_reset(igt_output_t *output) > if (igt_output_has_prop(output, IGT_CONNECTOR_BROADCAST_RGB)) > igt_output_set_prop_value(output, IGT_CONNECTOR_BROADCAST_RGB, > BROADCAST_RGB_FULL); > + > + if (igt_output_has_prop(output, IGT_CONNECTOR_CONTENT_PROTECTION)) > + igt_output_set_prop_enum(output, IGT_CONNECTOR_CONTENT_PROTECTION, > + "Undesired"); > } > > /** > @@ -1871,6 +1875,7 @@ static void igt_output_reset(igt_output_t *output) > * For outputs: > * - %IGT_CONNECTOR_CRTC_ID > * - %IGT_CONNECTOR_BROADCAST_RGB (if applicable) > + * %IGT_CONNECTOR_CONTENT_PROTECTION (if applicable) > * - igt_output_override_mode() to default. > * > * For pipes: _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [igt-dev] [PATCH i-g-t v2] lib/display_require: reset hdcp on all connectors 2019-08-13 15:01 ` Ser, Simon @ 2019-08-14 9:55 ` Petri Latvala 0 siblings, 0 replies; 5+ messages in thread From: Petri Latvala @ 2019-08-14 9:55 UTC (permalink / raw) To: Ser, Simon; +Cc: igt-dev@lists.freedesktop.org On Tue, Aug 13, 2019 at 06:01:37PM +0300, Ser, Simon wrote: > On Tue, 2019-08-13 at 13:30 +0530, Ramalingam C wrote: > > At the start of every test, reset HDCP state to UNDESIRED on all > > connectors, so that we will not have any hdcp related noises in > > the subsequent tests. > > > > v2: > > igt_output_set_prop_enum is used. > > Documentation of display_reset is updated. > > > > Signed-off-by: Ramalingam C <ramalingam.c@intel.com> > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=111390 > > Reviewed-by: Simon Ser <simon.ser@intel.com> And now merged, thanks. -- Petri Latvala _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev ^ permalink raw reply [flat|nested] 5+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for lib/display_require: reset hdcp on all connectors (rev2) 2019-08-13 8:00 [igt-dev] [PATCH i-g-t v2] lib/display_require: reset hdcp on all connectors Ramalingam C 2019-08-13 15:01 ` Ser, Simon @ 2019-08-13 16:37 ` Patchwork 2019-08-14 2:41 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 2 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2019-08-13 16:37 UTC (permalink / raw) To: Ramalingam C; +Cc: igt-dev == Series Details == Series: lib/display_require: reset hdcp on all connectors (rev2) URL : https://patchwork.freedesktop.org/series/65131/ State : success == Summary == CI Bug Log - changes from IGT_5132 -> IGTPW_3341 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://patchwork.freedesktop.org/api/1.0/series/65131/revisions/2/mbox/ Known issues ------------ Here are the changes found in IGTPW_3341 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_ctx_param@basic: - fi-bxt-dsi: [PASS][1] -> [INCOMPLETE][2] ([fdo#103927]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5132/fi-bxt-dsi/igt@gem_ctx_param@basic.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3341/fi-bxt-dsi/igt@gem_ctx_param@basic.html * igt@gem_mmap_gtt@basic-write-read: - fi-icl-u3: [PASS][3] -> [DMESG-WARN][4] ([fdo#107724]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5132/fi-icl-u3/igt@gem_mmap_gtt@basic-write-read.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3341/fi-icl-u3/igt@gem_mmap_gtt@basic-write-read.html * igt@kms_chamelium@hdmi-hpd-fast: - fi-kbl-7500u: [PASS][5] -> [FAIL][6] ([fdo#109485]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5132/fi-kbl-7500u/igt@kms_chamelium@hdmi-hpd-fast.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3341/fi-kbl-7500u/igt@kms_chamelium@hdmi-hpd-fast.html #### Possible fixes #### * igt@kms_chamelium@hdmi-hpd-fast: - fi-kbl-7567u: [FAIL][7] ([fdo#109485]) -> [PASS][8] [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5132/fi-kbl-7567u/igt@kms_chamelium@hdmi-hpd-fast.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3341/fi-kbl-7567u/igt@kms_chamelium@hdmi-hpd-fast.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#103927]: https://bugs.freedesktop.org/show_bug.cgi?id=103927 [fdo#107713]: https://bugs.freedesktop.org/show_bug.cgi?id=107713 [fdo#107724]: https://bugs.freedesktop.org/show_bug.cgi?id=107724 [fdo#109485]: https://bugs.freedesktop.org/show_bug.cgi?id=109485 Participating hosts (54 -> 47) ------------------------------ Additional (1): fi-skl-6770hq Missing (8): fi-kbl-soraka fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-icl-y fi-byt-clapper fi-bdw-samus Build changes ------------- * IGT: IGT_5132 -> IGTPW_3341 CI_DRM_6696: e9dffb84ec534faeafbcd7029ab6b58f3a3bc01e @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_3341: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3341/ IGT_5132: eced11670da92bc338a162af6eeda39edd49cd12 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3341/ _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev ^ permalink raw reply [flat|nested] 5+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for lib/display_require: reset hdcp on all connectors (rev2) 2019-08-13 8:00 [igt-dev] [PATCH i-g-t v2] lib/display_require: reset hdcp on all connectors Ramalingam C 2019-08-13 15:01 ` Ser, Simon 2019-08-13 16:37 ` [igt-dev] ✓ Fi.CI.BAT: success for lib/display_require: reset hdcp on all connectors (rev2) Patchwork @ 2019-08-14 2:41 ` Patchwork 2 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2019-08-14 2:41 UTC (permalink / raw) To: Ramalingam C; +Cc: igt-dev == Series Details == Series: lib/display_require: reset hdcp on all connectors (rev2) URL : https://patchwork.freedesktop.org/series/65131/ State : success == Summary == CI Bug Log - changes from IGT_5132_full -> IGTPW_3341_full ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://patchwork.freedesktop.org/api/1.0/series/65131/revisions/2/mbox/ Known issues ------------ Here are the changes found in IGTPW_3341_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_exec_schedule@deep-bsd: - shard-iclb: [PASS][1] -> [SKIP][2] ([fdo#111325]) +5 similar issues [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5132/shard-iclb7/igt@gem_exec_schedule@deep-bsd.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3341/shard-iclb4/igt@gem_exec_schedule@deep-bsd.html * igt@gem_mmap_gtt@big-copy-xy: - shard-iclb: [PASS][3] -> [INCOMPLETE][4] ([fdo#107713]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5132/shard-iclb3/igt@gem_mmap_gtt@big-copy-xy.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3341/shard-iclb7/igt@gem_mmap_gtt@big-copy-xy.html * igt@i915_suspend@sysfs-reader: - shard-apl: [PASS][5] -> [DMESG-WARN][6] ([fdo#108566]) +3 similar issues [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5132/shard-apl5/igt@i915_suspend@sysfs-reader.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3341/shard-apl3/igt@i915_suspend@sysfs-reader.html * igt@kms_cursor_legacy@cursor-vs-flip-legacy: - shard-hsw: [PASS][7] -> [FAIL][8] ([fdo#103355]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5132/shard-hsw5/igt@kms_cursor_legacy@cursor-vs-flip-legacy.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3341/shard-hsw6/igt@kms_cursor_legacy@cursor-vs-flip-legacy.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-pwrite: - shard-iclb: [PASS][9] -> [FAIL][10] ([fdo#103167]) +6 similar issues [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5132/shard-iclb4/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-pwrite.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3341/shard-iclb1/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-pwrite.html * igt@kms_psr@psr2_cursor_render: - shard-iclb: [PASS][11] -> [SKIP][12] ([fdo#109441]) +5 similar issues [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5132/shard-iclb2/igt@kms_psr@psr2_cursor_render.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3341/shard-iclb8/igt@kms_psr@psr2_cursor_render.html * igt@perf_pmu@rc6-runtime-pm-long: - shard-hsw: [PASS][13] -> [FAIL][14] ([fdo#105010]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5132/shard-hsw7/igt@perf_pmu@rc6-runtime-pm-long.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3341/shard-hsw6/igt@perf_pmu@rc6-runtime-pm-long.html * igt@prime_vgem@fence-wait-bsd2: - shard-iclb: [PASS][15] -> [SKIP][16] ([fdo#109276]) +16 similar issues [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5132/shard-iclb2/igt@prime_vgem@fence-wait-bsd2.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3341/shard-iclb7/igt@prime_vgem@fence-wait-bsd2.html #### Possible fixes #### * igt@gem_ctx_isolation@bcs0-s3: - shard-apl: [DMESG-WARN][17] ([fdo#108566]) -> [PASS][18] +5 similar issues [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5132/shard-apl4/igt@gem_ctx_isolation@bcs0-s3.html [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3341/shard-apl7/igt@gem_ctx_isolation@bcs0-s3.html * igt@gem_ctx_isolation@vecs0-s3: - shard-kbl: [DMESG-WARN][19] ([fdo#103313]) -> [PASS][20] [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5132/shard-kbl2/igt@gem_ctx_isolation@vecs0-s3.html [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3341/shard-kbl1/igt@gem_ctx_isolation@vecs0-s3.html * igt@gem_exec_balancer@smoke: - shard-iclb: [SKIP][21] ([fdo#110854]) -> [PASS][22] [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5132/shard-iclb8/igt@gem_exec_balancer@smoke.html [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3341/shard-iclb2/igt@gem_exec_balancer@smoke.html * igt@gem_exec_schedule@independent-bsd1: - shard-iclb: [SKIP][23] ([fdo#109276]) -> [PASS][24] +18 similar issues [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5132/shard-iclb3/igt@gem_exec_schedule@independent-bsd1.html [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3341/shard-iclb1/igt@gem_exec_schedule@independent-bsd1.html * igt@gem_exec_schedule@preempt-other-bsd: - shard-iclb: [SKIP][25] ([fdo#111325]) -> [PASS][26] [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5132/shard-iclb1/igt@gem_exec_schedule@preempt-other-bsd.html [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3341/shard-iclb3/igt@gem_exec_schedule@preempt-other-bsd.html * igt@kms_cursor_crc@pipe-b-cursor-size-change: - shard-glk: [FAIL][27] ([fdo#103232]) -> [PASS][28] [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5132/shard-glk6/igt@kms_cursor_crc@pipe-b-cursor-size-change.html [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3341/shard-glk5/igt@kms_cursor_crc@pipe-b-cursor-size-change.html - shard-apl: [FAIL][29] ([fdo#103232]) -> [PASS][30] [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5132/shard-apl4/igt@kms_cursor_crc@pipe-b-cursor-size-change.html [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3341/shard-apl3/igt@kms_cursor_crc@pipe-b-cursor-size-change.html * igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic: - shard-hsw: [FAIL][31] ([fdo#105767]) -> [PASS][32] [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5132/shard-hsw6/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic.html [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3341/shard-hsw6/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic.html * igt@kms_flip@dpms-vs-vblank-race-interruptible: - shard-apl: [FAIL][33] ([fdo#103060]) -> [PASS][34] [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5132/shard-apl7/igt@kms_flip@dpms-vs-vblank-race-interruptible.html [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3341/shard-apl6/igt@kms_flip@dpms-vs-vblank-race-interruptible.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-render: - shard-apl: [FAIL][35] ([fdo#103167]) -> [PASS][36] [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5132/shard-apl3/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-render.html [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3341/shard-apl4/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbc-stridechange: - shard-iclb: [FAIL][37] ([fdo#103167]) -> [PASS][38] +5 similar issues [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5132/shard-iclb7/igt@kms_frontbuffer_tracking@fbc-stridechange.html [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3341/shard-iclb3/igt@kms_frontbuffer_tracking@fbc-stridechange.html * igt@kms_plane_lowres@pipe-a-tiling-x: - shard-iclb: [FAIL][39] ([fdo#103166]) -> [PASS][40] [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5132/shard-iclb8/igt@kms_plane_lowres@pipe-a-tiling-x.html [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3341/shard-iclb3/igt@kms_plane_lowres@pipe-a-tiling-x.html * igt@kms_psr@psr2_cursor_mmap_gtt: - shard-iclb: [SKIP][41] ([fdo#109441]) -> [PASS][42] [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5132/shard-iclb7/igt@kms_psr@psr2_cursor_mmap_gtt.html [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3341/shard-iclb2/igt@kms_psr@psr2_cursor_mmap_gtt.html [fdo#103060]: https://bugs.freedesktop.org/show_bug.cgi?id=103060 [fdo#103166]: https://bugs.freedesktop.org/show_bug.cgi?id=103166 [fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167 [fdo#103232]: https://bugs.freedesktop.org/show_bug.cgi?id=103232 [fdo#103313]: https://bugs.freedesktop.org/show_bug.cgi?id=103313 [fdo#103355]: https://bugs.freedesktop.org/show_bug.cgi?id=103355 [fdo#105010]: https://bugs.freedesktop.org/show_bug.cgi?id=105010 [fdo#105767]: https://bugs.freedesktop.org/show_bug.cgi?id=105767 [fdo#107713]: https://bugs.freedesktop.org/show_bug.cgi?id=107713 [fdo#108566]: https://bugs.freedesktop.org/show_bug.cgi?id=108566 [fdo#109276]: https://bugs.freedesktop.org/show_bug.cgi?id=109276 [fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441 [fdo#110854]: https://bugs.freedesktop.org/show_bug.cgi?id=110854 [fdo#111325]: https://bugs.freedesktop.org/show_bug.cgi?id=111325 Participating hosts (7 -> 6) ------------------------------ Missing (1): shard-skl Build changes ------------- * IGT: IGT_5132 -> IGTPW_3341 CI_DRM_6696: e9dffb84ec534faeafbcd7029ab6b58f3a3bc01e @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_3341: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3341/ IGT_5132: eced11670da92bc338a162af6eeda39edd49cd12 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3341/ _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2019-08-14 9:55 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2019-08-13 8:00 [igt-dev] [PATCH i-g-t v2] lib/display_require: reset hdcp on all connectors Ramalingam C 2019-08-13 15:01 ` Ser, Simon 2019-08-14 9:55 ` Petri Latvala 2019-08-13 16:37 ` [igt-dev] ✓ Fi.CI.BAT: success for lib/display_require: reset hdcp on all connectors (rev2) Patchwork 2019-08-14 2:41 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox