drm/ttm: Fix ttm_pool_beneficial_order() return type
authorTvrtko Ursulin <tvrtko.ursulin@igalia.com>
Fri, 27 Feb 2026 12:49:01 +0000 (12:49 +0000)
committerTvrtko Ursulin <tursulin@ursulin.net>
Fri, 27 Feb 2026 14:54:31 +0000 (14:54 +0000)
commit6e3f4514e3b432871ac81717d24f56b441857f77
treedb487136800d942514eb51a01ca5aa4c3ca6202d
parent36d9579fed6c9429aa172f77bd28c58696ce8e2b
drm/ttm: Fix ttm_pool_beneficial_order() return type

Fix a nasty copy and paste bug, where the incorrect boolean return type of
the ttm_pool_beneficial_order() helper had a consequence of avoiding
direct reclaim too eagerly for drivers which use this feature (currently
amdgpu).

Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@igalia.com>
Fixes: 7e9c548d3709 ("drm/ttm: Allow drivers to specify maximum beneficial TTM pool size")
Cc: Christian König <christian.koenig@amd.com>
Cc: Thadeu Lima de Souza Cascardo <cascardo@igalia.com>
Cc: dri-devel@lists.freedesktop.org
Cc: <stable@vger.kernel.org> # v6.19+
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Tvrtko Ursulin <tursulin@ursulin.net>
Link: https://lore.kernel.org/r/20260227124901.3177-1-tvrtko.ursulin@igalia.com
drivers/gpu/drm/ttm/ttm_pool_internal.h