RE: [PATCH] drm/amdgpu: Add more process info in VM for debug

2018-12-16 Thread Huang, Trigger
Hi Christian, Many thanks for pointing out the mistakes I have some comments as below, would you help to check again? First of all you can't get the process info during VM creating since that can happen in X as well. [Trigger]: Ok, I will keep the original logic, which is that set the vm info i

Re: [PATCH] drm/amdgpu: Add more process info in VM for debug

2018-12-16 Thread Koenig, Christian
Hi Trigger, > Does this make sense? Sorry I wasn't clear enough. The key point that we don't want/need the full commandline of the process here is that we can already get that from the information we have. E.g. "ps -p 1 -o args" gives you the command line of the process 1. The only case where