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