]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: Calculate scaling ratios on every medium/full update
authorNicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Sun, 5 Apr 2020 20:40:57 +0000 (16:40 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 29 Apr 2020 14:33:03 +0000 (16:33 +0200)
commit22e5abbff00e7bfe05f062207ac11a4f5eafaca7
tree3db7e7c9ae97b451cbe302c78bd594cacf54b6db
parente5b67b24a1a012a0ec1f4385cb6e6c35bcfc7050
drm/amd/display: Calculate scaling ratios on every medium/full update

[ Upstream commit a374ddf442c5e73d3276095ee098bbedc6446513 ]

[Why]
If a plane isn't being actively enabled or disabled then DC won't
always recalculate scaling rects and ratios for the primary plane.

This results in only a partial or corrupted rect being displayed on
the screen instead of scaling to fit the screen.

[How]
Add back the logic to recalculate the scaling rects into
dc_commit_updates_for_stream since this is the expected place to
do it in DC.

This was previously removed a few years ago to fix an underscan issue
but underscan is still functional now with this change - and it should
be, since this is only updating to the latest plane state getting passed
in.

Signed-off-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Reviewed-by: Aric Cyr <Aric.Cyr@amd.com>
Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@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/core/dc.c