[PATCH] drm/panel: synaptics-r63353: Fix regulator unbalance
Neil Armstrong
neil.armstrong at linaro.org
Thu Oct 24 14:02:51 UTC 2024
On 24/10/2024 12:50, Dario Binacchi wrote:
> From: Michael Trimarchi <michael at amarulasolutions.com>
>
> The shutdown function can be called when the display is already
> unprepared. For example during reboot this trigger a kernel
> backlog. Calling the drm_panel_unprepare, allow us to avoid
> to trigger the kernel warning.
>
> Tested-by: Dario Binacchi <dario.binacchi at amarulasolutions.com>
> Signed-off-by: Michael Trimarchi <michael at amarulasolutions.com>
> Signed-off-by: Dario Binacchi <dario.binacchi at amarulasolutions.com>
Could you add a Fixed tag ?
>
> ---
>
> drivers/gpu/drm/panel/panel-synaptics-r63353.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/panel/panel-synaptics-r63353.c b/drivers/gpu/drm/panel/panel-synaptics-r63353.c
> index 169c629746c7..17349825543f 100644
> --- a/drivers/gpu/drm/panel/panel-synaptics-r63353.c
> +++ b/drivers/gpu/drm/panel/panel-synaptics-r63353.c
> @@ -325,7 +325,7 @@ static void r63353_panel_shutdown(struct mipi_dsi_device *dsi)
> {
> struct r63353_panel *rpanel = mipi_dsi_get_drvdata(dsi);
>
> - r63353_panel_unprepare(&rpanel->base);
> + drm_panel_unprepare(&rpanel->base);
> }
>
> static const struct r63353_desc sharp_ls068b3sx02_data = {
With that:
Reviewed-by: Neil Armstrong <neil.armstrong at linaro.org>
More information about the dri-devel
mailing list