Re: [PATCH 2/2] drm/amdgpu: improve VM state machine documentation

2018-09-01 Thread Christian König
ehling, Felix; amd-gfx@lists.freedesktop.org Subject: Re: [PATCH 2/2] drm/amdgpu: improve VM state machine documentation Am 01.09.2018 um 01:51 schrieb Felix Kuehling: Thanks for this. A few comments and a question inline. On 2018-08-31 09:27 AM, Christian König wrote: Since we have a lot

Re: [PATCH 2/2] drm/amdgpu: improve VM state machine documentation

2018-09-01 Thread Kuehling, Felix
bo_va->base.moved = false (it's done a few lines above this under some conditions, but not always). The new code will always set bo_va->base.moved = false inside amdgpu_vm_bo_idle. Regards, Felix ________________________ From: Christian König Sent: Saturday, Septe

Re: [PATCH 2/2] drm/amdgpu: improve VM state machine documentation

2018-09-01 Thread Christian König
Am 01.09.2018 um 01:51 schrieb Felix Kuehling: Thanks for this. A few comments and a question inline. On 2018-08-31 09:27 AM, Christian König wrote: Since we have a lot of FAQ on the VM state machine try to improve the documentation by adding functions for each state move. Signed-off-by: Chris

Re: [PATCH 2/2] drm/amdgpu: improve VM state machine documentation

2018-08-31 Thread Felix Kuehling
Thanks for this. A few comments and a question inline. On 2018-08-31 09:27 AM, Christian König wrote: > Since we have a lot of FAQ on the VM state machine try to improve the > documentation by adding functions for each state move. > > Signed-off-by: Christian König > --- > drivers/gpu/drm/amd/am