drm/amd/display: Add missing brackets in calculation
authorDaniel Miess <Daniel.Miess@amd.com>
Tue, 17 Jan 2023 20:34:35 +0000 (15:34 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 31 Jan 2023 19:01:30 +0000 (14:01 -0500)
commit1715339b45c46f4b588d940f50cc91ef0f10d4a1
tree0c3ec9b26c4d88d5397f4cc0f8b178953251fa96
parentf5df7725e38853b5b07b7ab41017916f1e5b4e57
drm/amd/display: Add missing brackets in calculation

[Why]
Brackets missing in the calculation for MIN_DST_Y_NEXT_START

[How]
Add missing brackets for this calculation

Reviewed-by: Nicholas Kazlauskas <Nicholas.Kazlauskas@amd.com>
Acked-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Daniel Miess <Daniel.Miess@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dml/dcn314/display_mode_vba_314.c