Lines Matching refs:xe_gt
32 static struct xe_gt *
38 u32 xe_gt_throttle_get_limit_reasons(struct xe_gt *gt) in xe_gt_throttle_get_limit_reasons()
52 static u32 read_status(struct xe_gt *gt) in read_status()
59 static u32 read_reason_pl1(struct xe_gt *gt) in read_reason_pl1()
66 static u32 read_reason_pl2(struct xe_gt *gt) in read_reason_pl2()
73 static u32 read_reason_pl4(struct xe_gt *gt) in read_reason_pl4()
80 static u32 read_reason_thermal(struct xe_gt *gt) in read_reason_thermal()
87 static u32 read_reason_prochot(struct xe_gt *gt) in read_reason_prochot()
94 static u32 read_reason_ratl(struct xe_gt *gt) in read_reason_ratl()
101 static u32 read_reason_vr_thermalert(struct xe_gt *gt) in read_reason_vr_thermalert()
108 static u32 read_reason_vr_tdc(struct xe_gt *gt) in read_reason_vr_tdc()
119 struct xe_gt *gt = dev_to_gt(dev); in status_show()
130 struct xe_gt *gt = dev_to_gt(dev); in reason_pl1_show()
141 struct xe_gt *gt = dev_to_gt(dev); in reason_pl2_show()
152 struct xe_gt *gt = dev_to_gt(dev); in reason_pl4_show()
163 struct xe_gt *gt = dev_to_gt(dev); in reason_thermal_show()
174 struct xe_gt *gt = dev_to_gt(dev); in reason_prochot_show()
185 struct xe_gt *gt = dev_to_gt(dev); in reason_ratl_show()
196 struct xe_gt *gt = dev_to_gt(dev); in reason_vr_thermalert_show()
207 struct xe_gt *gt = dev_to_gt(dev); in reason_vr_tdc_show()
234 struct xe_gt *gt = arg; in gt_throttle_sysfs_fini()
239 int xe_gt_throttle_init(struct xe_gt *gt) in xe_gt_throttle_init()