summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/core/subdev
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau/bios: fix DCB v1.5 parsingMarcin Slusarz2012-11-191-1/+1
* drm/nouveau: add missing pll_calc callsMaarten Lankhorst2012-11-192-0/+20
* drm/nv41/vm: fix typo in type nameMarcin Slusarz2012-11-091-1/+1
* drm/nv50/fb: prevent oops on chipsets without compression tagsBen Skeggs2012-10-311-6/+4
* drm/nouveau/i2c: fix typo when checking nvio i2c port validityBen Skeggs2012-10-311-1/+1
* Merge branch 'drm-nouveau-fixes' of git://git.freedesktop.org/git/nouveau/lin...Dave Airlie2012-10-225-15/+32
|\
| * drm/nouveau/clock: fix missing pll type/addr when matching default entryBen Skeggs2012-10-221-6/+4
| * drm/nouveau/fb: fix reporting of memory type on GF8+ IGPsBen Skeggs2012-10-221-0/+1
| * drm/nv41/vm: don't init hw pciegart on boards with agp bridgeBen Skeggs2012-10-222-2/+4
| * drm/nouveau/bios: fetch full 4KiB block to determine ACPI ROM image sizeBen Skeggs2012-10-221-3/+7
| * drm/nouveau: validate vbios sizeMarcin Slusarz2012-10-221-3/+13
| * drm/nouveau/bios: improve error handling when reading the vbios from ACPIMartin Peres2012-10-221-1/+3
* | 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-162-2/+1
|\ \ | |/
| * drm/nouveau/bios: fix typo in error messageBen Skeggs2012-10-161-1/+1
| * drm/nv50/fb: fix double free of vram mmMarcin Slusarz2012-10-161-1/+0
* | Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau...Dave Airlie2012-10-094-13/+13
|\ \ | |/
| * drm/nouveau/timer: bump ptimer's alarm delay from u32 to u64Martin Peres2012-10-091-1/+1
| * 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/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-031-1/+1
|/
* drm/nouveau/devinit: fixup various issues with subdev ctor/init orderingBen Skeggs2012-10-031-15/+23
* 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/nouveau: store supported dma mask in vmmgrBen Skeggs2012-10-035-0/+5
* drm/nvc0/ibus: initial implementation of subdevBen Skeggs2012-10-032-0/+132
* drm/nouveau/therm: add support for fan-control modesMartin Peres2012-10-035-5/+65
* 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-0313-1/+913
* drm/nouveau/bios: parse the pwm divisor from the perf tableMartin Peres2012-10-031-0/+75
* drm/nouveau/therm: use the EXTDEV table to detect i2c monitoring devicesMartin Peres2012-10-031-0/+100
* drm/nouveau/therm: rework thermal table parsingMartin Peres2012-10-031-0/+177
* drm/nouveau/gpio: expose the PWM/TOGGLE parameter found in the gpio vbios tableMartin Peres2012-10-031-0/+3
* drm/nouveau/bios: check that fixed tvdac gpio data is valid before using itBen Skeggs2012-10-031-7/+11
* drm/nvc0/ltcg: read LTS count at startupBen Skeggs2012-10-031-1/+3
* drm/nve0/ibus: handle PIBUS interrupts to prevent stormBen Skeggs2012-10-033-0/+127
* drm/nouveau: quiet some static-related sparse noiseMarcin Slusarz2012-10-034-11/+12
* drm/nouveau: constify instances of nouveau_bitfield and nouveau_enum structsMarcin Slusarz2012-10-031-8/+8
* drm/nve0/copy: add initial support for the async copy enginesBen Skeggs2012-10-031-0/+5
* drm/nouveau/device: return proper error codes if ioremap failsBen Skeggs2012-10-031-3/+3
* drm/nouveau: port remainder of drm code, and rip out compat layerBen Skeggs2012-10-031-1/+29
* drm/nouveau/device: include the official chipset namesBen Skeggs2012-10-039-1/+61
* drm/nouveau/mxm: split up into bios code and a subdev moduleBen Skeggs2012-10-038-0/+900
* drm/nouveau: port all engines to new engine module formatBen Skeggs2012-10-0319-27/+506
* drm/nouveau/instmem: completely new implementation, as a subdev moduleBen Skeggs2012-10-0325-963/+2104
* drm/nv50/instmem: remove use of nouveau_gpuobj_new_fake()Ben Skeggs2012-10-031-17/+2
* drm/nouveau/gpuobj: remove flags for vm-mappingsBen Skeggs2012-10-031-18/+0
* drm/nv04-nv40/instmem: remove use of nouveau_gpuobj_new_fake()Ben Skeggs2012-10-032-88/+77
OpenPOWER on IntegriCloud