diff options
author | Samuel Holland <samuel.holland@sifive.com> | 2023-07-17 15:29:23 -0700 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2023-07-21 16:52:25 -0400 |
commit | 6f7cd0371ea79df29791fd56df64b516041d4633 (patch) | |
tree | e5adec65bc27400213ee8a00db68c4e8b68f8962 /drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c | |
parent | a6a69a12841cb7bec60bcc1bc0e1ad4ae1ce48cd (diff) | |
download | linux-6f7cd0371ea79df29791fd56df64b516041d4633.tar.gz linux-6f7cd0371ea79df29791fd56df64b516041d4633.tar.bz2 linux-6f7cd0371ea79df29791fd56df64b516041d4633.zip |
drm/amd/display: Allow building DC with clang on RISC-V
clang on RISC-V appears to be unaffected by the bug causing excessive
stack usage in calculate_bandwidth(). clang 16 with -fstack-usage
reports a 304 byte stack frame size with CONFIG_ARCH_RV32I, and 512
bytes with CONFIG_ARCH_RV64I.
Reviewed-by: Nathan Chancellor <nathan@kernel.org>
Tested-by: Nathan Chancellor <nathan@kernel.org>
Signed-off-by: Samuel Holland <samuel.holland@sifive.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c')
0 files changed, 0 insertions, 0 deletions