Displaying 2 results from an estimated 2 matches for "b4a2917".
2014 Aug 24
0
[PATCH 1/3] subdev: add a pfuse subdev
...device->oclass[NVDEV_SUBDEV_CLOCK ] = &nva3_clock_oclass;
> device->oclass[NVDEV_SUBDEV_THERM ] = &nva3_therm_oclass;
> device->oclass[NVDEV_SUBDEV_MXM ] = &nv50_mxm_oclass;
> diff --git a/nvkm/engine/device/nvc0.c b/nvkm/engine/device/nvc0.c
> index b4a2917..89b9fd4 100644
> --- a/nvkm/engine/device/nvc0.c
> +++ b/nvkm/engine/device/nvc0.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
...&g80_fuse_oclass;
device->oclass[NVDEV_SUBDEV_CLOCK ] = &nva3_clock_oclass;
device->oclass[NVDEV_SUBDEV_THERM ] = &nva3_therm_oclass;
device->oclass[NVDEV_SUBDEV_MXM ] = &nv50_mxm_oclass;
diff --git a/nvkm/engine/device/nvc0.c b/nvkm/engine/device/nvc0.c
index b4a2917..89b9fd4 100644
--- a/nvkm/engine/device/nvc0.c
+++ b/nvkm/engine/device/nvc0.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...