diff options
author | Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> | 2022-06-01 10:39:37 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2022-06-08 11:40:12 -0400 |
commit | 87d6b28e4a753f4a0572a695fcee094510dc6519 (patch) | |
tree | a165ebd28952fe9d0c68ae9bff82fa05e73ac9a7 /drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c | |
parent | 136788cc74cbd9fabc2922b77bfdd38a53eb7155 (diff) | |
download | linux-87d6b28e4a753f4a0572a695fcee094510dc6519.tar.gz linux-87d6b28e4a753f4a0572a695fcee094510dc6519.tar.bz2 linux-87d6b28e4a753f4a0572a695fcee094510dc6519.zip |
drm/amd/display: Reduce frame size in the bouding box for DCN301
GCC throw warnings for the function dcn301_fpu_update_bw_bounding_box
due to its frame size that looks like this:
error: the frame size of 1936 bytes is larger than 1024 bytes [-Werror=frame-larger-than=]
For fixing this issue I dropped an intermadiate variable.
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Hamza Mahfooz <hamza.mahfooz@amd.com>
Cc: Aurabindo Pillai <aurabindo.pillai@amd.com>
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c')
0 files changed, 0 insertions, 0 deletions