diff options
| author | Samson Tam <[email protected]> | 2022-12-05 16:08:40 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2023-01-03 21:50:48 +0000 |
| commit | 878a3c004c0e49bb2d4e552899aaa98f9fad309e (patch) | |
| tree | 37da834e367cc61471442f18a9c1cd557fbf7295 /drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c | |
| parent | drm/amd/display: phase3 mst hdcp for multiple displays (diff) | |
| download | kernel-878a3c004c0e49bb2d4e552899aaa98f9fad309e.tar.gz kernel-878a3c004c0e49bb2d4e552899aaa98f9fad309e.zip | |
drm/amd/display: Uninitialized variables causing 4k60 UCLK to stay at DPM1 and not DPM0
[Why]
SwathSizePerSurfaceY[] and SwathSizePerSurfaceC[] values are uninitialized
because we are using += instead of = operator.
[How]
Assign values in loop with = operator.
Acked-by: Aurabindo Pillai <[email protected]>
Signed-off-by: Samson Tam <[email protected]>
Reviewed-by: Aric Cyr <[email protected]>
Tested-by: Daniel Wheeler <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c')
0 files changed, 0 insertions, 0 deletions
