drm/rockchip: inno_hdmi: Subclass connector state
authorAlex Bee <knaerzche@gmail.com>
Fri, 22 Dec 2023 17:42:10 +0000 (18:42 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Fri, 29 Dec 2023 23:38:28 +0000 (00:38 +0100)
commitceeb0f0104a62c867656c2730a51df47e7350b8f
treeb804a5cae1b02fdaf29b4180093b0ec2bd52acba
parentf68a68fe9d9197ea6aa9cb461270685f370b165e
drm/rockchip: inno_hdmi: Subclass connector state

The data which is currently hold in hdmi_data should not be part of device
itself but of the connector state.
Introduce a connector state subclass and move the data from hdmi_data in
there.

Suggested-by: Maxime Ripard <mripard@kernel.org>
Signed-off-by: Alex Bee <knaerzche@gmail.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20231222174220.55249-20-knaerzche@gmail.com
drivers/gpu/drm/rockchip/inno_hdmi.c