]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/amd/display: Fix underflow when playing 8K video in full screen mode
authorLeo Ma <hanghong.ma@amd.com>
Fri, 11 Oct 2024 18:08:34 +0000 (14:08 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 14 Dec 2024 19:03:52 +0000 (20:03 +0100)
commitcc97e79832fba780f15d687e91acf166fe872423
tree5f5bb43097dda39b5c9e8233e2ff10db75c22331
parent9f0cb200f469ce52d116210c70e519dcff176f9e
drm/amd/display: Fix underflow when playing 8K video in full screen mode

[ Upstream commit 4007f07a47de4a277f4760cac3aed1b31d973eea ]

[Why&How]
Flickering observed while playing 8k HEVC-10 bit video in full screen
mode with black border. We didn't support this case for subvp.
Make change to the existing check to disable subvp for this corner case.

Reviewed-by: Alvin Lee <alvin.lee2@amd.com>
Signed-off-by: Leo Ma <hanghong.ma@amd.com>
Signed-off-by: Dillon Varone <dillon.varone@amd.com>
Signed-off-by: Tom Chung <chiahsuan.chung@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpu/drm/amd/display/dc/dml2/dml21/dml21_translation_helper.c