Lines Matching full:gpu
2 GPU Debugging
8 To aid in debugging GPU virtual memory related problems, the driver supports a
11 `vm_fault_stop` - If non-0, halt the GPU memory controller on a GPU page fault.
13 `vm_update_mode` - If non-0, use the CPU to update GPU page tables rather than
14 the GPU.
20 If you see a GPU page fault in the kernel log, you can decode it to figure
46 The GPU virtual address that caused the fault comes next.
48 The client ID indicates the GPU block that caused the fault.
70 an invalid page (PERMISSION_FAULTS = 0x3) at GPU virtual address
72 descriptor state to determine what caused the GPU page fault.
78 GPU debugging and diagnostics tool. Please see the umr