Displaying 2 results from an estimated 2 matches for "labbri".
Did you mean:
labri
2013 Aug 30
5
[PATCH 1/2] drm/nouveau/bios/therm: handle vbioses with duplicate entries (mostly nva5)
...0), thus breaking
fan management.
The first solution to solve this mess would be to change the length of the
table. The solution I choose was simply to avoid setting the pwm freq twice
as the other redefinitions are harmless with our current parser.
Signed-off-by: Martin Peres <martin.peres at labbri.fr>
Reported-by: Mariusz Bialonczyk <manio at skyboo.net>
Tested-by: Mariusz Bialonczyk <manio at skyboo.net>
---
drivers/gpu/drm/nouveau/core/subdev/bios/therm.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/nouveau/core/subdev/bios/therm.c b...
2013 Sep 04
0
[PATCH 1/2] drm/nouveau/bios/therm: handle vbioses with duplicate entries (mostly nva5)
...twice
> as the other redefinitions are harmless with our current parser.
I'm still *really* not convinced we're using the thermal table correctly....
However, this makes sense for our current handling, so, merged.
Thanks,
Ben.
>
> Signed-off-by: Martin Peres <martin.peres at labbri.fr>
> Reported-by: Mariusz Bialonczyk <manio at skyboo.net>
> Tested-by: Mariusz Bialonczyk <manio at skyboo.net>
> ---
> drivers/gpu/drm/nouveau/core/subdev/bios/therm.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/...