public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] tests/kms_chamelium: remove outdated comment
@ 2019-07-01  7:59 Simon Ser
  2019-07-01  9:07 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
  2019-07-01 10:38 ` [igt-dev] [PATCH i-g-t] " Peres, Martin
  0 siblings, 2 replies; 3+ messages in thread
From: Simon Ser @ 2019-07-01  7:59 UTC (permalink / raw)
  To: igt-dev; +Cc: martin.peres

We now generate our own EDID for DP audio tests.

Signed-off-by: Simon Ser <simon.ser@intel.com>
---
 tests/kms_chamelium.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/kms_chamelium.c b/tests/kms_chamelium.c
index 378024d8fd05..4d46caed14f3 100644
--- a/tests/kms_chamelium.c
+++ b/tests/kms_chamelium.c
@@ -2164,8 +2164,6 @@ igt_main
 		connector_subtest("dp-frame-dump", DisplayPort)
 			test_display_frame_dump(&data, port);

-		/* The EDID we generate advertises HDMI audio, not DP audio.
-		 * Use the Chamelium's default EDID for DP audio. */
 		connector_subtest("dp-audio", DisplayPort)
 			test_display_audio(&data, port, "HDMI",
 					   TEST_EDID_DP_AUDIO);
--
2.22.0

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

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

* [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_chamelium: remove outdated comment
  2019-07-01  7:59 [igt-dev] [PATCH i-g-t] tests/kms_chamelium: remove outdated comment Simon Ser
@ 2019-07-01  9:07 ` Patchwork
  2019-07-01 10:38 ` [igt-dev] [PATCH i-g-t] " Peres, Martin
  1 sibling, 0 replies; 3+ messages in thread
From: Patchwork @ 2019-07-01  9:07 UTC (permalink / raw)
  To: Simon Ser; +Cc: igt-dev

== Series Details ==

Series: tests/kms_chamelium: remove outdated comment
URL   : https://patchwork.freedesktop.org/series/63025/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_6388 -> IGTPW_3215
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  External URL: https://patchwork.freedesktop.org/api/1.0/series/63025/revisions/1/mbox/

Known issues
------------

  Here are the changes found in IGTPW_3215 that come from known issues:

### IGT changes ###

#### Possible fixes ####

  * igt@i915_selftest@live_blt:
    - fi-skl-iommu:       [INCOMPLETE][1] ([fdo#108602]) -> [PASS][2]
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6388/fi-skl-iommu/igt@i915_selftest@live_blt.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3215/fi-skl-iommu/igt@i915_selftest@live_blt.html

  * igt@kms_chamelium@dp-crc-fast:
    - fi-kbl-7500u:       [FAIL][3] ([fdo#109635 ]) -> [PASS][4]
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6388/fi-kbl-7500u/igt@kms_chamelium@dp-crc-fast.html
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3215/fi-kbl-7500u/igt@kms_chamelium@dp-crc-fast.html

  * igt@kms_chamelium@hdmi-hpd-fast:
    - fi-kbl-7567u:       [FAIL][5] ([fdo#109485]) -> [PASS][6]
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6388/fi-kbl-7567u/igt@kms_chamelium@hdmi-hpd-fast.html
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3215/fi-kbl-7567u/igt@kms_chamelium@hdmi-hpd-fast.html

  
  [fdo#108602]: https://bugs.freedesktop.org/show_bug.cgi?id=108602
  [fdo#109485]: https://bugs.freedesktop.org/show_bug.cgi?id=109485
  [fdo#109635 ]: https://bugs.freedesktop.org/show_bug.cgi?id=109635 


Participating hosts (50 -> 43)
------------------------------

  Additional (3): fi-hsw-peppy fi-icl-u3 fi-cml-u 
  Missing    (10): fi-kbl-soraka fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-pnv-d510 fi-icl-y fi-icl-guc fi-byt-clapper fi-bdw-samus 


Build changes
-------------

  * IGT: IGT_5075 -> IGTPW_3215

  CI_DRM_6388: 2307d0a7a88d1e98df2214f16d93efd68fb5fcd9 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_3215: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3215/
  IGT_5075: 03779dd3de8a57544f124d9952a6d2b3e34e34ca @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3215/
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* Re: [igt-dev] [PATCH i-g-t] tests/kms_chamelium: remove outdated comment
  2019-07-01  7:59 [igt-dev] [PATCH i-g-t] tests/kms_chamelium: remove outdated comment Simon Ser
  2019-07-01  9:07 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
@ 2019-07-01 10:38 ` Peres, Martin
  1 sibling, 0 replies; 3+ messages in thread
From: Peres, Martin @ 2019-07-01 10:38 UTC (permalink / raw)
  To: Ser, Simon, igt-dev@lists.freedesktop.org

On 01/07/2019 11:00, Ser, Simon wrote:
> We now generate our own EDID for DP audio tests.
> 
> Signed-off-by: Simon Ser <simon.ser@intel.com>

Reviewed-by: Martin Peres <martin.peres@linux.intel.com>

> ---
>  tests/kms_chamelium.c | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/tests/kms_chamelium.c b/tests/kms_chamelium.c
> index 378024d8fd05..4d46caed14f3 100644
> --- a/tests/kms_chamelium.c
> +++ b/tests/kms_chamelium.c
> @@ -2164,8 +2164,6 @@ igt_main
>  		connector_subtest("dp-frame-dump", DisplayPort)
>  			test_display_frame_dump(&data, port);
> 
> -		/* The EDID we generate advertises HDMI audio, not DP audio.
> -		 * Use the Chamelium's default EDID for DP audio. */
>  		connector_subtest("dp-audio", DisplayPort)
>  			test_display_audio(&data, port, "HDMI",
>  					   TEST_EDID_DP_AUDIO);
> --
> 2.22.0
> 
> 

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

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

end of thread, other threads:[~2019-07-01 10:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-01  7:59 [igt-dev] [PATCH i-g-t] tests/kms_chamelium: remove outdated comment Simon Ser
2019-07-01  9:07 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2019-07-01 10:38 ` [igt-dev] [PATCH i-g-t] " Peres, Martin

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