HomeSort by: relevance | last modified time | path
    Searched refs:clkgating_enabled (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
therm.h 101 bool clkgating_enabled; member in struct:nvkm_therm
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/
nouveau_nvkm_subdev_therm_base.c 313 if (!therm || !therm->func->clkgate_enable || !therm->clkgating_enabled)
324 if (!therm || !therm->func->clkgate_fini || !therm->clkgating_enabled)
336 if (!therm->func->clkgate_enable || !therm->clkgating_enabled)
407 if (!therm || !therm->func->clkgate_init || !therm->clkgating_enabled)
450 therm->clkgating_enabled = nvkm_boolopt(device->cfgopt,

Completed in 11 milliseconds