diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2023-05-17 15:04:35 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2023-06-09 10:38:06 -0400 |
commit | f2cd6b26922e68ffafd14a9128e20630296e430d (patch) | |
tree | 9dfafd78407501c814ae40069e4468dff9630c8d /drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c | |
parent | 01c3f464743b64e6e65cb9bad951458986819a42 (diff) |
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_vcn.c')
0 files changed, 0 insertions, 0 deletions