]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: remove number of DSC slices override in DML
authorWenjing Liu <wenjing.liu@amd.com>
Wed, 29 Jun 2022 18:55:43 +0000 (14:55 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 25 Jul 2022 13:31:01 +0000 (09:31 -0400)
commit97b9a4865236622f0435ea8465e8e674113017a8
tree0287cb1d1afbfc52772e48bfdd678f44e824c97a
parent3a59ca7b2c84a6823990d5b8c21d872558671c4a
drm/amd/display: remove number of DSC slices override in DML

[why]
Number of DSC slices is an input to DML with high dependency
on display specific capability. This isn't something DML can decide
on its own. DML has to use the original number of DSC slices input
to DML during validation without modification. Otherwise the
computed DSC delay will not reflect the current configuration
and therefore causes validation failures.

[how]
Remove DML override for number of DSC slices parameter.

Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Reviewed-by: Alvin Lee <Alvin.Lee2@amd.com>
Acked-by: Alan Liu <HaoPing.Liu@amd.com>
Signed-off-by: Wenjing Liu <wenjing.liu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dml/dcn32/display_mode_vba_32.c