Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e2494282 authored by Alex Deucher's avatar Alex Deucher
Browse files

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}