]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/amd/display: move memory latency update to dml for dcn42
authorDmytro Laktyushkin <dmytro.laktyushkin@amd.com>
Wed, 25 Mar 2026 21:07:03 +0000 (17:07 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 17 Apr 2026 19:21:33 +0000 (15:21 -0400)
commit136d15b077e3ec3ab7df5848cba0bb3a5eff222c
tree8a66a40fa7519f018a213a4ef7aa0987882e0893
parent355408042a4ddbd56548d7e7f6ab49731a7efa4b
drm/amd/display: move memory latency update to dml for dcn42

Memory latencies are soc specific and should be part of dml soc
bounding box. This change removes them from clk_mgr and has
latency update happen based on memory type when dml socbb is being
updated.

Reviewed-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Reviewed-by: Charlene Liu <charlene.liu@amd.com>
Signed-off-by: Dmytro Laktyushkin <dmytro.laktyushkin@amd.com>
Signed-off-by: Roman Li <roman.li@amd.com>
Tested-by: Dan Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/clk_mgr/dcn42/dcn42_clk_mgr.c
drivers/gpu/drm/amd/display/dc/soc_and_ip_translator/dcn42/dcn42_soc_and_ip_translator.c