]> 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)
commit2922e4fb5ec30d4a3d69f20a729885aa18c62148
tree0287cb1d1afbfc52772e48bfdd678f44e824c97a
parente95805a04e683edbca036009a53be2cb6a59e3ca
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