Re: [PATCH 3/4] drm/amdgpu: add support for inplace IB patching for MM engines

2018-07-23 Thread Alex Deucher
On Mon, Jul 23, 2018 at 11:14 AM, Christian König wrote: > We are going to need that for the second UVD instance on Vega20. > > Signed-off-by: Christian König A couple of nits below. Patches 1, 2, 4 are: Reviewed-by: Alex Deucher > --- > drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 + > dri

[PATCH 3/4] drm/amdgpu: add support for inplace IB patching for MM engines

2018-07-23 Thread Christian König
We are going to need that for the second UVD instance on Vega20. Signed-off-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 + drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 22 +++--- drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h | 1 + 3 files changed, 17 insertio