mbox series

[SRU,Jammy:linux-intel-iotg,0/1] fix screen flickering in multiple monitors with mirror mode output

Message ID 20230811061923.777766-1-jianhui.lee@canonical.com
Headers show
Series fix screen flickering in multiple monitors with mirror mode output | expand

Message

Jian Hui Lee Aug. 11, 2023, 6:19 a.m. UTC
BugLink: https://bugs.launchpad.net/bugs/2031057

[Impact]
screen flickering when the setup is in multiple monitors with mirror mode output

[Fix]
remove the support of interlaced mode in intel graphic driver for dp and hdmi.

[Test]
1. compile test
2. check the test kernel on the intel platform to prevent any regression.
3. customer verified the patch fixed the issue on their hardware.

[Where problems could occur]
the regression would happen when the monitor supports only interlaced
mode, but the case should be very rare nowaday.


----------------------------------------------------------------

Ankit Nautiyal (1):
  UBUNTU: SAUCE: (no-up) drm/i915/display : Remove support for interlace
    mode

 drivers/gpu/drm/i915/display/intel_dp.c   | 2 --
 drivers/gpu/drm/i915/display/intel_hdmi.c | 3 ---
 2 files changed, 5 deletions(-)

Comments

Tim Gardner Aug. 11, 2023, 1:08 p.m. UTC | #1
On 8/11/23 12:19 AM, Jian Hui Lee wrote:
> BugLink: https://bugs.launchpad.net/bugs/2031057
> 
> [Impact]
> screen flickering when the setup is in multiple monitors with mirror mode output
> 
> [Fix]
> remove the support of interlaced mode in intel graphic driver for dp and hdmi.
> 
> [Test]
> 1. compile test
> 2. check the test kernel on the intel platform to prevent any regression.
> 3. customer verified the patch fixed the issue on their hardware.
> 
> [Where problems could occur]
> the regression would happen when the monitor supports only interlaced
> mode, but the case should be very rare nowaday.
> 
> 
> ----------------------------------------------------------------
> 
> Ankit Nautiyal (1):
>    UBUNTU: SAUCE: (no-up) drm/i915/display : Remove support for interlace
>      mode
> 
>   drivers/gpu/drm/i915/display/intel_dp.c   | 2 --
>   drivers/gpu/drm/i915/display/intel_hdmi.c | 3 ---
>   2 files changed, 5 deletions(-)
> 
Acked-by: Tim Gardner <tim.gardner@canonical.com>
Philip Cox Aug. 11, 2023, 1:40 p.m. UTC | #2
On Fri, 2023-08-11 at 14:19 +0800, Jian Hui Lee wrote:
> BugLink: https://bugs.launchpad.net/bugs/2031057
> 
> [Impact]
> screen flickering when the setup is in multiple monitors with mirror
> mode output
> 
> [Fix]
> remove the support of interlaced mode in intel graphic driver for dp
> and hdmi.
> 
> [Test]
> 1. compile test
> 2. check the test kernel on the intel platform to prevent any
> regression.
> 3. customer verified the patch fixed the issue on their hardware.
> 
> [Where problems could occur]
> the regression would happen when the monitor supports only interlaced
> mode, but the case should be very rare nowaday.
> 
> 
> ----------------------------------------------------------------
> 
> Ankit Nautiyal (1):
>   UBUNTU: SAUCE: (no-up) drm/i915/display : Remove support for
> interlace
>     mode
> 
>  drivers/gpu/drm/i915/display/intel_dp.c   | 2 --
>  drivers/gpu/drm/i915/display/intel_hdmi.c | 3 ---
>  2 files changed, 5 deletions(-)
> 
> -- 
> 2.39.2
> 
>
Jian Hui Lee Aug. 16, 2023, 3:38 a.m. UTC | #3
applied to jammy/intel-iotg, thanks.

On Fri, Aug 11, 2023 at 2:19 PM Jian Hui Lee <jianhui.lee@canonical.com>
wrote:

> BugLink: https://bugs.launchpad.net/bugs/2031057
>
> [Impact]
> screen flickering when the setup is in multiple monitors with mirror mode
> output
>
> [Fix]
> remove the support of interlaced mode in intel graphic driver for dp and
> hdmi.
>
> [Test]
> 1. compile test
> 2. check the test kernel on the intel platform to prevent any regression.
> 3. customer verified the patch fixed the issue on their hardware.
>
> [Where problems could occur]
> the regression would happen when the monitor supports only interlaced
> mode, but the case should be very rare nowaday.
>
>
> ----------------------------------------------------------------
>
> Ankit Nautiyal (1):
>   UBUNTU: SAUCE: (no-up) drm/i915/display : Remove support for interlace
>     mode
>
>  drivers/gpu/drm/i915/display/intel_dp.c   | 2 --
>  drivers/gpu/drm/i915/display/intel_hdmi.c | 3 ---
>  2 files changed, 5 deletions(-)
>
> --
> 2.39.2
>
>