drm/rockchip: inno-hdmi: Fix infoframe upload
authorAlex Bee <knaerzche@gmail.com>
Mon, 5 Aug 2024 11:08:56 +0000 (13:08 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Thu, 15 Aug 2024 10:31:47 +0000 (12:31 +0200)
commitfd45cc614b8acca5bb435ba37fe9b3f9a17fab84
tree50864b1f8100a731a5cf4e4bbba404b98d76c811
parent497d370a644d95a9f04271aa92cb96d32e84c770
drm/rockchip: inno-hdmi: Fix infoframe upload

HDMI analyser shows that the AVI infoframe is no being longer send.

The switch to the HDMI connector api should have used the frame content
which is now given in the buffer parameter, but instead still uses the
(now) empty and superfluous packed_frame variable.

Fix it.

Fixes: 65548c8ff0ab ("drm/rockchip: inno_hdmi: Switch to HDMI connector")
Signed-off-by: Alex Bee <knaerzche@gmail.com>
Acked-by: Maxime Ripard <mripard@kernel.org>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20240805110855.274140-2-knaerzche@gmail.com
drivers/gpu/drm/rockchip/inno_hdmi.c