drm/amd/display: Fix the incorrect type in dml_print
authorAlex Hung <alex.hung@amd.com>
Thu, 8 Jan 2026 00:31:37 +0000 (17:31 -0700)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 12 Feb 2026 20:16:17 +0000 (15:16 -0500)
commit0f2620c48640e6635270d54d2cd9d724e5a1338a
treeb1f37ed8b0a153e035294b36816c3b91bdc95b4a
parent7d9ec9dc20ecdb1661f4538cd9112cd3d6a5f15a
drm/amd/display: Fix the incorrect type in dml_print

[Why & How]
soc->max_outstanding_reqs is a dml_uint_t, not a dml_float_t.

Reviewed-by: Austin Zheng <austin.zheng@amd.com>
Reviewed-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Tom Chung <chiahsuan.chung@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dml2_0/display_mode_util.c