-
- Downloads
Merge branch 'drm-nouveau-fixes-3.9' of...
Merge branch 'drm-nouveau-fixes-3.9' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-next Lots of thermal fixes and fix a lockdep warning we've been seeing. * 'drm-nouveau-fixes-3.9' of git://anongit.freedesktop.org/git/nouveau/linux-2.6: drm/nv50/kms: prevent lockdep false-positive in page flipping path drm/nouveau/core: fix return value of nouveau_object_del() drm/nouveau/hwmon: do not expose a buggy temperature if it is unavailable drm/nouveau/therm: display the availability of the internal sensor drm/nouveau/therm: disable temperature management if the sensor isn't readable drm/nouveau/therm: disable auto fan management if temperature is not available drm/nv40/therm: reserve negative temperatures for errors drm/nv40/therm: disable temperature reading if the bios misses some parameters drm/nouveau/therm-ic: the temperature is off by sensor_constant, warn the user drm/nouveau/therm: remove some confusion introduced by therm_mode drm/nouveau/therm: do not make assumptions on temperature drm/nv40/therm: increase the sensor's settling delay to 20ms drm/nv40/therm: improve selection between the old and the new style
No related branches found
No related tags found
Showing
- drivers/gpu/drm/nouveau/core/core/object.c 1 addition, 2 deletionsdrivers/gpu/drm/nouveau/core/core/object.c
- drivers/gpu/drm/nouveau/core/include/subdev/therm.h 1 addition, 1 deletiondrivers/gpu/drm/nouveau/core/include/subdev/therm.h
- drivers/gpu/drm/nouveau/core/subdev/therm/base.c 12 additions, 6 deletionsdrivers/gpu/drm/nouveau/core/subdev/therm/base.c
- drivers/gpu/drm/nouveau/core/subdev/therm/ic.c 4 additions, 2 deletionsdrivers/gpu/drm/nouveau/core/subdev/therm/ic.c
- drivers/gpu/drm/nouveau/core/subdev/therm/nv40.c 48 additions, 19 deletionsdrivers/gpu/drm/nouveau/core/subdev/therm/nv40.c
- drivers/gpu/drm/nouveau/core/subdev/therm/priv.h 2 additions, 1 deletiondrivers/gpu/drm/nouveau/core/subdev/therm/priv.h
- drivers/gpu/drm/nouveau/core/subdev/therm/temp.c 16 additions, 14 deletionsdrivers/gpu/drm/nouveau/core/subdev/therm/temp.c
- drivers/gpu/drm/nouveau/nouveau_pm.c 31 additions, 13 deletionsdrivers/gpu/drm/nouveau/nouveau_pm.c
- drivers/gpu/drm/nouveau/nv50_display.c 2 additions, 2 deletionsdrivers/gpu/drm/nouveau/nv50_display.c
Loading
Please register or sign in to comment