mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-08 09:12:39 -04:00
drm/amd/display: updates for dcn20_update_bandwidth
Pass extra parameter to validate_bandwidth() callback. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -1345,7 +1345,7 @@ bool dcn20_update_bandwidth(
|
||||
int i;
|
||||
|
||||
/* recalculate DML parameters */
|
||||
if (!dc->res_pool->funcs->validate_bandwidth(dc, context)) {
|
||||
if (!dc->res_pool->funcs->validate_bandwidth(dc, context, false)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user