Re: [PATCH] drm/i915/display: Fixed a screen flickering when turning on display from off

2024-03-26 Thread Jani Nikula
On Thu, 21 Mar 2024, gareth...@intel.com wrote: > From: Gareth Yu > > Turn on the panel from zero brightness of the last state, the panel was > set a maximum PWM in the flow. Once the panel initialization is completed, > the backlight is restored to xero brightness. There is a flckering >

RE: [PATCH] drm/i915/display: Fixed a screen flickering when turning on display from off

2024-03-18 Thread Yu, Gareth
; Ville Syrjälä Cc: Yu, Gareth ; intel-gfx@lists.freedesktop.org Subject: Re: [PATCH] drm/i915/display: Fixed a screen flickering when turning on display from off ... As far as the change goes, the original patch is pretty much the only one we should consider. I only ever asked for 1) an issue

Re: [PATCH] drm/i915/display: Fixed a screen flickering when turning on display from off

2024-03-18 Thread Jani Nikula
On Mon, 18 Mar 2024, Dolan Liu wrote: > this case have been there so many years, it's time to fix it if > possible. And user-space software may improved by themselves in we > didn't realize place. > > even if not,  for the proof user-space setting  0, it's better to change to > > >    if

Re: [PATCH] drm/i915/display: Fixed a screen flickering when turning on display from off

2024-03-18 Thread Dolan Liu
this case have been there so many years, it's time to fix it if possible. And user-space software may improved by themselves in we didn't realize place. even if not,  for the proof user-space setting  0, it's better to change to    if (level < min || level == 0 )    level =max;

RE: [PATCH] drm/i915/display: Fixed a screen flickering when turning on display from off

2024-03-17 Thread Yu, Gareth
ts.freedesktop.org Subject: Re: [PATCH] drm/i915/display: Fixed a screen flickering when turning on display from off On Wed, Mar 06, 2024 at 12:19:42PM +0200, Jani Nikula wrote: > On Wed, 06 Mar 2024, gareth...@intel.com wrote: > > From: Gareth Yu > > > > Turn on the panel

Re: [PATCH] drm/i915/display: Fixed a screen flickering when turning on display from off

2024-03-15 Thread Ville Syrjälä
On Wed, Mar 06, 2024 at 12:19:42PM +0200, Jani Nikula wrote: > On Wed, 06 Mar 2024, gareth...@intel.com wrote: > > From: Gareth Yu > > > > Turn on the panel from zero brightness of the last state, the panel was set > > a maximum PWM in the flow. Once the panel initialization is completed, the > >

Re: [PATCH] drm/i915/display: Fixed a screen flickering when turning on display from off

2024-03-06 Thread Jani Nikula
On Wed, 06 Mar 2024, gareth...@intel.com wrote: > From: Gareth Yu > > Turn on the panel from zero brightness of the last state, the panel was set > a maximum PWM in the flow. Once the panel initialization is completed, the > backlight is restored to zero brightness. There is a flckering