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>
Tue, 1 Nov 2022 15:48:06 +0000 (11:48 -0400)
commitfa7e2b031faf84a607c2b81c15328314b286bc6a
treee2c42e7c4ae52a745c3cd75246e4e5da86db1879
parente70a70d0c03f5594cd09a1a2732c7e136f9c8edd
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