dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/5] Revert "drm/amd/dal: Fix underlay pipe and pipe count for Stoney"
@ 2016-10-20 13:20 Christian König
  2016-10-20 13:20 ` [PATCH 2/5] dma-buf/fence: make timeout handling in fence_default_wait consistent Christian König
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Christian König @ 2016-10-20 13:20 UTC (permalink / raw)
  To: dri-devel

From: Harry Wentland <harry.wentland@amd.com>

This reverts commit 4a183f66e543f697271f2ef717fb72aed071e968.

Change-Id: I331ab0afccf55bd4e50890c64f354249993fb20a
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Andrey Grodzovsky <andrey.grodzovsky@amd.com>
---
 drivers/gpu/drm/amd/dal/dc/dce110/dce110_resource.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/amd/dal/dc/dce110/dce110_resource.c b/drivers/gpu/drm/amd/dal/dc/dce110/dce110_resource.c
index 0258aba..9187b34 100644
--- a/drivers/gpu/drm/amd/dal/dc/dce110/dce110_resource.c
+++ b/drivers/gpu/drm/amd/dal/dc/dce110/dce110_resource.c
@@ -1053,15 +1053,14 @@ static bool construct(
 	 *************************************************/
 
 	pool->base.pipe_count = 3;
-	pool->base.stream_enc_count = 3;
 	pool->base.underlay_pipe_index = 3;
 
 	if (ASIC_REV_IS_STONEY(asic_id.hw_internal_rev)) {
 		pool->base.pipe_count = 2;
-		pool->base.stream_enc_count = 2;
 		pool->base.underlay_pipe_index = 2;
 	}
 
+	pool->base.stream_enc_count = 3;
 	dc->public.caps.max_downscale_ratio = 150;
 	dc->public.caps.i2c_speed_in_khz = 100;
 
-- 
2.5.0

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2016-11-08  9:27 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-20 13:20 [PATCH 1/5] Revert "drm/amd/dal: Fix underlay pipe and pipe count for Stoney" Christian König
2016-10-20 13:20 ` [PATCH 2/5] dma-buf/fence: make timeout handling in fence_default_wait consistent Christian König
2016-10-20 19:57   ` Alex Deucher
2016-11-07  0:59   ` Gustavo Padovan
2016-10-20 13:20 ` [PATCH 3/5] dma-buf/fence: revert "don't wait when specified timeout is zero" Christian König
2016-11-07  1:01   ` Gustavo Padovan
2016-10-20 13:20 ` [PATCH 4/5] drm/ttm: fix ttm_bo_wait Christian König
2016-11-07  1:07   ` Gustavo Padovan
2016-10-20 13:20 ` [PATCH 5/5] reservation: revert "wait only with non-zero timeout specified (v3)" v2 Christian König
2016-11-07  1:07   ` Gustavo Padovan
2016-11-07 17:55     ` Alex Deucher
2016-11-08  9:27       ` Daniel Vetter
2016-10-20 13:25 ` [PATCH 1/5] Revert "drm/amd/dal: Fix underlay pipe and pipe count for Stoney" Christian König

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox