Home
last modified time | relevance | path

Searched refs:clkgating_enabled (Results 1 – 2 of 2) 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()
315 if (!therm || !therm->func->clkgate_fini || !therm->clkgating_enabled) in nvkm_therm_clkgate_fini()
327 if (!therm->func->clkgate_enable || !therm->clkgating_enabled) in nvkm_therm_clkgate_oneinit()
398 if (!therm || !therm->func->clkgate_init || !therm->clkgating_enabled) in nvkm_therm_clkgate_init()
438 therm->clkgating_enabled = nvkm_boolopt(device->cfgopt, in nvkm_therm_ctor()
/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvkm/subdev/
Dtherm.h99 bool clkgating_enabled; member