Re: [PATCH] drm/amdgpu: put MQDs in VRAM

2023-05-03 Thread Luben Tuikov
Reviewed-by: Luben Tuikov Regards, Luben On 2023-05-01 10:55, Alex Deucher wrote: > Ping? > > Alex > > On Fri, Apr 28, 2023 at 11:57 AM Alex Deucher > wrote: >> >> Reduces preemption latency. >> Only enable this for gfx10 and 11 for now >> to avoid changing behavior on gfx 8 and 9. >> >> v2:

Re: [PATCH] drm/amdgpu: put MQDs in VRAM

2023-05-01 Thread Alex Deucher
Ping? Alex On Fri, Apr 28, 2023 at 11:57 AM Alex Deucher wrote: > > Reduces preemption latency. > Only enable this for gfx10 and 11 for now > to avoid changing behavior on gfx 8 and 9. > > v2: move MES MQDs into VRAM as well (YuBiao) > v3: enable on gfx10, 11 only (Alex) > v4: minor style change

[PATCH] drm/amdgpu: put MQDs in VRAM

2023-04-28 Thread Alex Deucher
Reduces preemption latency. Only enable this for gfx10 and 11 for now to avoid changing behavior on gfx 8 and 9. v2: move MES MQDs into VRAM as well (YuBiao) v3: enable on gfx10, 11 only (Alex) v4: minor style changes, document why gfx10/11 only (Alex) Signed-off-by: Alex Deucher --- drivers/gp

RE: [PATCH] drm/amdgpu: put MQDs in VRAM

2023-04-23 Thread Wang, YuBiao
Behalf Of Alex Deucher Sent: Thursday, April 20, 2023 11:59 PM To: amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander Subject: [PATCH] drm/amdgpu: put MQDs in VRAM Reduces preemption latency. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c | 2 ++ 1 file changed, 2 inse

[PATCH] drm/amdgpu: put MQDs in VRAM

2023-04-20 Thread Alex Deucher
Reduces preemption latency. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c index 60bb4bba1994..f52feee1d64d 100644 --- a/drivers/gpu/d