Skip to content

Commit 085292c

Browse files
Michel Dänzeralexdeucher
authored andcommitted
Revert "drm/amd/amdgpu: add pipe1 hardware support"
This reverts commit 4c76318. Triggered GFX hangs with GNOME Wayland on Navi 21. Bug: https://gitlab.freedesktop.org/drm/amd/-/issues/2117 Signed-off-by: Michel Dänzer <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent bbca24d commit 085292c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4846,7 +4846,7 @@ static int gfx_v10_0_sw_init(void *handle)
48464846
case IP_VERSION(10, 3, 3):
48474847
case IP_VERSION(10, 3, 7):
48484848
adev->gfx.me.num_me = 1;
4849-
adev->gfx.me.num_pipe_per_me = 2;
4849+
adev->gfx.me.num_pipe_per_me = 1;
48504850
adev->gfx.me.num_queue_per_pipe = 1;
48514851
adev->gfx.mec.num_mec = 2;
48524852
adev->gfx.mec.num_pipe_per_mec = 4;

0 commit comments

Comments
 (0)