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:
Alex Deucher 2019-04-22 16:41:54 -05:00
parent cb0b554abe
commit e249428256
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}