]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: treat memory as a single-channel for asymmetric memory
authorHugo Hu <hugo.hu@amd.com>
Wed, 20 Jan 2021 07:54:11 +0000 (15:54 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 2 Mar 2021 19:07:38 +0000 (14:07 -0500)
commit1321cb7a3e6270f19ac97cf4d44313507e6731a9
tree1b59cb2a309689389c6c499120c88b37dec25f2c
parent82e41bd653b61bd8fd554a5b321ce49da64688c6
drm/amd/display: treat memory as a single-channel for asymmetric memory

[Why]
1. Driver use umachannelnumber to calculate watermarks for stutter.
In asymmetric memory config, the actual bandwidth is less than
dual-channel. The bandwidth should be the same as single-channel.
2. We found single rank dimm need additional delay time for stutter.

[How]
Get information from each DIMM. Treat memory config as a single-channel
for asymmetric memory in bandwidth calculating. Add additional delay
time for single rank dimm.

Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Hugo Hu <hugo.hu@amd.com>
Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/clk_mgr/dcn21/rn_clk_mgr.c
drivers/gpu/drm/amd/display/dc/dc.h