[Intel-gfx] [PATCH] drm/i915/dsi: transmit brightness command in HS state

Tseng, William william.tseng at intel.com
Tue Nov 9 08:23:42 UTC 2021


Thank you, Jani.  Yes, it would be good to restore the flags afterwards.  I will modify the patch.

Regards
William

-----Original Message-----
From: Jani Nikula <jani.nikula at linux.intel.com> 
Sent: Tuesday, November 9, 2021 3:23 PM
To: Tseng, William <william.tseng at intel.com>; intel-gfx at lists.freedesktop.org
Cc: Tseng, William <william.tseng at intel.com>; Ville Syrjala <ville.syrjala at linux.intel.com>; Kulkarni, Vandita <vandita.kulkarni at intel.com>; Lee, Shawn C <shawn.c.lee at intel.com>; Chiou, Cooper <cooper.chiou at intel.com>
Subject: Re: [PATCH] drm/i915/dsi: transmit brightness command in HS state

On Tue, 09 Nov 2021, William Tseng <william.tseng at intel.com> wrote:
> In Video Mode, if DSI transcoder is set to transmit packets in LP 
> Escape mode, screen flickering would be obseved when brightness 
> commands are continuously and quickly transmitted to a panel.
>
> The problem may be resolved by changing the mode to transmit packets 
> from Low Power to HS.
>
> Cc: Ville Syrjala <ville.syrjala at linux.intel.com>
> Cc: Jani Nikula <jani.nikula at linux.intel.com>
> Cc: Vandita Kulkarni <vandita.kulkarni at intel.com>
> Cc: Lee Shawn C <shawn.c.lee at intel.com>
> Cc: Cooper Chiou <cooper.chiou at intel.com>
> Signed-off-by: William Tseng <william.tseng at intel.com>
> ---
>  drivers/gpu/drm/i915/display/intel_dsi_dcs_backlight.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpu/drm/i915/display/intel_dsi_dcs_backlight.c 
> b/drivers/gpu/drm/i915/display/intel_dsi_dcs_backlight.c
> index f61ed82e8867..a71ef1eb598c 100644
> --- a/drivers/gpu/drm/i915/display/intel_dsi_dcs_backlight.c
> +++ b/drivers/gpu/drm/i915/display/intel_dsi_dcs_backlight.c
> @@ -81,6 +81,7 @@ static void dcs_set_backlight(const struct 
> drm_connector_state *conn_state, u32
>  
>  	for_each_dsi_port(port, intel_dsi->dcs_backlight_ports) {
>  		dsi_device = intel_dsi->dsi_hosts[port]->device;
> +		dsi_device->mode_flags &= ~MIPI_DSI_MODE_LPM;

Frankly I forget how this is intended to be used, but feels like you should maybe restore the flags afterwards.

BR,
Jani.

>  		mipi_dsi_dcs_write(dsi_device, MIPI_DCS_SET_DISPLAY_BRIGHTNESS,
>  				   &data, len);
>  	}

--
Jani Nikula, Intel Open Source Graphics Center


More information about the Intel-gfx mailing list