Displaying 2 results from an estimated 2 matches for "932f84f".
Did you mean:
93284
2014 Aug 24
0
[PATCH 1/3] subdev: add a pfuse subdev
...device->oclass[NVDEV_SUBDEV_CLOCK ] = &nve0_clock_oclass;
> device->oclass[NVDEV_SUBDEV_THERM ] = &gm107_therm_oclass;
> device->oclass[NVDEV_SUBDEV_MXM ] = &nv50_mxm_oclass;
> diff --git a/nvkm/engine/device/nv50.c b/nvkm/engine/device/nv50.c
> index 932f84f..ca265fe 100644
> --- a/nvkm/engine/device/nv50.c
> +++ b/nvkm/engine/device/nv50.c
> @@ -26,6 +26,7 @@
> #include <subdev/bus.h>
> #include <subdev/gpio.h>
> #include <subdev/i2c.h>
> +#include <subdev/fuse.h>
> #include <subdev/clock.h>...
2014 Aug 24
8
[PATCH 1/3] subdev: add a pfuse subdev
...p;gm107_fuse_oclass;
device->oclass[NVDEV_SUBDEV_CLOCK ] = &nve0_clock_oclass;
device->oclass[NVDEV_SUBDEV_THERM ] = &gm107_therm_oclass;
device->oclass[NVDEV_SUBDEV_MXM ] = &nv50_mxm_oclass;
diff --git a/nvkm/engine/device/nv50.c b/nvkm/engine/device/nv50.c
index 932f84f..ca265fe 100644
--- a/nvkm/engine/device/nv50.c
+++ b/nvkm/engine/device/nv50.c
@@ -26,6 +26,7 @@
#include <subdev/bus.h>
#include <subdev/gpio.h>
#include <subdev/i2c.h>
+#include <subdev/fuse.h>
#include <subdev/clock.h>
#include <subdev/therm.h>
#include...