Re: [PATCH v3 3/4] drm/msm/dsi: Add support for RGB101010 pixel format
From: Dmitry Baryshkov
Date: Thu Mar 19 2026 - 15:00:14 EST
On Thu, Mar 19, 2026 at 11:57:56AM +0000, Alexander Koskovich wrote:
> Add video and command mode destination format mappings for RGB101010,
> and extend the VID_CFG0 DST_FORMAT bitfield to 3 bits to accommodate
> the new format value.
>
> Make sure this is guarded behind MSM_DSI_6G_VER >= V2.1.0 as anything
> older does not support this.
>
> Required for 10 bit panels such as the BOE BF068MWM-TD0.
>
> Signed-off-by: Alexander Koskovich <akoskovich@xxxxx>
> ---
> drivers/gpu/drm/msm/dsi/dsi_host.c | 10 ++++++++++
> drivers/gpu/drm/msm/registers/display/dsi.xml | 5 ++++-
> 2 files changed, 14 insertions(+), 1 deletion(-)
For the patch itself:
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxxxxxxxx>
Note, you've dropped the patch adding RGB101010 to
include/drm/drm_mipi_dsi.h without declaring a dependency on any
external patchset, so this can't be merged.
Also, there was a report from LKP that you need to fix the meson driver
while adding new MIPI define (we should not be introducing known
warnings to the kernel).
--
With best wishes
Dmitry