[Nouveau] [PATCH 1/3] subdev: add a pfuse subdev

2014-08-24 Thread Martin Peres
We will use this subdev to disable temperature reading on cards that did not get a sensor calibration in the factory. Signed-off-by: Martin Peres martin.pe...@free.fr --- configure.ac | 1 + drm/Kbuild | 4 ++ drm/core/include/subdev/fuse.h | 1 +

Re: [Nouveau] [PATCH 1/3] subdev: add a pfuse subdev

2014-08-24 Thread Christian Costa
Hi Martin, I'm not very familiar with the function naming scheme but shouldn't nouveau_fuse_rd32 use the same prefix as _fuse_ctor instead of nouveau? Christian Le 24/08/2014 23:15, Martin Peres a écrit : We will use this subdev to disable temperature reading on cards that did not get a

Re: [Nouveau] [PATCH 1/3] subdev: add a pfuse subdev

2014-08-24 Thread Emil Velikov
On 24/08/14 22:15, Martin Peres wrote: We will use this subdev to disable temperature reading on cards that did not get a sensor calibration in the factory. Signed-off-by: Martin Peres martin.pe...@free.fr --- configure.ac | 1 + drm/Kbuild | 4 ++

Re: [Nouveau] [PATCH 1/3] subdev: add a pfuse subdev

2014-08-24 Thread Ben Skeggs
On Mon, Aug 25, 2014 at 9:35 AM, Emil Velikov emil.l.veli...@gmail.com wrote: On 24/08/14 22:15, Martin Peres wrote: We will use this subdev to disable temperature reading on cards that did not get a sensor calibration in the factory. Signed-off-by: Martin Peres martin.pe...@free.fr ---