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

2023-04-28 Thread Alex Deucher
On Fri, Apr 28, 2023 at 5:03 AM Christian König wrote: > > Am 27.04.23 um 17:27 schrieb Alex Deucher: > > Reduces preemption latency. > > > > v2: move MES MQDs into VRAM as well (YuBiao) > > v3: enable on gfx10, 11 only (Alex) > > The why we do that not for gfx9 is missing. We could do it for gfx

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

2023-04-28 Thread Christian König
Am 27.04.23 um 17:27 schrieb Alex Deucher: Reduces preemption latency. v2: move MES MQDs into VRAM as well (YuBiao) v3: enable on gfx10, 11 only (Alex) The why we do that not for gfx9 is missing. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c | 4 drivers/g

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

2023-04-27 Thread Alex Deucher
Reduces preemption latency. v2: move MES MQDs into VRAM as well (YuBiao) v3: enable on gfx10, 11 only (Alex) Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c | 4 drivers/gpu/drm/amd/amdgpu/mes_v10_1.c | 1 + drivers/gpu/drm/amd/amdgpu/mes_v11_0.c | 1 + 3 files ch

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

2023-04-26 Thread Alex Deucher
Reduces preemption latency. v2: move MES MQDs into VRAM as well (YuBiao) v3: enable on gfx10, 11 only (Alex) Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c | 4 drivers/gpu/drm/amd/amdgpu/mes_v10_1.c | 1 + drivers/gpu/drm/amd/amdgpu/mes_v11_0.c | 1 + 3 files ch