]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: fix recout calculation for left side clip
authorDmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Mon, 26 Oct 2020 15:48:58 +0000 (11:48 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 2 Nov 2020 20:32:37 +0000 (15:32 -0500)
commit17571f249e2f9685c64760486eefc9623da13440
treea0772ff973822a25f05b3d3ff74b33f87a7e4d61
parent0794c2ee82285068fedb619a4aac9e59766a9235
drm/amd/display: fix recout calculation for left side clip

Recout calculation does not corrrectly handle plane
clip rect that extends beyond the left most border
of stream source rect. This change adds handling by
truncating the invisible clip rect.

Signed-off-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Reviewed-by: Hersen Wu <hersenxs.wu@amd.com>
Acked-by: Qingqing Zhuo <qingqing.zhuo@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/core/dc_resource.c