diff options
author | Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> | 2022-06-01 17:52:06 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2022-06-08 18:40:31 +0300 |
commit | 284498206f31e655fb61b1e08d0506dccbffe55f (patch) | |
tree | a0c4903842f6bd32e381bf71c4ff0b2264f73ea1 /drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c | |
parent | 87d6b28e4a753f4a0572a695fcee094510dc6519 (diff) | |
download | linux-284498206f31e655fb61b1e08d0506dccbffe55f.tar.xz |
drm/amd/display: Reduce frame size in the bouding box for DCN31/316
GCC throw warnings for the function dcn31_update_bw_bounding_box and
dcn316_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