diff options
| author | Rodrigo Siqueira <[email protected]> | 2022-06-30 18:46:19 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2022-06-30 23:34:59 +0000 |
| commit | 071ebbb0d4826ce7c47953b955a522f503dcedfb (patch) | |
| tree | 3560f4544374a24ac25f61e9985f1ddc650fa377 /drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h | |
| parent | drm/amd/display: Fix __umoddi3 undefined for 32 bit compilation (diff) | |
| download | kernel-071ebbb0d4826ce7c47953b955a522f503dcedfb.tar.gz kernel-071ebbb0d4826ce7c47953b955a522f503dcedfb.zip | |
drm/amd/display: Fix __floatunsidf undefined for 32 bit compilation
When we tried to compile DCN32/321 for 32-bit architecture, we got this
error message:
ERROR: modpost: "__floatunsidf" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined!
This was caused because we were trying to assign an unsigned int to a
double value which causes issues for 32-bit architecture. This issue can
be fixed by changing the value type.
Cc: Aurabindo Pillai <[email protected]>
Cc: Harry Wentland <[email protected]>
Cc: Alex Deucher <[email protected]>
Cc: Randy Dunlap <[email protected]>
Fixes: 265280b99822 ("drm/amd/display: add CLKMGR changes for DCN32/321")
Reported-by: Stephen Rothwell <[email protected]>
Acked-by: Randy Dunlap <[email protected]>
Tested-by: Randy Dunlap <[email protected]> # build-tested
Reviewed-by: Alex Deucher <[email protected]>
Signed-off-by: Rodrigo Siqueira <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h')
0 files changed, 0 insertions, 0 deletions
