[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <15367137.tv2OnDr8pf@diego>
Date: Thu, 02 Jan 2025 12:56:55 +0100
From: Heiko Stübner <heiko@...ech.de>
To: Andy Yan <andyshrk@....com>,
Detlev Casanova <detlev.casanova@...labora.com>
Cc: cristian.ciocaltea@...labora.com, krzk+dt@...nel.org, mripard@...nel.org,
hjc@...k-chips.com, devicetree@...r.kernel.org,
dri-devel@...ts.freedesktop.org, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org, linux-rockchip@...ts.infradead.org,
Andy Yan <andy.yan@...k-chips.com>
Subject: Re: [PATCH 3/3] drm/rockchip: Add basic RK3576 HDMI output support
Am Mittwoch, 25. Dezember 2024, 11:37:31 CET schrieb Andy Yan:
> From: Andy Yan <andy.yan@...k-chips.com>
>
> The HDMI on RK3576 shares the same IP block (PHY and Controller)
> with rk3588.
> However, there are some control bits scattered in different GRF.
>
> Signed-off-by: Andy Yan <andy.yan@...k-chips.com>
> Signed-off-by: Detlev Casanova <detlev.casanova@...labora.com>
> Tested-by: Detlev Casanova <detlev.casanova@...labora.com>
The attribution is strange. Where does the Signed-off from Detlev come
from?
At that position it would mean that he's the sender, but that's obviously
not the case.
I guess it's either just the Tested-by ... or you need an additional
Co-Developed-by if Detlev contributed to this patch.
> ---
>
> .../gpu/drm/rockchip/dw_hdmi_qp-rockchip.c | 143 +++++++++++++++++-
> 1 file changed, 141 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/rockchip/dw_hdmi_qp-rockchip.c b/drivers/gpu/drm/rockchip/dw_hdmi_qp-rockchip.c
> index b21e868e7c16..bd9216e45e74 100644
> --- a/drivers/gpu/drm/rockchip/dw_hdmi_qp-rockchip.c
> +++ b/drivers/gpu/drm/rockchip/dw_hdmi_qp-rockchip.c
[...]
> @@ -287,8 +422,12 @@ static const struct rockchip_hdmi_qp_cfg rk3588_hdmi_cfg = {
> };
>
> static const struct of_device_id dw_hdmi_qp_rockchip_dt_ids[] = {
> - { .compatible = "rockchip,rk3588-dw-hdmi-qp",
> - .data = &rk3588_hdmi_cfg },
> + { .compatible = "rockchip,rk3576-dw-hdmi-qp",
> + .data = &rk3576_hdmi_cfg
> + }, {
> + .compatible = "rockchip,rk3588-dw-hdmi-qp",
> + .data = &rk3588_hdmi_cfg
> + },
nit: please keep consistent styling between the listentries. Right now the
rk3576 and changed rk3588 entries use different styles.
Heiko
Powered by blists - more mailing lists