Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
Dbase.c304 if (!therm || !therm->func->clkgate_enable || !therm->clkgating_enabled) in nvkm_therm_clkgate_enable()
309 therm->func->clkgate_enable(therm); in nvkm_therm_clkgate_enable()
327 if (!therm->func->clkgate_enable || !therm->clkgating_enabled) in nvkm_therm_clkgate_oneinit()
Dgk104.c104 .clkgate_enable = gk104_clkgate_enable,
Dpriv.h102 void (*clkgate_enable)(struct nvkm_therm *); member