Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_gt_throttle.c105 u32 thermalert = xe_gt_throttle_get_limit_reasons(gt) & VR_THERMALERT_MASK; in read_reason_vr_thermalert() local
107 return thermalert; in read_reason_vr_thermalert()
199 bool thermalert = !!read_reason_vr_thermalert(gt); in reason_vr_thermalert_show() local
201 return sysfs_emit(buff, "%u\n", thermalert); in reason_vr_thermalert_show()