Home
last modified time | relevance | path

Searched refs:FAULT_VMID_MASK (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/radeon/
H A Dnid.h162 #define FAULT_VMID_MASK (0x7 << 25) macro
H A Dcikd.h555 #define FAULT_VMID_MASK (0xf << 25) macro
H A Dni.c2509 u32 vmid = (status & FAULT_VMID_MASK) >> FAULT_VMID_SHIFT; in cayman_vm_decode_fault()