Re: fix off by one in amdgpu_vm_handle_fault

2020-11-12 Thread Benjamin Baier
On Fri, 13 Nov 2020 00:16:12 +1100 Jonathan Gray wrote: > On Thu, Nov 12, 2020 at 01:48:05PM +0100, Benjamin Baier wrote: > > Hi > > > > this fixes the VM_L2_PROTECTION_FAULT_STATUS I was getting. > > (and maybe also some of the bug reports, reporting L2 protection faults) > > It was

Re: fix off by one in amdgpu_vm_handle_fault

2020-11-12 Thread Jonathan Gray
On Thu, Nov 12, 2020 at 01:48:05PM +0100, Benjamin Baier wrote: > Hi > > this fixes the VM_L2_PROTECTION_FAULT_STATUS I was getting. > (and maybe also some of the bug reports, reporting L2 protection faults) > It was reproduceable by running > piglit run quick -t

fix off by one in amdgpu_vm_handle_fault

2020-11-12 Thread Benjamin Baier
Hi this fixes the VM_L2_PROTECTION_FAULT_STATUS I was getting. (and maybe also some of the bug reports, reporting L2 protection faults) It was reproduceable by running piglit run quick -t "spec@glsl-1.30@execution@texelfetch fs sampler2d 1x281-501x281" out >