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