drm/amd/display: Remove SubVp support if src/dst rect does not equal stream timing
authorSaaem Rizvi <SyedSaaem.Rizvi@amd.com>
Thu, 15 Dec 2022 21:38:08 +0000 (16:38 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 17 Jan 2023 20:38:22 +0000 (15:38 -0500)
commit899dd5b8359da7a16168a14fab362f970d6e6793
treea6058086495a573ae54789d87e6f62645c9dd9e7
parent27fc64764e291bff1a73d212f22f47ec06b78530
drm/amd/display: Remove SubVp support if src/dst rect does not equal stream timing

Current implementation of SubVP does not support cases where stream
timing matched neither the destination rect nor the source rect.

Will need to further debug to see how we can support these cases.

Tested-by: Daniel Wheeler <Daniel.Wheeler@amd.com>
Reviewed-by: Alvin Lee <Alvin.Lee2@amd.com>
Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Saaem Rizvi <SyedSaaem.Rizvi@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_resource_helpers.c