]> git.itanic.dy.fi Git - linux-stable/commit
drm/amdkfd: reduce stack size in kfd_topology_add_device()
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 21 Sep 2023 14:32:09 +0000 (10:32 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 3 Oct 2023 19:40:50 +0000 (15:40 -0400)
commit4ff91f218547bfc3d230c00e46725b71a625acbc
treeb32fbda9437a902666f8f08bd96ecf857cb8e260
parentfc598890715669ff794b253fdf387cd02b9396f8
drm/amdkfd: reduce stack size in kfd_topology_add_device()

kfd_topology.c:2082:1: warning: the frame size of 1440 bytes is larger than 1024 bytes

Link: https://gitlab.freedesktop.org/drm/amd/-/issues/2866
Cc: Arnd Bergmann <arnd@kernel.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdkfd/kfd_topology.c