diff options
author | 2023-05-17 15:04:35 -0400 | |
---|---|---|
committer | 2023-06-09 10:38:06 -0400 | |
commit | f2cd6b26922e68ffafd14a9128e20630296e430d (patch) | |
tree | 9dfafd78407501c814ae40069e4468dff9630c8d /drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h | |
parent | drm/amd/amdgpu: Fix errors & warnings in amdgpu_ttm.c (diff) | |
download | wireguard-linux-f2cd6b26922e68ffafd14a9128e20630296e430d.tar.xz wireguard-linux-f2cd6b26922e68ffafd14a9128e20630296e430d.zip |
drm/amdkfd: fix stack size in svm_range_validate_and_map
Allocate large local variable on heap to avoid exceeding the
stack size:
drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_svm.c: In function ‘svm_range_validate_and_map’:
drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_svm.c:1690:1: warning: the frame size of 2360 bytes is larger than 2048 bytes [-Wframe-larger-than=]
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h')
0 files changed, 0 insertions, 0 deletions