]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/mipi-dsi: use correct return type for the DSC functions
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Sun, 7 Apr 2024 23:53:51 +0000 (02:53 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 16 Jun 2024 11:39:30 +0000 (13:39 +0200)
commit74a9b48bc53c85881c88370fbfc12c728b08a7f3
tree999e7c41677132fa28dc5229d946823e9aa137d7
parent910594fe92088b22febd5f2c5ad44ab65f8ffd03
drm/mipi-dsi: use correct return type for the DSC functions

[ Upstream commit de1c705c50326acaceaf1f02bc5bf6f267c572bd ]

The functions mipi_dsi_compression_mode() and
mipi_dsi_picture_parameter_set() return 0-or-error rather than a buffer
size. Follow example of other similar MIPI DSI functions and use int
return type instead of size_t.

Fixes: f4dea1aaa9a1 ("drm/dsi: add helpers for DSI compression mode and PPS packets")
Reviewed-by: Marijn Suijten <marijn.suijten@somainline.org>
Reviewed-by: Jessica Zhang <quic_jesszhan@quicinc.com>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20240408-lg-sw43408-panel-v5-2-4e092da22991@linaro.org
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpu/drm/drm_mipi_dsi.c
include/drm/drm_mipi_dsi.h