Re:Re: [PATCH 3/3] drm/rockchip: Add basic RK3576 HDMI output support

2025-01-06 Thread Andy Yan
Hi Heiko, At 2025-01-02 19:56:55, "Heiko Stübner" wrote: >Am Mittwoch, 25. Dezember 2024, 11:37:31 CET schrieb Andy Yan: >> From: Andy Yan >> >> The HDMI on RK3576 shares the same IP block (PHY and Controller) >> with rk3588. >> However, there are some control bits scattered in different GRF. >

Re: [PATCH 3/3] drm/rockchip: Add basic RK3576 HDMI output support

2025-01-02 Thread Heiko Stübner
Am Mittwoch, 25. Dezember 2024, 11:37:31 CET schrieb Andy Yan: > From: Andy Yan > > 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 > Signed-off-by: Detlev Casanova >

[PATCH 3/3] drm/rockchip: Add basic RK3576 HDMI output support

2024-12-25 Thread Andy Yan
From: Andy Yan 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 Signed-off-by: Detlev Casanova Tested-by: Detlev Casanova --- .../gpu/drm/rockchip/dw_hdmi_qp-rockchip.c|