mbox series

[SRU,OEM-OSP1-B,v2,0/1] UBUNTU: SAUCE: drm/i915: Fix detection for a CMP-V PCH

Message ID 20191113112303.766031-1-vicamo.yang@canonical.com
Headers show
Series UBUNTU: SAUCE: drm/i915: Fix detection for a CMP-V PCH | expand

Message

You-Sheng Yang Nov. 13, 2019, 11:23 a.m. UTC
From: You-Sheng Yang <vicamo@gmail.com>

BugLink: https://bugs.launchpad.net/bugs/1852386

[Impact]
Bug 1849278 introduced a regression on some Comet Lake platforms that
device may have no video output on HDMI port.

[Fix]
A currently in-review patch
https://patchwork.freedesktop.org/patch/340416 should be applied to
correct PCH's identity and restore HDMI output.

[Test Case]
1. Apply the patches to oem-osp1 kernel >= 1026 or Eoan/Focal generic
kernels.
2. Boot affected platforms with HDMI cable connected to an external
monitor.
3. Check if the monitor lights up when GDM service is started.

This was verified in to victim platforms.

[Regression Risk]
Low. This should affects only systems with matching PCH hw that is
currently affected by the regression to be fixed.

v2: update cover letter title to include target series

Imre Deak (1):
  UBUNTU: SAUCE: drm/i915: Fix detection for a CMP-V PCH

 drivers/gpu/drm/i915/i915_drv.c | 6 +++++-
 drivers/gpu/drm/i915/i915_drv.h | 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

Comments

You-Sheng Yang Nov. 13, 2019, 3:33 p.m. UTC | #1
Oh, right. Please note this is yet another fix to a critical regression
introduced by “[SRU][OEM-OSP1-B][PATCH] UBUNTU: SAUCE: drm/i915: Add new
CNL PCH ID seen on a CML platform”.

On 2019-11-13 19:23, You-Sheng Yang wrote:
> From: You-Sheng Yang <vicamo@gmail.com>
> 
> BugLink: https://bugs.launchpad.net/bugs/1852386
> 
> [Impact]
> Bug 1849278 introduced a regression on some Comet Lake platforms that
> device may have no video output on HDMI port.
> 
> [Fix]
> A currently in-review patch
> https://patchwork.freedesktop.org/patch/340416 should be applied to
> correct PCH's identity and restore HDMI output.
> 
> [Test Case]
> 1. Apply the patches to oem-osp1 kernel >= 1026 or Eoan/Focal generic
> kernels.
> 2. Boot affected platforms with HDMI cable connected to an external
> monitor.
> 3. Check if the monitor lights up when GDM service is started.
> 
> This was verified in to victim platforms.
> 
> [Regression Risk]
> Low. This should affects only systems with matching PCH hw that is
> currently affected by the regression to be fixed.
> 
> v2: update cover letter title to include target series
> 
> Imre Deak (1):
>   UBUNTU: SAUCE: drm/i915: Fix detection for a CMP-V PCH
> 
>  drivers/gpu/drm/i915/i915_drv.c | 6 +++++-
>  drivers/gpu/drm/i915/i915_drv.h | 2 +-
>  2 files changed, 6 insertions(+), 2 deletions(-)
>
Sultan Alsawaf Nov. 13, 2019, 10:29 p.m. UTC | #2
On Wed, Nov 13, 2019 at 07:23:02PM +0800, You-Sheng Yang wrote:
> From: You-Sheng Yang <vicamo@gmail.com>
> 
> BugLink: https://bugs.launchpad.net/bugs/1852386
> 
> [Impact]
> Bug 1849278 introduced a regression on some Comet Lake platforms that
> device may have no video output on HDMI port.
> 
> [Fix]
> A currently in-review patch
> https://patchwork.freedesktop.org/patch/340416 should be applied to
> correct PCH's identity and restore HDMI output.
> 
> [Test Case]
> 1. Apply the patches to oem-osp1 kernel >= 1026 or Eoan/Focal generic
> kernels.
> 2. Boot affected platforms with HDMI cable connected to an external
> monitor.
> 3. Check if the monitor lights up when GDM service is started.
> 
> This was verified in to victim platforms.
> 
> [Regression Risk]
> Low. This should affects only systems with matching PCH hw that is
> currently affected by the regression to be fixed.
> 
> v2: update cover letter title to include target series
> 
> Imre Deak (1):
>   UBUNTU: SAUCE: drm/i915: Fix detection for a CMP-V PCH
> 
>  drivers/gpu/drm/i915/i915_drv.c | 6 +++++-
>  drivers/gpu/drm/i915/i915_drv.h | 2 +-
>  2 files changed, 6 insertions(+), 2 deletions(-)
> 
> -- 
> 2.20.1
> 
> 
> -- 
> kernel-team mailing list
> kernel-team@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team

Acked-by: Sultan Alsawaf <sultan.alsawaf@canonical.com>
Timo Aaltonen Nov. 18, 2019, 9:49 a.m. UTC | #3
On 13.11.2019 13.23, You-Sheng Yang wrote:
> From: You-Sheng Yang <vicamo@gmail.com>
> 
> BugLink: https://bugs.launchpad.net/bugs/1852386
> 
> [Impact]
> Bug 1849278 introduced a regression on some Comet Lake platforms that
> device may have no video output on HDMI port.
> 
> [Fix]
> A currently in-review patch
> https://patchwork.freedesktop.org/patch/340416 should be applied to
> correct PCH's identity and restore HDMI output.
> 
> [Test Case]
> 1. Apply the patches to oem-osp1 kernel >= 1026 or Eoan/Focal generic
> kernels.
> 2. Boot affected platforms with HDMI cable connected to an external
> monitor.
> 3. Check if the monitor lights up when GDM service is started.
> 
> This was verified in to victim platforms.
> 
> [Regression Risk]
> Low. This should affects only systems with matching PCH hw that is
> currently affected by the regression to be fixed.
> 
> v2: update cover letter title to include target series
> 
> Imre Deak (1):
>   UBUNTU: SAUCE: drm/i915: Fix detection for a CMP-V PCH
> 
>  drivers/gpu/drm/i915/i915_drv.c | 6 +++++-
>  drivers/gpu/drm/i915/i915_drv.h | 2 +-
>  2 files changed, 6 insertions(+), 2 deletions(-)
> 

applied to osp1 oem-next, thanks