Commit e2494282 authored by Alex Deucher's avatar Alex Deucher

drm/amd/display: updates for dcn20_update_bandwidth

Pass extra parameter to validate_bandwidth() callback.
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent cb0b554a
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment