mbox series

[0/1,SRU,OEM-5.10] Built-in screen is blank on some RKL platforms

Message ID 20201110091745.39747-1-acelan.kao@canonical.com
Headers show
Series Built-in screen is blank on some RKL platforms | expand

Message

AceLan Kao Nov. 10, 2020, 9:17 a.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1903665

[Impact]
On some RKL platforms, the built-in display shows nothing on the screen.

[Fix]
Below commit from Intel fix the issue.
https://patchwork.freedesktop.org/patch/398145/?series=83154&rev=3

[Test]
Verified on the RKL platforms.

[Regression Potential]
Low, the new DDC pin map is created for RKL platform only, should lead to
no regression.

Lee Shawn C (1):
  drm/i915/rkl: new rkl ddc map for different PCH

 drivers/gpu/drm/i915/display/intel_bios.c     | 16 ++++++++++++++--
 drivers/gpu/drm/i915/display/intel_vbt_defs.h |  2 ++
 2 files changed, 16 insertions(+), 2 deletions(-)

Comments

Timo Aaltonen Nov. 12, 2020, 8:15 a.m. UTC | #1
On 10.11.2020 11.17, AceLan Kao wrote:
> BugLink: https://bugs.launchpad.net/bugs/1903665
> 
> [Impact]
> On some RKL platforms, the built-in display shows nothing on the screen.
> 
> [Fix]
> Below commit from Intel fix the issue.
> https://patchwork.freedesktop.org/patch/398145/?series=83154&rev=3
> 
> [Test]
> Verified on the RKL platforms.
> 
> [Regression Potential]
> Low, the new DDC pin map is created for RKL platform only, should lead to
> no regression.
> 
> Lee Shawn C (1):
>    drm/i915/rkl: new rkl ddc map for different PCH
> 
>   drivers/gpu/drm/i915/display/intel_bios.c     | 16 ++++++++++++++--
>   drivers/gpu/drm/i915/display/intel_vbt_defs.h |  2 ++
>   2 files changed, 16 insertions(+), 2 deletions(-)
> 

applied to oem-5.10, thanks