search for: 119d087

Displaying 2 results from an estimated 2 matches for "119d087".

Did you mean: 119087
2014 Aug 16
3
[PATCH 1/3] bios/fan: add support for maxwell's fan management table
...subdev/bios/fan.c new file mode 120000 index 0000000..fe14fa4 --- /dev/null +++ b/drm/core/subdev/bios/fan.c @@ -0,0 +1 @@ +../../../../nvkm/subdev/bios/fan.c \ No newline at end of file diff --git a/nvkm/include/subdev/bios/fan.h b/nvkm/include/subdev/bios/fan.h new file mode 100644 index 0000000..119d087 --- /dev/null +++ b/nvkm/include/subdev/bios/fan.h @@ -0,0 +1,8 @@ +#ifndef __NVBIOS_FAN_H__ +#define __NVBIOS_FAN_H__ + +#include <subdev/bios/therm.h> + +u16 nvbios_fan_parse(struct nouveau_bios *bios, struct nvbios_therm_fan *fan); + +#endif diff --git a/nvkm/include/subdev/bios/therm.h b/...
2014 Aug 17
9
[PATCH 01/10] bios/fan: add support for maxwell's fan management table v2
...subdev/bios/fan.c new file mode 120000 index 0000000..fe14fa4 --- /dev/null +++ b/drm/core/subdev/bios/fan.c @@ -0,0 +1 @@ +../../../../nvkm/subdev/bios/fan.c \ No newline at end of file diff --git a/nvkm/include/subdev/bios/fan.h b/nvkm/include/subdev/bios/fan.h new file mode 100644 index 0000000..119d087 --- /dev/null +++ b/nvkm/include/subdev/bios/fan.h @@ -0,0 +1,8 @@ +#ifndef __NVBIOS_FAN_H__ +#define __NVBIOS_FAN_H__ + +#include <subdev/bios/therm.h> + +u16 nvbios_fan_parse(struct nouveau_bios *bios, struct nvbios_therm_fan *fan); + +#endif diff --git a/nvkm/include/subdev/bios/therm.h b/...