Symbol: THROTTLE_ATTR_RO
drivers/gpu/drm/xe/xe_gt_throttle.c
169
static THROTTLE_ATTR_RO(status, U32_MAX);
drivers/gpu/drm/xe/xe_gt_throttle.c
170
static THROTTLE_ATTR_RO(reason_pl1, POWER_LIMIT_1_MASK);
drivers/gpu/drm/xe/xe_gt_throttle.c
171
static THROTTLE_ATTR_RO(reason_pl2, POWER_LIMIT_2_MASK);
drivers/gpu/drm/xe/xe_gt_throttle.c
172
static THROTTLE_ATTR_RO(reason_pl4, POWER_LIMIT_4_MASK);
drivers/gpu/drm/xe/xe_gt_throttle.c
173
static THROTTLE_ATTR_RO(reason_thermal, THERMAL_LIMIT_MASK);
drivers/gpu/drm/xe/xe_gt_throttle.c
174
static THROTTLE_ATTR_RO(reason_prochot, PROCHOT_MASK);
drivers/gpu/drm/xe/xe_gt_throttle.c
175
static THROTTLE_ATTR_RO(reason_ratl, RATL_MASK);
drivers/gpu/drm/xe/xe_gt_throttle.c
176
static THROTTLE_ATTR_RO(reason_vr_thermalert, VR_THERMALERT_MASK);
drivers/gpu/drm/xe/xe_gt_throttle.c
177
static THROTTLE_ATTR_RO(reason_vr_tdc, VR_TDC_MASK);
drivers/gpu/drm/xe/xe_gt_throttle.c
193
static THROTTLE_ATTR_RO(reason_vr_thermal, VR_THERMAL_MASK);
drivers/gpu/drm/xe/xe_gt_throttle.c
194
static THROTTLE_ATTR_RO(reason_soc_thermal, SOC_THERMAL_LIMIT_MASK);
drivers/gpu/drm/xe/xe_gt_throttle.c
195
static THROTTLE_ATTR_RO(reason_mem_thermal, MEM_THERMAL_MASK);
drivers/gpu/drm/xe/xe_gt_throttle.c
196
static THROTTLE_ATTR_RO(reason_iccmax, ICCMAX_MASK);
drivers/gpu/drm/xe/xe_gt_throttle.c
197
static THROTTLE_ATTR_RO(reason_soc_avg_thermal, SOC_AVG_THERMAL_MASK);
drivers/gpu/drm/xe/xe_gt_throttle.c
198
static THROTTLE_ATTR_RO(reason_fastvmode, FASTVMODE_MASK);
drivers/gpu/drm/xe/xe_gt_throttle.c
199
static THROTTLE_ATTR_RO(reason_psys_pl1, PSYS_PL1_MASK);
drivers/gpu/drm/xe/xe_gt_throttle.c
200
static THROTTLE_ATTR_RO(reason_psys_pl2, PSYS_PL2_MASK);
drivers/gpu/drm/xe/xe_gt_throttle.c
201
static THROTTLE_ATTR_RO(reason_p0_freq, P0_FREQ_MASK);
drivers/gpu/drm/xe/xe_gt_throttle.c
202
static THROTTLE_ATTR_RO(reason_psys_crit, PSYS_CRIT_MASK);