Re: [PATCH v3 3/4] drm/msm/dsi: Add support for RGB101010 pixel format
From: Alexander Koskovich
Date: Thu Mar 19 2026 - 15:06:41 EST
On Thursday, March 19th, 2026 at 3:00 PM, Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxxxxxxxx> wrote:
> 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.
Oops, guess I skipped over that while rebasing. Will address in v4.
>
> 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).
Will address that
>
> --
> With best wishes
> Dmitry
>
>
Thanks,
Alex