summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-02-20drm/nouveau/core: basic event interface between core and drmBen Skeggs3-0/+143
2013-02-20drm/nouveau/fifo/nvc0: improve interrupt handler somewhatBen Skeggs1-3/+33
2013-02-20drm/nv50/disp: fix missing sor modectrl sync flagsBen Skeggs1-1/+6
2013-02-20drm/nouveau/therm: reduce stack usage of nouveau_therm_ic_ctorMarcin Slusarz1-25/+27
2013-02-20drm/nouveau/therm: use workqueue to shutdown the machineMarcin Slusarz1-2/+16
2013-02-20drm/nv40/therm: reset temperature sensor on initMarcin Slusarz1-1/+11
2013-02-20drm/nouveau/therm: turn on fan only when threshold hit in positive directionMarcin Slusarz1-4/+7
2013-02-20drm/nouveau: report channel owner in ioctl error pathsMarcin Slusarz1-38/+41
2013-02-20drm/nouveau/therm: always initialize alarm_program_lockMarcin Slusarz2-1/+1
2013-02-20drm/nouveau: handle backlight_device_register failureMarcin Slusarz1-0/+2
2013-02-20drm/nouveau: use kmemdup for edid allocation/copyingMarcin Slusarz1-3/+4
2013-02-20drm/nouveau: use drm_property_create_range helperMarcin Slusarz1-8/+4
2013-02-20drm/nouveau: remove unnecessary null pointer check from nouveau_fence_newCong Ding1-5/+3
2013-02-20drm/nvc0/graph: remove redundant null checksMarcin Slusarz1-6/+3
2013-02-20drm/nouveau/fan: fix selection of fan speed when fan->get returns an errorMarcin Slusarz1-3/+3
2013-02-20drm/nouveau: quiet static-related sparse noiseMarcin Slusarz8-11/+11
2013-02-20drm/nouveau/bios: tiny debugging messages fixesMarcin Slusarz1-2/+2
2013-02-20drm/nouveau: mark nv_printk_ as printf-like functionMarcin Slusarz10-16/+17
2013-02-20drm/nouveau: share fence structures between nv10+ and nv50 implementationsMarcin Slusarz3-27/+24
2013-02-20drm/nouveau/fan: handle the cases where we are outside of the linear zoneMartin Peres1-0/+7
2013-02-20drm/nouveau: report channel owner in error messagesMarcin Slusarz18-107/+199
2013-02-20drm/nouveau: prepare for reporting channel ownerMarcin Slusarz7-5/+36
2013-02-20drm/nouveau: use pr_contMarcin Slusarz16-53/+53
2013-02-20drm/nouveau: split fifo interrupt handlerMarcin Slusarz1-86/+88
2013-02-20drm/nouveau/therm: force a minimum hysteresis on temperature alarm thresholdsMartin Peres1-0/+7
2013-02-20drm/nouveau: set legacy bios data before parsing the structureEmil Velikov1-2/+2
2013-02-20drm/nouveau/therm: don't try pwm/toggle control if GPIO_FAN is inputBen Skeggs2-7/+23
2013-02-20drm/nouveau/bios: rename DCB_GPIO_PWM_FAN to DCB_GPIO_FANBen Skeggs3-4/+4
2013-02-20drm/nouveau/bios: add support for parsing xpio table dataBen Skeggs5-4/+105
2013-02-20drm/nouveau: remove some more unnecessary legacy bios codeBen Skeggs2-66/+5
2013-02-20drm/nouveau: remove legacy vbios type detectionBen Skeggs1-42/+20
2013-02-20drm/nouveau/hwmon: create hwmon attributes under hwmon device in sysfsBen Skeggs1-6/+6
2013-02-20drm/nouveau/hwmon: s/fan0/fan1/Ben Skeggs2-4/+4
2013-02-20drm/nouveau/therm: better transitions and debug loggingBen Skeggs5-36/+46
2013-02-20drm/nouveau/doc: document the sysfs thermal management interfaceMartin Peres1-0/+81
2013-02-20drm/nouveau/hwmon: add missing alarm thresholdsMartin Peres1-0/+215
2013-02-20drm/nouveau/therm: implement support for temperature alarmsMartin Peres9-1/+366
2013-02-20drm/nv41/bus: report useful data on mmio faultMartin Peres2-3/+15
2013-02-20drm/nvc0/bus: report useful data on mmio faultBen Skeggs1-5/+10
2013-02-20drm/nouveau/pbus: add a PBUS subdev that hands IRQs to the right subdevsMartin Peres21-4/+517
2013-02-20drm/nouveau/therm: implement automatic fan managementMartin Peres4-40/+139
2013-02-20drm/nouveau/fan: obey fan bump/slow periods as defined by vbiosMartin Peres3-13/+82
2013-02-20drm/nouveau/bios: parse fan bump/slow periods, and trip pointsMartin Peres2-0/+42
2013-02-20drm/nouveau/fan: add toggle fan supportMartin Peres6-9/+132
2013-02-20drm/nouveau/therm: cleanly separate pwm control logic from thermBen Skeggs11-135/+290
2013-02-20drm/nouveau/therm: add interfaces to allow forcing off pwm fan controlBen Skeggs5-8/+56
2013-02-20drm/nvd0/therm: add support for hardware fan tachometerBen Skeggs3-2/+27
2013-02-20drm/nva3/therm: add support for hardware fan tachometerBen Skeggs5-12/+111
2013-02-20drm/nouveau/therm: collect fan tach info in common fan constructorBen Skeggs2-5/+17
2013-02-20drm/nouveau/therm: fix various style issues, make more consistentBen Skeggs7-74/+86