Re: [PATCH 3/7] drm/amdgpu: implement tlbs invalidate on gfx9 gfx10

2020-01-13 Thread Felix Kuehling
On 2020-01-13 3:26 p.m., Alex Sierra wrote: tlbs invalidate pointer function added to kiq_pm4_funcs struct. This way, tlb flush can be done through kiq member. TLBs invalidatation implemented for gfx9 and gfx10. Change-Id: I1b77b364f3ae0038ff3e70e869be5f2ef6e6d293 Signed-off-by: Alex Sierra

Re: [PATCH 3/7] drm/amdgpu: implement tlbs invalidate on gfx9 gfx10

2020-01-13 Thread Felix Kuehling
The series is Reviewed-by: Felix Kuehling On 2020-01-13 3:26 p.m., Alex Sierra wrote: tlbs invalidate pointer function added to kiq_pm4_funcs struct. This way, tlb flush can be done through kiq member. TLBs invalidatation implemented for gfx9 and gfx10. Change-Id:

[PATCH 3/7] drm/amdgpu: implement tlbs invalidate on gfx9 gfx10

2020-01-13 Thread Alex Sierra
tlbs invalidate pointer function added to kiq_pm4_funcs struct. This way, tlb flush can be done through kiq member. TLBs invalidatation implemented for gfx9 and gfx10. Change-Id: I1b77b364f3ae0038ff3e70e869be5f2ef6e6d293 Signed-off-by: Alex Sierra --- drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h |

Re: [PATCH 3/7] drm/amdgpu: implement tlbs invalidate on gfx9 gfx10

2020-01-13 Thread Felix Kuehling
On 2020-01-11 1:39 p.m., Alex Sierra wrote: tlbs invalidate pointer function added to kiq_pm4_funcs struct. This way, tlb flush can be done through kiq member. TLBs invalidatation implemented for gfx9 and gfx10. Change-Id: I1b77b364f3ae0038ff3e70e869be5f2ef6e6d293 Signed-off-by: Alex Sierra

Re: [PATCH 3/7] drm/amdgpu: implement tlbs invalidate on gfx9 gfx10

2020-01-13 Thread Christian König
Am 11.01.20 um 19:39 schrieb Alex Sierra: tlbs invalidate pointer function added to kiq_pm4_funcs struct. This way, tlb flush can be done through kiq member. TLBs invalidatation implemented for gfx9 and gfx10. Change-Id: I1b77b364f3ae0038ff3e70e869be5f2ef6e6d293 Signed-off-by: Alex Sierra

[PATCH 3/7] drm/amdgpu: implement tlbs invalidate on gfx9 gfx10

2020-01-11 Thread Alex Sierra
tlbs invalidate pointer function added to kiq_pm4_funcs struct. This way, tlb flush can be done through kiq member. TLBs invalidatation implemented for gfx9 and gfx10. Change-Id: I1b77b364f3ae0038ff3e70e869be5f2ef6e6d293 Signed-off-by: Alex Sierra --- drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h |