Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
Dbase.c42 *last_trip = therm->last_trip; in nvkm_therm_update_trip() local
54 if (last_trip && temp <= (last_trip->temp) && in nvkm_therm_update_trip()
55 temp > (last_trip->temp - last_trip->hysteresis)) in nvkm_therm_update_trip()
56 cur_trip = last_trip; in nvkm_therm_update_trip()
60 therm->last_trip = cur_trip; in nvkm_therm_update_trip()
63 therm->last_trip = NULL; in nvkm_therm_update_trip()
/linux-6.1.9/drivers/gpu/drm/nouveau/include/nvkm/subdev/
Dtherm.h66 struct nvbios_therm_trip_point *last_trip; member