Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
Dbase.c40 *last_trip = therm->last_trip; in nvkm_therm_update_trip() local
52 if (last_trip && temp <= (last_trip->temp) && in nvkm_therm_update_trip()
53 temp > (last_trip->temp - last_trip->hysteresis)) in nvkm_therm_update_trip()
54 cur_trip = last_trip; in nvkm_therm_update_trip()
58 therm->last_trip = cur_trip; in nvkm_therm_update_trip()
61 therm->last_trip = NULL; in nvkm_therm_update_trip()
/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvkm/subdev/
Dtherm.h66 struct nvbios_therm_trip_point *last_trip; member