drm/rockchip: inno_hdmi: Remove useless input format
authorMaxime Ripard <mripard@kernel.org>
Fri, 22 Dec 2023 17:42:01 +0000 (18:42 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Fri, 29 Dec 2023 23:33:19 +0000 (00:33 +0100)
commitc1ceee3248742149d1a602fd913bd88857da1d52
treefaffb2977bc729515c35945ba4da83f24a1d6338
parentf8723484e045ff2d176124484907ec0199c55a0c
drm/rockchip: inno_hdmi: Remove useless input format

The driver has a lot of logic to deal with multiple input formats, but
hardcodes it to RGB. This means that most of that code has been dead
code, so let's get rid of it.

Signed-off-by: Maxime Ripard <mripard@kernel.org>
Tested-by: Alex Bee <knaerzche@gmail.com>
[made checkpatch happy]
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-11-knaerzche@gmail.com
drivers/gpu/drm/rockchip/inno_hdmi.c