| Commit message (Expand) | Author | Age | Files | Lines |
* | drm/nouveau/pm: fix build with HWMON off | Dave Airlie | 2012-01-10 | 1 | -1/+1 |
* | ttm: fix agp since ttm tt rework | Jerome Glisse | 2012-01-06 | 1 | -0/+13 |
* | drm/nouveau/ttm: fix crash as a result of a recent ttm change | Ben Skeggs | 2011-12-22 | 3 | -7/+6 |
* | drm/nouveau: Fix notifier blocks over the 4GB mark. | Francisco Jerez | 2011-12-21 | 1 | -1/+1 |
* | drm/nouveau: Fix pushbufs over the 4GB mark. | Francisco Jerez | 2011-12-21 | 5 | -10/+17 |
* | drm/nvc0/pm: initial engine reclocking | Ben Skeggs | 2011-12-21 | 3 | -0/+243 |
* | drm/nouveau: move hpd enable/disable to common code | Ben Skeggs | 2011-12-21 | 3 | -27/+18 |
* | drm/nv40/disp: implement support for hotplug irq | Ben Skeggs | 2011-12-21 | 3 | -0/+52 |
* | drm/nouveau/gpio: reimplement as nouveau_gpio.c, fixing a number of issues | Ben Skeggs | 2011-12-21 | 16 | -646/+653 |
* | drm/nouveau: just pass gpio line to pwm_*, not entire gpio struct | Ben Skeggs | 2011-12-21 | 5 | -30/+25 |
* | drm/nouveau/hwsq: remove some magic, give proper opcode names | Ben Skeggs | 2011-12-21 | 2 | -6/+23 |
* | drm/nv50/pm: introduce hwsq-based memory reclocking | Martin Peres | 2011-12-21 | 2 | -62/+243 |
* | drm/nv04/disp: handle dual-link spwg panels without needing quirks | Ben Skeggs | 2011-12-21 | 2 | -15/+8 |
* | drm/nouveau/dp: remove broken display depth function, use the improved one | Ben Skeggs | 2011-12-21 | 1 | -22/+12 |
* | drm/nouveau/mxm: implement ROM shadow method | Ben Skeggs | 2011-12-21 | 1 | -0/+39 |
* | drm/nouveau/mxm: implement _DSM shadow method | Ben Skeggs | 2011-12-21 | 1 | -1/+60 |
* | drm/nouveau/mxm: implement wmi shadow method | Ben Skeggs | 2011-12-21 | 1 | -6/+45 |
* | drm/nouveau/mxm: initial implementation of dcb sanitisation | Ben Skeggs | 2011-12-21 | 6 | -3/+561 |
* | drm/nouveau/disp: parse connector info directly in nouveau_connector.c | Ben Skeggs | 2011-12-21 | 7 | -328/+240 |
* | drm/nouveau/i2c: handle bit-banging ourselves | Ben Skeggs | 2011-12-21 | 2 | -22/+178 |
* | drm/nouveau/i2c: fix debug message | Ben Skeggs | 2011-12-21 | 1 | -3/+6 |
* | drm/nouveau/i2c: tidy up bit-bang helpers, also fixing nv50 setsda bug | Ben Skeggs | 2011-12-21 | 3 | -148/+94 |
* | drm/nouveau/i2c: do parsing of i2c-related vbios info in nouveau_i2c.c | Ben Skeggs | 2011-12-21 | 6 | -278/+222 |
* | drm/nouveau/bios: start refactoring dcb routines | Ben Skeggs | 2011-12-21 | 3 | -121/+162 |
* | drm/nouveau/bios: fold fixup_legacy_i2c | Ben Skeggs | 2011-12-21 | 1 | -23/+6 |
* | drm/nouveau/bios: pass drm_device to ROMPTR, rather than nvbios | Ben Skeggs | 2011-12-21 | 7 | -27/+28 |
* | drm/nvd0/disp: use single, shared, sync bo for all evo channels | Ben Skeggs | 2011-12-21 | 1 | -31/+32 |
* | drm/nvd0/disp: rename sync channel to flip channel | Ben Skeggs | 2011-12-21 | 1 | -9/+9 |
* | drm/nvd0/disp: handle yet another interrupt | Ben Skeggs | 2011-12-21 | 1 | -0/+6 |
* | drm/nvd0/disp: initialise overlay channels | Ben Skeggs | 2011-12-21 | 1 | -5/+13 |
* | drm/nvd0/disp: add support for page flipping | Ben Skeggs | 2011-12-21 | 5 | -65/+267 |
* | drm/nvd0/disp: make it clearer that the cursor regs are pio evo channels | Ben Skeggs | 2011-12-21 | 1 | -3/+9 |
* | drm/nvd0/disp: have evo names now, use them | Ben Skeggs | 2011-12-21 | 1 | -24/+24 |
* | drm/nvd0/disp: init display sync channels | Ben Skeggs | 2011-12-21 | 1 | -55/+115 |
* | drm/nvd0/disp: scaler updates, overscan compensation etc | Ben Skeggs | 2011-12-21 | 2 | -33/+67 |
* | drm/nvd0/disp: update crtc timing calculations for interlace/doublescan | Ben Skeggs | 2011-12-21 | 1 | -18/+34 |
* | drm/nouveau: shutdown display on suspend/hibernate | Ben Skeggs | 2011-12-21 | 4 | -11/+45 |
* | drm/nv50/disp: fix evo for create/init + destroy/fini split | Ben Skeggs | 2011-12-21 | 3 | -11/+13 |
* | drm/nouveau: re-jig fbcon suspend/resume process a little | Ben Skeggs | 2011-12-21 | 2 | -16/+13 |
* | drm/nouveau/disp: introduce proper init/fini, separate from create/destroy | Ben Skeggs | 2011-12-21 | 7 | -31/+39 |
* | drm/nouveau/pm: fix missing volt changes when boot voltage is undefined | Ben Skeggs | 2011-12-21 | 1 | -1/+1 |
* | drm/nv50/pm: fix a typo in clock calculation | Martin Peres | 2011-12-21 | 1 | -1/+1 |
* | drm/nvd0/disp: enable hdmi audio | Ben Skeggs | 2011-12-21 | 1 | -0/+3 |
* | drm/nvd0/disp: hook evo up to debugging | Ben Skeggs | 2011-12-21 | 1 | -0/+13 |
* | drm/nvd0/disp: enable hdmi on sor if hdmi monitor present | Ben Skeggs | 2011-12-21 | 1 | -0/+44 |
* | drm/nvd0/disp: send eld to the audio codec | Ben Skeggs | 2011-12-21 | 1 | -3/+63 |
* | drm/nouveau/hdmi: enable audio for nva3:nvd0 chipsets | Ben Skeggs | 2011-12-21 | 1 | -3/+24 |
* | drm/nv50: fix page faulting for 128MB page table sizes | Marcin Slusarz | 2011-12-21 | 1 | -1/+1 |
* | drm/nouveau: print correct engine number which failed to unload/idle | Marcin Slusarz | 2011-12-21 | 1 | -1/+1 |
* | drm/nva3/copy: fix typo in fuc which caused host to not recieve exceptions | Ben Skeggs | 2011-12-21 | 3 | -3/+3 |