Re: [PATCH 1/3] drm/rockchip: dw_hdmi_qp: Add platform ctrl callback

2025-01-06 Thread Heiko Stübner
Am Montag, 6. Januar 2025, 09:35:26 CET schrieb Andy Yan: > > Hi Heiko, > > At 2025-01-02 19:51:58, "Heiko Stübner" wrote: > >Hi Andy, > > > >Am Mittwoch, 25. Dezember 2024, 11:37:29 CET schrieb Andy Yan: > >> From: Andy Yan > >> > >> There are some control bits for IO and interrupts status sc

Re:Re: [PATCH 1/3] drm/rockchip: dw_hdmi_qp: Add platform ctrl callback

2025-01-06 Thread Andy Yan
Hi Heiko, At 2025-01-02 19:51:58, "Heiko Stübner" wrote: >Hi Andy, > >Am Mittwoch, 25. Dezember 2024, 11:37:29 CET schrieb Andy Yan: >> From: Andy Yan >> >> There are some control bits for IO and interrupts status scattered >> across different GRF on differt SOC. >> Add platform callback for t

Re: [PATCH 1/3] drm/rockchip: dw_hdmi_qp: Add platform ctrl callback

2025-01-02 Thread Heiko Stübner
Hi Andy, Am Mittwoch, 25. Dezember 2024, 11:37:29 CET schrieb Andy Yan: > From: Andy Yan > > There are some control bits for IO and interrupts status scattered > across different GRF on differt SOC. > Add platform callback for this IO setting and interrupts status > handling. > > Signed-off-by:

[PATCH 1/3] drm/rockchip: dw_hdmi_qp: Add platform ctrl callback

2024-12-25 Thread Andy Yan
From: Andy Yan There are some control bits for IO and interrupts status scattered across different GRF on differt SOC. Add platform callback for this IO setting and interrupts status handling. Signed-off-by: Andy Yan --- .../gpu/drm/rockchip/dw_hdmi_qp-rockchip.c| 81 ---