search for: nouveau_therm_ic_ctor

Displaying 4 results from an estimated 4 matches for "nouveau_therm_ic_ctor".

2013 Sep 08
3
[PATCH 1/2] drm/nouveau/therm: ack any pending IRQ at init
From: Martin Peres <martin.peres at labri.fr> This is safe because ptherm hasn't been configured yet and will be a little further down the initialization path. Ptherm should be safe regarding to runtime reconfiguration. v2: - do not limit this patch to nv84-a3 and make it nv84+ v3: - move the ack to fini() - disable IRQs on fini() - silently ignore un-requested IRQs
2013 Sep 08
0
[PATCH 2/2] drm/nouveau/therm: enable fan management by default
...rm/nouveau/core/subdev/therm/base.c b/drivers/gpu/drm/nouveau/core/subdev/therm/base.c index f1de7a9..aaf8285 100644 --- a/drivers/gpu/drm/nouveau/core/subdev/therm/base.c +++ b/drivers/gpu/drm/nouveau/core/subdev/therm/base.c @@ -335,7 +335,7 @@ nouveau_therm_preinit(struct nouveau_therm *therm) nouveau_therm_ic_ctor(therm); nouveau_therm_fan_ctor(therm); - nouveau_therm_fan_mode(therm, NOUVEAU_THERM_CTRL_NONE); + nouveau_therm_fan_mode(therm, NOUVEAU_THERM_CTRL_AUTO); nouveau_therm_sensor_preinit(therm); return 0; } -- 1.8.4
2013 Aug 12
5
[PATCH 0/5] Thermal management fixes
From: Martin Peres <martin.peres at labri.fr> This patchset is mostly about fixing fdo bug #66177, reported by Dash Four. This bug is about fan/temp management not working after a suspend/resume cycle. Fan/therm management relies on ptimer's alarm feature to call periodically multiple callbacks that poll the temperature and update the fan speed if needed. The problem is that there is
2013 Feb 11
24
[Bug 60680] New: HDMI is connected and has mode, TV says "no signal"
...nnected - hotplugging HDMI DDX 1.0.6. Kernel is the nouveau kernel based on 3.8.0-rc5, v3.8-rc5-51-g4f84a11 commit 4f84a118d8872f21e1d5b78241e0e6f31b79e46b Author: Marcin Slusarz <marcin.slusarz at gmail.com> Date: Tue Feb 5 20:44:19 2013 +0100 drm/nouveau/therm: reduce stack usage of nouveau_therm_ic_ctor The nvidia proprietary drivers can run the TV via HDMI fine. This is the first time I am trying to run nouveau with HDMI on this machine. In the kernel log at timestamp 93, I was in X and ran: $ xrandr --output LVDS-1 --auto --output HDMI-1 --auto --right-of LVDS-1 Before that X had seemed to s...