summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau
Commit message (Expand)AuthorAgeFilesLines
* nouveau: fix warning on 32-bit build.Dave Airlie2012-10-161-1/+1
* Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau...Dave Airlie2012-10-164-6/+5
|\
| * drm/nouveau/bios: fix typo in error messageBen Skeggs2012-10-161-1/+1
| * drm/nouveau: only call ttm_agp_tt_create when __OS_HAS_AGPMax Filippov2012-10-161-0/+2
| * drm/nv50/fb: fix double free of vram mmMarcin Slusarz2012-10-161-1/+0
| * drm/nouveau/pm: do not stop reclocking if failing to set the fan speedMartin Peres2012-10-161-1/+0
| * drm/nouveau/pm: fix a typo related to the move to the therm subdevMartin Peres2012-10-161-1/+1
| * drm/nouveau/hwmon: fix the initialization conditionMartin Peres2012-10-161-2/+1
* | Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau...Dave Airlie2012-10-097-34/+14
|\ \ | |/
| * drm/nouveau/timer: bump ptimer's alarm delay from u32 to u64Martin Peres2012-10-092-2/+2
| * drm/nouveau/fan: fix a typo in PWM's input clock calculationMartin Peres2012-10-091-1/+1
| * drm/nv50/clk: wire up pll_calc hookMarcin Slusarz2012-10-091-0/+1
| * drm/nouveau: remove unused _nouveau_parent_ctorMarcin Slusarz2012-10-092-20/+0
| * drm/nouveau/bios: fix shadowing of ACPI ROMs larger than 64KiBBen Skeggs2012-10-091-11/+10
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-10-03383-37615/+53408
|\ \
| * \ Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...Dave Airlie2012-10-03383-37642/+53400
| |\ \ | | |/
| | * drm/nv98/crypt: fix fuc build with latest envyasBen Skeggs2012-10-031-1/+1
| | * drm/nouveau/devinit: fixup various issues with subdev ctor/init orderingBen Skeggs2012-10-032-16/+38
| | * drm/nv41/vm: fix and enable use of "real" pciegartBen Skeggs2012-10-032-7/+14
| | * drm/nv44/vm: fix and enable use of "real" pciegartBen Skeggs2012-10-034-41/+29
| | * drm/nv04/dmaobj: fixup vm target handling in preparation for nv4x pcieBen Skeggs2012-10-031-7/+10
| | * drm/nouveau: store supported dma mask in vmmgrBen Skeggs2012-10-037-7/+9
| | * drm/nvc0/ibus: initial implementation of subdevBen Skeggs2012-10-034-0/+134
| | * drm/nouveau/therm: add support for fan-control modesMartin Peres2012-10-036-5/+105
| | * drm/nouveau/hwmon: rename pwm0* to pmw1* to follow hwmon's rulesMartin Peres2012-10-031-18/+18
| | * drm/nouveau/therm: calculate the pwm divisor on nv50+Martin Peres2012-10-033-4/+37
| | * drm/nouveau/fan: rewrite the fan tachometer driver to get more precision, fasterMartin Peres2012-10-031-9/+16
| | * drm/nouveau/therm: move thermal-related functions to the therm subdevMartin Peres2012-10-0322-542/+1048
| | * drm/nouveau/bios: parse the pwm divisor from the perf tableMartin Peres2012-10-033-0/+90
| | * drm/nouveau/therm: use the EXTDEV table to detect i2c monitoring devicesMartin Peres2012-10-034-0/+174
| | * drm/nouveau/therm: rework thermal table parsingMartin Peres2012-10-036-205/+282
| | * drm/nouveau/gpio: expose the PWM/TOGGLE parameter found in the gpio vbios tableMartin Peres2012-10-032-0/+10
| | * drm/nouveau: fix pm initialization orderDmitry Eremin-Solenikov2012-10-031-1/+2
| | * drm/nouveau/bios: check that fixed tvdac gpio data is valid before using itBen Skeggs2012-10-031-7/+11
| | * drm/nouveau: log channel debug/error messages from client object rather than ...Ben Skeggs2012-10-031-5/+5
| | * drm/nouveau: have drm debugging macros build on top of core macrosBen Skeggs2012-10-031-13/+6
| | * drm/nouveau/core: have client-id be a string, rather than an integerBen Skeggs2012-10-034-10/+14
| | * drm/nvc0/fifo: re-bash PBUS regs after vm-fault to BARs/PEEPHOLEBen Skeggs2012-10-031-4/+18
| | * drm/nvc0/gr: implement initial trap handlerBen Skeggs2012-10-031-4/+188
| | * drm/nvc0/gr: rebuild fuc with latest envyasBen Skeggs2012-10-034-12/+167
| | * drm/nvc0/ltcg: read LTS count at startupBen Skeggs2012-10-031-1/+3
| | * drm/nve0/gr: enable use of our fuc by defaultBen Skeggs2012-10-031-1/+1
| | * drm/nve0/gr: remove 0x404160 bashing from hub fucBen Skeggs2012-10-032-282/+189
| | * drm/nve0/gr: initial fuc implementation, based on fermi's codeBen Skeggs2012-10-036-69/+3235
| | * drm/nve0/ibus: handle PIBUS interrupts to prevent stormBen Skeggs2012-10-036-0/+162
| | * drm/nouveau/sw: trap and clear PMC_INTR_0_SOFTWAREBen Skeggs2012-10-035-0/+12
| | * drm/nouveau: quiet some static-related sparse noiseMarcin Slusarz2012-10-0325-47/+51
| | * drm/nouveau: constify instances of nouveau_bitfield and nouveau_enum structsMarcin Slusarz2012-10-0312-39/+39
| | * drm/nouveau/fifo: use defines instead of hardcoded class idsBen Skeggs2012-10-039-12/+20
| | * drm/nouveau/dmaobj: reject unsupported parent types instead of half-succeedingBen Skeggs2012-10-032-10/+16
OpenPOWER on IntegriCloud