All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/amdgpu: Repeat assignment to max_slave_planes
@ 2021-01-14  7:47 ` ZhiJie.Zhang
  0 siblings, 0 replies; 6+ messages in thread
From: ZhiJie.Zhang @ 2021-01-14  7:47 UTC (permalink / raw)
  To: airlied, daniel, alexander.deucher, sunpeng.li
  Cc: amd-gfx, dri-devel, linux-kernel

Signed-off-by: ZhiJie.Zhang <zhangzhijie@loongson.cn>
---
 drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c b/drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c
index 3f63822b8e28..9a86d43a6233 100644
--- a/drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c
+++ b/drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c
@@ -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;
 }
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-01-14 17:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-14  7:47 [PATCH] drm/amdgpu: Repeat assignment to max_slave_planes ZhiJie.Zhang
2021-01-14  7:47 ` ZhiJie.Zhang
2021-01-14  7:47 ` ZhiJie.Zhang
2021-01-14 17:41 ` Alex Deucher
2021-01-14 17:41   ` Alex Deucher
2021-01-14 17:41   ` Alex Deucher

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.