Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/amdgpu: Increase GFX6 graphics ring size.

To ensure it supports 192 IBs per submission, so we can keep a
simplified IB limit in the follow up patch without having to
look at IP or GPU version.

Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Bas Nieuwenhuizen and committed by
Alex Deucher
97041ed3 128c1ca0

+1 -1
+1 -1
drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c
··· 3073 3073 ring = &adev->gfx.gfx_ring[i]; 3074 3074 ring->ring_obj = NULL; 3075 3075 sprintf(ring->name, "gfx"); 3076 - r = amdgpu_ring_init(adev, ring, 1024, 3076 + r = amdgpu_ring_init(adev, ring, 2048, 3077 3077 &adev->gfx.eop_irq, 3078 3078 AMDGPU_CP_IRQ_GFX_ME0_PIPE0_EOP, 3079 3079 AMDGPU_RING_PRIO_DEFAULT, NULL);