Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
Dbase.c34 *last_trip = priv->last_trip; in nvkm_therm_update_trip() local
46 if (last_trip && temp <= (last_trip->temp) && in nvkm_therm_update_trip()
47 temp > (last_trip->temp - last_trip->hysteresis)) in nvkm_therm_update_trip()
48 cur_trip = last_trip; in nvkm_therm_update_trip()
52 priv->last_trip = cur_trip; in nvkm_therm_update_trip()
55 priv->last_trip = NULL; in nvkm_therm_update_trip()
Dpriv.h75 struct nvbios_therm_trip_point *last_trip; member