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

drm/amdgpu: Repeat assignment to max_slave_planes

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