linux/drivers/gpu/drm/amd/display
Samson Tam f3c23bea59 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 <aurabindo.pillai@amd.com>
Signed-off-by: Samson Tam <samson.tam@amd.com>
Reviewed-by: Aric Cyr <aric.cyr@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org # 6.0.x, 6.1.x
2023-01-03 17:20:04 -05:00
..
amdgpu_dm ACPI fixes for 6.2-rc2 2022-12-30 10:47:25 -08:00
dc drm/amd/display: Uninitialized variables causing 4k60 UCLK to stay at DPM1 and not DPM0 2023-01-03 17:20:04 -05:00
dmub drm/amd/display: Add margin on DRR vblank start for subvp 2022-11-23 09:47:13 -05:00
include drm/amd/display: Refactor LTTPR mode selection 2022-09-29 09:41:46 -04:00
modules drm/amd/display: new ABM config 2 2022-11-23 09:47:13 -05:00
Kconfig drm for 6.2: 2022-12-13 11:59:58 -08:00
Makefile
TODO