Commit 46aa2ff3 authored by ZhiJie.Zhang's avatar ZhiJie.Zhang Committed by Alex Deucher

drm/amdgpu: Repeat assignment to max_slave_planes

Signed-off-by: default avatarZhiJie.Zhang <zhangzhijie@loongson.cn>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent ac492ec9
......@@ -1272,7 +1272,6 @@ static bool underlay_create(struct dc_context *ctx, struct resource_pool *pool)
/* update the public caps to indicate an underlay is available */
ctx->dc->caps.max_slave_planes = 1;
ctx->dc->caps.max_slave_planes = 1;
return true;
}
......
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