Re: [PATCH 1/2] drm/amdgpu: set the executable flag on unused Vega10 PTEs v2

2019-01-03 Thread Kuehling, Felix
On 2019-01-03 4:59 a.m., Christian König wrote: > Otherwise we run into a non-retry fault on access. > > It seems to be a hardware bug that the executable bit has > higher priority than the valid bit. > > v2: handle clears as well > > Signed-off-by: Christian König > --- > drivers/gpu/drm/amd/amd

[PATCH 1/2] drm/amdgpu: set the executable flag on unused Vega10 PTEs v2

2019-01-03 Thread Christian König
Otherwise we run into a non-retry fault on access. It seems to be a hardware bug that the executable bit has higher priority than the valid bit. v2: handle clears as well Signed-off-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 36 ++ 1 file changed,