mirror of https://gitee.com/openkylin/linux.git
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:
parent
cb0b554abe
commit
e249428256
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue