]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/radeon: replace nested min calls with min3
authorThorsten Blum <thorsten.blum@linux.dev>
Tue, 7 Apr 2026 18:14:08 +0000 (20:14 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 17 Apr 2026 19:41:13 +0000 (15:41 -0400)
commit850b107765c166522656bd468cf6afa89288d107
treea8d173cfe9eb3440f74d4e31378661c6fcbf6b21
parent4ecf76a3fecf5ff622531be51b601d785fae9737
drm/radeon: replace nested min calls with min3

In dce6_available_bandwidth() and dce8_available_bandwidth(), replace
nested min() calls with min3().

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/cik.c
drivers/gpu/drm/radeon/si.c