Re: [PATCH 5/5] drm/amdgpu: add more inject control

2019-03-21 Thread Alex Deucher
On Thu, Mar 21, 2019 at 3:34 AM Pan, Xinhui wrote: > > TA accept some options like address is in sram or vram. Most default > options are enough to use. But allow user to setup them. > > reuse inject.value to place these options. > > At the same time, we need translate the address to a physical/gp

[PATCH 5/5] drm/amdgpu: add more inject control

2019-03-21 Thread Pan, Xinhui
TA accept some options like address is in sram or vram. Most default options are enough to use. But allow user to setup them. reuse inject.value to place these options. At the same time, we need translate the address to a physical/gpu address which the pages are mapped at. Signed-off-by: xinhui