[v1,0/3] Rockchip inno_hdmi update

Message ID 2601b669-c570-f39d-8cf9-bff56c939912@gmail.com
Headers
Series Rockchip inno_hdmi update |

Message

Johan Jonker Nov. 26, 2023, 10:55 a.m. UTC
  Combined update for the Rockchip inno_hdmi driver in a
somewhat similar way to what is proposed for the
"Create HDMI Connector infrastructure patch serie".
Keeping the inno_hdmi and rk3066_hdmi driver functions
comparable makes maintanance easier.

Maxime Ripard (3):
  drm/rockchip: inno_hdmi: Remove useless mode_fixup
  drm/rockchip: inno_hdmi: Switch encoder hooks to atomic
  drm/rockchip: inno_hdmi: Remove unused drm device pointer

 drivers/gpu/drm/rockchip/inno_hdmi.c | 56 ++++++++++++----------------
 1 file changed, 23 insertions(+), 33 deletions(-)

--
2.39.2
  

Comments

Maxime Ripard Nov. 27, 2023, 9:10 a.m. UTC | #1
Hi Johan,

On Sun, Nov 26, 2023 at 11:55:03AM +0100, Johan Jonker wrote:
> Combined update for the Rockchip inno_hdmi driver in a
> somewhat similar way to what is proposed for the
> "Create HDMI Connector infrastructure patch serie".
> Keeping the inno_hdmi and rk3066_hdmi driver functions
> comparable makes maintanance easier.

It's not clear to me what your intent is exactly, these are my exact
patches that you just sent again?

Maxime