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>
Thu, 2 Feb 2023 03:45:50 +0000 (22:45 -0500)
commitea062fd28f922cb118bfb33229f405b81aff7781
treec629c4c4162c08d90e14c9f66af07d8efb59cf00
parented8e793c65e4c6633e8577e40d574da8a56d2e0f
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