Displaying 1 result from an estimated 1 matches for "fsrm_verify".
2015 Dec 21
0
[PATCH] therm: debug print the FSRM config on [nvc0, nvf0) cards
...veau/nvkm/subdev/therm/base.c
index 949dc61..57b2e5e 100644
--- a/drm/nouveau/nvkm/subdev/therm/base.c
+++ b/drm/nouveau/nvkm/subdev/therm/base.c
@@ -337,6 +337,8 @@ nvkm_therm_init(struct nvkm_subdev *subdev)
nvkm_therm_sensor_init(therm);
nvkm_therm_fan_init(therm);
+ if (therm->func->fsrm_verify)
+ therm->func->fsrm_verify(therm);
return 0;
}
diff --git a/drm/nouveau/nvkm/subdev/therm/gf100.c b/drm/nouveau/nvkm/subdev/therm/gf100.c
new file mode 100644
index 0000000..85bb933
--- /dev/null
+++ b/drm/nouveau/nvkm/subdev/therm/gf100.c
@@ -0,0 +1,64 @@
+/*
+ * Copyright 2015 The No...