On Thu, Jul 02, 2026 at 11:36:09AM +0200, Neil Armstrong wrote: > From: Jun Nie <[email protected]> > > Enable display compression (DSC v1.2) for 1080x2400 Visionox > VTDR6130 AMOLED DSI panel. > > This panel is the default panel for the following devices: > - SM8550-QRD > - SM8550-HDK > - SM8650-QRD > - SM8650-HDK > > Enable DSC since now functional in the MSM/DPU/DSI driver. > > Signed-off-by: Jun Nie <[email protected]> > Signed-off-by: Neil Armstrong <[email protected]> > --- > drivers/gpu/drm/panel/Kconfig | 2 ++ > drivers/gpu/drm/panel/panel-visionox-vtdr6130.c | 18 ++++++++++++++++++ > 2 files changed, 20 insertions(+) > > diff --git a/drivers/gpu/drm/panel/Kconfig b/drivers/gpu/drm/panel/Kconfig > index c0cc2bb4a3eb..d4e6535f3595 100644 > --- a/drivers/gpu/drm/panel/Kconfig > +++ b/drivers/gpu/drm/panel/Kconfig > @@ -1352,6 +1352,8 @@ config DRM_PANEL_VISIONOX_VTDR6130 > depends on OF > depends on DRM_MIPI_DSI > depends on BACKLIGHT_CLASS_DEVICE > + select DRM_DISPLAY_DSC_HELPER > + selecy DRM_DISPLAY_HELPER
With this fixed: Reviewed-by: Dmitry Baryshkov <[email protected]> > help > Say Y here if you want to enable support for Visionox > VTDR6130 1080x2400 AMOLED DSI panel. -- With best wishes Dmitry
