2020-09-11 10:09:07

by Prabhakar Mahadev Lad

[permalink] [raw]
Subject: [PATCH] drm: Kconfig: Update description for DRM_RCAR_DW_HDMI config

rcar_dw_hdmi driver is also used on Renesas RZ/G2 SoC's, update the
same to reflect the description for DRM_RCAR_DW_HDMI config.

Signed-off-by: Lad Prabhakar <[email protected]>
Reviewed-by: Chris Paterson <[email protected]>
---
drivers/gpu/drm/rcar-du/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/rcar-du/Kconfig b/drivers/gpu/drm/rcar-du/Kconfig
index f65d1489dc50..bd8b43fb9753 100644
--- a/drivers/gpu/drm/rcar-du/Kconfig
+++ b/drivers/gpu/drm/rcar-du/Kconfig
@@ -22,11 +22,11 @@ config DRM_RCAR_CMM
Enable support for R-Car Color Management Module (CMM).

config DRM_RCAR_DW_HDMI
- tristate "R-Car DU Gen3 HDMI Encoder Support"
+ tristate "R-Car Gen3 and RZ/G2 DU HDMI Encoder Support"
depends on DRM && OF
select DRM_DW_HDMI
help
- Enable support for R-Car Gen3 internal HDMI encoder.
+ Enable support for R-Car Gen3 or RZ/G2 internal HDMI encoder.

config DRM_RCAR_LVDS
tristate "R-Car DU LVDS Encoder Support"
--
2.17.1


2020-09-15 21:59:37

by Laurent Pinchart

[permalink] [raw]
Subject: Re: [PATCH] drm: Kconfig: Update description for DRM_RCAR_DW_HDMI config

Hi Prabhakar,

Thank you for the patch.

On Fri, Sep 11, 2020 at 11:07:41AM +0100, Lad Prabhakar wrote:
> rcar_dw_hdmi driver is also used on Renesas RZ/G2 SoC's, update the
> same to reflect the description for DRM_RCAR_DW_HDMI config.

I'm not sure what you mean by "the same" here. I'd propose

The rcar_dw_hdmi driver is also used on Renesas RZ/G2 SoCs. Update the
Kconfig entry description to reflect this.

Reviewed-by: Laurent Pinchart <[email protected]>

If you're fine with that, there's no need to resubmit the patch.

> Signed-off-by: Lad Prabhakar <[email protected]>
> Reviewed-by: Chris Paterson <[email protected]>
> ---
> drivers/gpu/drm/rcar-du/Kconfig | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/rcar-du/Kconfig b/drivers/gpu/drm/rcar-du/Kconfig
> index f65d1489dc50..bd8b43fb9753 100644
> --- a/drivers/gpu/drm/rcar-du/Kconfig
> +++ b/drivers/gpu/drm/rcar-du/Kconfig
> @@ -22,11 +22,11 @@ config DRM_RCAR_CMM
> Enable support for R-Car Color Management Module (CMM).
>
> config DRM_RCAR_DW_HDMI
> - tristate "R-Car DU Gen3 HDMI Encoder Support"
> + tristate "R-Car Gen3 and RZ/G2 DU HDMI Encoder Support"
> depends on DRM && OF
> select DRM_DW_HDMI
> help
> - Enable support for R-Car Gen3 internal HDMI encoder.
> + Enable support for R-Car Gen3 or RZ/G2 internal HDMI encoder.
>
> config DRM_RCAR_LVDS
> tristate "R-Car DU LVDS Encoder Support"

--
Regards,

Laurent Pinchart