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)
committerDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Fri, 19 Apr 2024 01:27:28 +0000 (04:27 +0300)
commitde1c705c50326acaceaf1f02bc5bf6f267c572bd
treeb83f97a283e60ff7c020c7242cea2cb1acba800e
parentbf6302ec0af206ae260aee817acc59320f263481
drm/mipi-dsi: use correct return type for the DSC functions

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
drivers/gpu/drm/drm_mipi_dsi.c
include/drm/drm_mipi_dsi.h