drm/nouveau: hdmigv100.c: fix corrupted HDMI Vendor InfoFrame
stable inclusion form stable-v5.10.82 commit 8da80ec6d4f7c90e0ea5b9edb37c211adc3e9a01 bugzilla: 185877 https://gitee.com/openeuler/kernel/issues/I4QU6V Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=8da80ec6d4f7c90e0ea5b9edb37c211adc3e9a01 -------------------------------- [ Upstream commit 3cc1ae1f ] gv100_hdmi_ctrl() writes vendor_infoframe.subpack0_high to 0x6f0110, and then overwrites it with 0. Just drop the overwrite with 0, that's clearly a mistake. Because of this issue the HDMI VIC is 0 instead of 1 in the HDMI Vendor InfoFrame when transmitting 4kp30. Signed-off-by: NHans Verkuil <hverkuil-cisco@xs4all.nl> Fixes: 290ffeaf ("drm/nouveau/disp/gv100: initial support") Reviewed-by: NBen Skeggs <bskeggs@redhat.com> Signed-off-by: NKarol Herbst <kherbst@redhat.com> Link: https://patchwork.freedesktop.org/patch/msgid/3d3bd0f7-c150-2479-9350-35d394ee772d@xs4all.nlSigned-off-by: NSasha Levin <sashal@kernel.org> Signed-off-by: NChen Jun <chenjun102@huawei.com> Signed-off-by: NZheng Zengkai <zhengzengkai@huawei.com>
Showing
想要评论请 注册 或 登录