]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/display: Exclude the MST overhead from BW deallocation
authorCruise Hung <Cruise.Hung@amd.com>
Wed, 6 May 2026 13:19:10 +0000 (21:19 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 19 May 2026 15:45:41 +0000 (11:45 -0400)
commit246ff639ec00eb7e88ebc5ed6ad988442aa639ea
tree1cf5a06f28250e717a0669e08d5922e690454eac
parent8d61521e0a8469ec5c62fbbe767b2b1ad69333ab
drm/amd/display: Exclude the MST overhead from BW deallocation

[Why]
The MST overhead was incorrectly included
in the requested BW during BW deallocation.

[How]
Exclude the MST overhead from BW deallocation.

Reviewed-by: Wenjing Liu <wenjing.liu@amd.com>
Reviewed-by: Meenakshikumar Somasundaram <meenakshikumar.somasundaram@amd.com>
Signed-off-by: Cruise Hung <Cruise.Hung@amd.com>
Signed-off-by: Ivan Lipski <ivan.lipski@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/link/link_dpms.c