diff options
author | 2024-06-18 14:05:08 -0600 | |
---|---|---|
committer | 2024-07-23 17:07:10 -0400 | |
commit | b995c0a6de6c74656a0c39cd57a0626351b13e3c (patch) | |
tree | a0e66f00c50ae28192cc340a2719752fa72ae89d /drivers/gpu/drm/amd/display/amdgpu_dm | |
parent | drm/amd/display: Refactoring OPP (diff) | |
download | wireguard-linux-b995c0a6de6c74656a0c39cd57a0626351b13e3c.tar.xz wireguard-linux-b995c0a6de6c74656a0c39cd57a0626351b13e3c.zip |
drm/amd/display: Initialize denominators' default to 1
[WHAT & HOW]
Variables used as denominators and maybe not assigned to other values,
should not be 0. Change their default to 1 so they are never 0.
This fixes 10 DIVIDE_BY_ZERO issues reported by Coverity.
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Jerry Zuo <jerry.zuo@amd.com>
Signed-off-by: Alex Hung <alex.hung@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/amdgpu_dm')
0 files changed, 0 insertions, 0 deletions