]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/display: add memory bandwidth override debug interface
authorWenjing Liu <wenjing.liu@amd.com>
Fri, 17 Apr 2026 19:46:02 +0000 (15:46 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 5 May 2026 13:56:53 +0000 (09:56 -0400)
commitd05a1c347ca54c02dbcf6a6d32f6b2d9998ceae4
treee37e49d55cd2fde3570964e3c870b7e2cbab6c02
parent74ef54e656e7006cfc215e960b0cf2720a7a3d48
drm/amd/display: add memory bandwidth override debug interface

[Why & How]
Add override_memory_bandwidth_request to clk_mgr_funcs and get_utm_qos_model callback
 to soc_and_ip_translator_funcs for future test use.

Reviewed-by: Dillon Varone <dillon.varone@amd.com>
Signed-off-by: Wenjing Liu <wenjing.liu@amd.com>
Signed-off-by: James Lin <pinglei.lin@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/core/dc.c
drivers/gpu/drm/amd/display/dc/dc.h
drivers/gpu/drm/amd/display/dc/inc/hw/clk_mgr.h
drivers/gpu/drm/amd/display/dc/inc/soc_and_ip_translator.h