[PATCH v2 04/12] drm/bridge: ti-sn65dsi86: don't select unused DRM_PANEL

Doug Anderson dianders at chromium.org
Thu Aug 27 09:24:01 PDT 2026


Hi,

On Tue, Aug 25, 2026 at 3:11 AM Luca Ceresoli <luca.ceresoli at bootlin.com> wrote:
>
> This driver does not use the drm_panel APIs at all, so no need to select
> DRM_PANEL.
>
> Cc: Douglas Anderson <dianders at chromium.org>
> Cc: Sandeep Panda <spanda at codeaurora.org>
> Cc: Franz Schnyder <franz.schnyder at toradex.com>
> Cc: John Ripple <john.ripple at keysight.com>
> Cc: Michael Walle <mwalle at kernel.org>
> Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>
> ---
>  drivers/gpu/drm/bridge/Kconfig | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/bridge/Kconfig b/drivers/gpu/drm/bridge/Kconfig
> index 043596801a65..d46aa2eb01b5 100644
> --- a/drivers/gpu/drm/bridge/Kconfig
> +++ b/drivers/gpu/drm/bridge/Kconfig
> @@ -474,7 +474,6 @@ config DRM_TI_SN65DSI86
>         select DRM_BRIDGE_CONNECTOR
>         select DRM_KMS_HELPER
>         select REGMAP_I2C
> -       select DRM_PANEL
>         select DRM_MIPI_DSI
>         select AUXILIARY_BUS
>         select DRM_DISPLAY_DP_AUX_BUS

Looks right to me. Ages ago it used panel APIs directly, but not today.

Reviewed-by: Douglas Anderson <dianders at chromium.org>

I assume you have a plan for landing the series. If you want me to
land this patch on its own to drm-misc-next, please yell.



More information about the Linux-mediatek mailing list