summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau
Commit message (Expand)AuthorAgeFilesLines
* drm/ttm: remove sync_arg from driver functionsMaarten Lankhorst2012-11-201-3/+3
* drm/ttm: remove sync_obj_arg from ttm_bo_move_accel_cleanupMaarten Lankhorst2012-11-201-1/+1
* drm/nouveau: free memory allocated with alloc_apertures()Tommi Rantala2012-11-201-0/+1
* drm/ttm: remove ttm_buffer_object->buffer_startMarcin Slusarz2012-11-201-1/+1
* drm/nouveau: headless mode by default if pci class != vga displayBen Skeggs2012-10-312-3/+3
* drm/nouveau: resurrect headless mode since reworkBen Skeggs2012-10-314-35/+51
* drm/nv50/fb: prevent oops on chipsets without compression tagsBen Skeggs2012-10-311-6/+4Star
* drm/nouveau: allow creation of zero-sized mmBen Skeggs2012-10-312-4/+6
* drm/nouveau/i2c: fix typo when checking nvio i2c port validityBen Skeggs2012-10-311-1/+1
* drm/nouveau: silence modesetting spam on pre-gf8 chipsetsBen Skeggs2012-10-313-20/+19Star
* Merge branch 'drm-nouveau-fixes' of git://git.freedesktop.org/git/nouveau/lin...Dave Airlie2012-10-228-21/+47
|\
| * drm/nouveau/clock: fix missing pll type/addr when matching default entryBen Skeggs2012-10-221-6/+4Star
| * 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: warn when trying to free mm which is still in useMarcin Slusarz2012-10-221-1/+1
| * drm/nouveau: fix nouveau_mm/nouveau_mm_node leakMarcin Slusarz2012-10-221-0/+5
| * drm/nouveau/bios: improve error handling when reading the vbios from ACPIMartin Peres2012-10-221-1/+3
| * drm/nouveau: handle same-fb page flipsMarcin Slusarz2012-10-221-5/+9
* | 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/+5Star
|\|
| * 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/+0Star
| * drm/nouveau/pm: do not stop reclocking if failing to set the fan speedMartin Peres2012-10-161-1/+0Star
| * 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/+1Star
* | Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau...Dave Airlie2012-10-097-34/+14Star
|\|
| * 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/+0Star
| * drm/nouveau/bios: fix shadowing of ACPI ROMs larger than 64KiBBen Skeggs2012-10-091-11/+10Star
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-10-04383-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/+29Star
| | * 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