drm/amd/display: Fix HSplit causing increase in DSC Slice Count
authorDillon Varone <dillon.varone@amd.com>
Fri, 19 Feb 2021 16:48:21 +0000 (11:48 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 2 Mar 2021 19:07:46 +0000 (14:07 -0500)
commitb8cc3e504622e7d0f9c34bb5bdd523c5b4f88345
tree56cbebb0ad24aee52c724221568224c81a8e4470
parentdbc43d5fdf48e4e558338fcaef8c9d19521d1c2e
drm/amd/display: Fix HSplit causing increase in DSC Slice Count

[Why?]
HSplit should not affect DSC slice count. Can cause improper timings to
be applied for certain modes.

[How?]
No longer change DSC Slice count based on HSplit.

Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Dillon Varone <dillon.varone@amd.com>
Reviewed-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c
drivers/gpu/drm/amd/display/dc/dml/display_mode_vba.c