drm/amd/display: Round up DST_after_scaler to nearest int
authorGeorge Shen <george.shen@amd.com>
Fri, 14 Oct 2022 21:40:08 +0000 (17:40 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 2 Nov 2022 21:16:25 +0000 (17:16 -0400)
commit8dc323133d74518e3b5b07242e2b2f088799ea6e
tree2fe830569447faca24bba55cc1403c092db3d0f8
parentab007e5db5d3b8b8975c7eec69992ff38fe2a46c
drm/amd/display: Round up DST_after_scaler to nearest int

[Why]
The DST_after_scaler value that DML spreadsheet outputs is
generally the driver value round up to the nearest int.

Reviewed-by: Alvin Lee <Alvin.Lee2@amd.com>
Acked-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: George Shen <george.shen@amd.com>
Tested-by: Mark Broadworth <mark.broadworth@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dml/dcn32/display_rq_dlg_calc_32.c