mbox series

[v2,0/2] drm/i915/audio: Extend Wa_14020863754 to Xe3_LPD

Message ID 20250227-xe3lpd-wa-14020863754-v2-0-92b35de1c563@intel.com (mailing list archive)
Headers show
Series drm/i915/audio: Extend Wa_14020863754 to Xe3_LPD | expand

Message

Gustavo Sousa Feb. 27, 2025, 8:28 p.m. UTC
This is v2 of the series to extend Wa_14020863754 to Xe3_LPD.

The initial version was just a single patch. Now this is a 2-patch
series, where the first patch converts needs_wa_14020863754() to always
check IP versions.

Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
---
Changes in v2:
- Add a patch convert needs_wa_14020863754() to always check IP
  versions.
- Link to v1: https://lore.kernel.org/r/20250226-xe3lpd-wa-14020863754-v1-1-8096dfeb3c6d@intel.com

---
Gustavo Sousa (2):
      drm/i915/display: Use IP version check for Wa_14020863754
      drm/i915/audio: Extend Wa_14020863754 to Xe3_LPD

 drivers/gpu/drm/i915/display/intel_audio.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
base-commit: 6badede10d92c242241bd7bf59a5488b5eba5aa7
change-id: 20250226-xe3lpd-wa-14020863754-5f11f757cf20

Best regards,

Comments

Gustavo Sousa Feb. 28, 2025, 2:08 p.m. UTC | #1
Quoting Patchwork (2025-02-28 04:25:37-03:00)
>== Series Details ==
>
>Series: drm/i915/audio: Extend Wa_14020863754 to Xe3_LPD (rev2)
>URL   : https://patchwork.freedesktop.org/series/145492/
>State : failure
>
>== Summary ==
>
>CI Bug Log - changes from CI_DRM_16198_full -> Patchwork_145492v2_full
>====================================================
>
>Summary
>-------
>
>  **FAILURE**
>
>  Serious unknown changes coming with Patchwork_145492v2_full absolutely need to be
>  verified manually.
>  
>  If you think the reported changes have nothing to do with the changes
>  introduced in Patchwork_145492v2_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
>  to document this new failure mode, which will reduce false positives in CI.
>
>  
>
>Participating hosts (10 -> 10)
>------------------------------
>
>  No changes in participating hosts
>
>Possible new issues
>-------------------
>
>  Here are the unknown changes that may have been introduced in Patchwork_145492v2_full:
>
>### IGT changes ###
>
>#### Possible regressions ####
>
>  * igt@gem_exec_suspend@basic-s4-devices:
>    - shard-glk:          NOTRUN -> [ABORT][1] +1 other test abort
>   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_145492v2/shard-glk9/igt@gem_exec_suspend@basic-s4-devices.html
>
>  * igt@kms_flip@wf_vblank-ts-check@b-vga1:
>    - shard-snb:          [PASS][2] -> [FAIL][3]
>   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16198/shard-snb1/igt@kms_flip@wf_vblank-ts-check@b-vga1.html
>   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_145492v2/shard-snb6/igt@kms_flip@wf_vblank-ts-check@b-vga1.html

None of those are related to this series. The effective functional
change is the addition of the workaround for Xe3_LPD, which is not
present in any of the platforms above.

--
Gustavo Sousa
Gustavo Sousa Feb. 28, 2025, 3:42 p.m. UTC | #2
Quoting Gustavo Sousa (2025-02-28 11:08:35-03:00)
>Quoting Patchwork (2025-02-28 04:25:37-03:00)
>>== Series Details ==
>>
>>Series: drm/i915/audio: Extend Wa_14020863754 to Xe3_LPD (rev2)
>>URL   : https://patchwork.freedesktop.org/series/145492/
>>State : failure
>>
>>== Summary ==
>>
>>CI Bug Log - changes from CI_DRM_16198_full -> Patchwork_145492v2_full
>>====================================================
>>
>>Summary
>>-------
>>
>>  **FAILURE**
>>
>>  Serious unknown changes coming with Patchwork_145492v2_full absolutely need to be
>>  verified manually.
>>  
>>  If you think the reported changes have nothing to do with the changes
>>  introduced in Patchwork_145492v2_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
>>  to document this new failure mode, which will reduce false positives in CI.
>>
>>  
>>
>>Participating hosts (10 -> 10)
>>------------------------------
>>
>>  No changes in participating hosts
>>
>>Possible new issues
>>-------------------
>>
>>  Here are the unknown changes that may have been introduced in Patchwork_145492v2_full:
>>
>>### IGT changes ###
>>
>>#### Possible regressions ####
>>
>>  * igt@gem_exec_suspend@basic-s4-devices:
>>    - shard-glk:          NOTRUN -> [ABORT][1] +1 other test abort
>>   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_145492v2/shard-glk9/igt@gem_exec_suspend@basic-s4-devices.html
>>
>>  * igt@kms_flip@wf_vblank-ts-check@b-vga1:
>>    - shard-snb:          [PASS][2] -> [FAIL][3]
>>   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16198/shard-snb1/igt@kms_flip@wf_vblank-ts-check@b-vga1.html
>>   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_145492v2/shard-snb6/igt@kms_flip@wf_vblank-ts-check@b-vga1.html
>
>None of those are related to this series. The effective functional
>change is the addition of the workaround for Xe3_LPD, which is not
>present in any of the platforms above.

Pushed to drm-intel-next. Thanks for the review, Matt.

--
Gustavo Sousa