Lines Matching full:fault
11 `vm_fault_stop` - If non-0, halt the GPU memory controller on a GPU page fault.
17 Decoding a GPUVM Page Fault
20 If you see a GPU page fault in the kernel log, you can decode it to figure
21 out what is going wrong in your application. A page fault in your kernel
26 …[gfxhub0] no-retry page fault (src_id:0 ring:24 vmid:3 pasid:32777, for process glxinfo pid 2424 t…
40 Next you have the vmid and pasid. If the vmid is 0, this fault was likely
42 a fault in a user application. The pasid is used to link a vmid to a system
43 process id. If the process is active when the fault happens, the process
46 The GPU virtual address that caused the fault comes next.
48 The client ID indicates the GPU block that caused the fault.
72 descriptor state to determine what caused the GPU page fault.