Home
last modified time | relevance | path

Searched defs:xe_eu_stall_data_pvc (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_eu_stall.c91 struct xe_eu_stall_data_pvc { struct
92 __u64 ip_addr:29; /* Bits 0 to 28 */
93 __u64 active_count:8; /* Bits 29 to 36 */
94 __u64 other_count:8; /* Bits 37 to 44 */
95 __u64 control_count:8; /* Bits 45 to 52 */
96 __u64 pipestall_count:8; /* Bits 53 to 60 */
97 __u64 send_count:8; /* Bits 61 to 68 */
98 __u64 dist_acc_count:8; /* Bits 69 to 76 */
99 __u64 sbid_count:8; /* Bits 77 to 84 */
100 __u64 sync_count:8; /* Bits 85 to 92 */
[all …]