[PATCH v3 12/13] drm: rcar-du: Replace manual bridge implementation with DRM bridge

Geert Uytterhoeven geert at linux-m68k.org
Tue Dec 27 12:40:44 UTC 2016


Hi Laurent,

On Tue, Nov 29, 2016 at 10:04 AM, Laurent Pinchart
<laurent.pinchart+renesas at ideasonboard.com> wrote:
> The rcar-du driver contains a manual implementation of HDMI and VGA
> bridges. Use DRM bridges to replace it.
>
> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas at ideasonboard.com>
> ---
>  drivers/gpu/drm/rcar-du/Kconfig           |   6 --
>  drivers/gpu/drm/rcar-du/Makefile          |   5 +-
>  drivers/gpu/drm/rcar-du/rcar_du_encoder.c | 104 +++++++++++++----------
>  drivers/gpu/drm/rcar-du/rcar_du_encoder.h |   2 -
>  drivers/gpu/drm/rcar-du/rcar_du_hdmienc.c | 134 ------------------------------
>  drivers/gpu/drm/rcar-du/rcar_du_hdmienc.h |  35 --------
>  drivers/gpu/drm/rcar-du/rcar_du_vgacon.c  |  82 ------------------
>  drivers/gpu/drm/rcar-du/rcar_du_vgacon.h  |  23 -----
>  8 files changed, 60 insertions(+), 331 deletions(-)
>  delete mode 100644 drivers/gpu/drm/rcar-du/rcar_du_hdmienc.c
>  delete mode 100644 drivers/gpu/drm/rcar-du/rcar_du_hdmienc.h
>  delete mode 100644 drivers/gpu/drm/rcar-du/rcar_du_vgacon.c
>  delete mode 100644 drivers/gpu/drm/rcar-du/rcar_du_vgacon.h
>
> diff --git a/drivers/gpu/drm/rcar-du/Kconfig b/drivers/gpu/drm/rcar-du/Kconfig
> index 2bab449add76..06121eeba9e5 100644
> --- a/drivers/gpu/drm/rcar-du/Kconfig
> +++ b/drivers/gpu/drm/rcar-du/Kconfig
> @@ -11,12 +11,6 @@ config DRM_RCAR_DU
>           Choose this option if you have an R-Car chipset.
>           If M is selected the module will be called rcar-du-drm.
>
> -config DRM_RCAR_HDMI
> -       bool "R-Car DU HDMI Encoder Support"
> -       depends on DRM_RCAR_DU
> -       help
> -         Enable support for external HDMI encoders.
> -

Please note this symbol is selected in several defconfigs, so these should
be updated with its replacement symbol.

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds


More information about the dri-devel mailing list