aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-01drm/nv50/pm: signedness bug in nv50_pm_clocks_pre()Dan Carpenter1-2/+2
2012-02-01drm/nouveau/gem: fix fence_sync race / oopsBen Skeggs1-2/+21
2012-02-01drm/nouveau: fix typo on mxmdcb optionBen Skeggs1-1/+1
2012-02-01drm/nouveau/mxm: pretend to succeed, even if we can't shadow the MXM-SISBen Skeggs1-0/+9
2012-02-01drm/nouveau/disp: check that panel power gpio is enabled at init timeBen Skeggs2-2/+13
2012-01-25drm/ttm: fix two regressions since move_notify changesBen Skeggs1-0/+4
2012-01-13nouveau: Support Optimus models for vga_switcherooPeter Lekensteyn3-5/+42
2012-01-13nouveau: properly check for _DSM function supportPeter Lekensteyn1-13/+22
2012-01-10drm/nouveau/pm: fix build with HWMON offDave Airlie1-1/+1
2012-01-06ttm: fix agp since ttm tt reworkJerome Glisse1-0/+13
2011-12-22drm/nouveau/ttm: fix crash as a result of a recent ttm changeBen Skeggs3-7/+6
2011-12-21drm/nouveau: Fix notifier blocks over the 4GB mark.Francisco Jerez1-1/+1
2011-12-21drm/nouveau: Fix pushbufs over the 4GB mark.Francisco Jerez5-10/+17
2011-12-21drm/nvc0/pm: initial engine reclockingBen Skeggs3-0/+243
2011-12-21drm/nouveau: move hpd enable/disable to common codeBen Skeggs3-27/+18
2011-12-21drm/nv40/disp: implement support for hotplug irqBen Skeggs3-0/+52
2011-12-21drm/nouveau/gpio: reimplement as nouveau_gpio.c, fixing a number of issuesBen Skeggs16-646/+653
2011-12-21drm/nouveau: just pass gpio line to pwm_*, not entire gpio structBen Skeggs5-30/+25
2011-12-21drm/nouveau/hwsq: remove some magic, give proper opcode namesBen Skeggs2-6/+23
2011-12-21drm/nv50/pm: introduce hwsq-based memory reclockingMartin Peres2-62/+243
2011-12-21drm/nv04/disp: handle dual-link spwg panels without needing quirksBen Skeggs2-15/+8
2011-12-21drm/nouveau/dp: remove broken display depth function, use the improved oneBen Skeggs1-22/+12
2011-12-21drm/nouveau/mxm: implement ROM shadow methodBen Skeggs1-0/+39
2011-12-21drm/nouveau/mxm: implement _DSM shadow methodBen Skeggs1-1/+60
2011-12-21drm/nouveau/mxm: implement wmi shadow methodBen Skeggs1-6/+45
2011-12-21drm/nouveau/mxm: initial implementation of dcb sanitisationBen Skeggs6-3/+561
2011-12-21drm/nouveau/disp: parse connector info directly in nouveau_connector.cBen Skeggs7-328/+240
2011-12-21drm/nouveau/i2c: handle bit-banging ourselvesBen Skeggs2-22/+178
2011-12-21drm/nouveau/i2c: fix debug messageBen Skeggs1-3/+6
2011-12-21drm/nouveau/i2c: tidy up bit-bang helpers, also fixing nv50 setsda bugBen Skeggs3-148/+94
2011-12-21drm/nouveau/i2c: do parsing of i2c-related vbios info in nouveau_i2c.cBen Skeggs6-278/+222
2011-12-21drm/nouveau/bios: start refactoring dcb routinesBen Skeggs3-121/+162
2011-12-21drm/nouveau/bios: fold fixup_legacy_i2cBen Skeggs1-23/+6
2011-12-21drm/nouveau/bios: pass drm_device to ROMPTR, rather than nvbiosBen Skeggs7-27/+28
2011-12-21drm/nvd0/disp: use single, shared, sync bo for all evo channelsBen Skeggs1-31/+32
2011-12-21drm/nvd0/disp: rename sync channel to flip channelBen Skeggs1-9/+9
2011-12-21drm/nvd0/disp: handle yet another interruptBen Skeggs1-0/+6
2011-12-21drm/nvd0/disp: initialise overlay channelsBen Skeggs1-5/+13
2011-12-21drm/nvd0/disp: add support for page flippingBen Skeggs5-65/+267
2011-12-21drm/nvd0/disp: make it clearer that the cursor regs are pio evo channelsBen Skeggs1-3/+9
2011-12-21drm/nvd0/disp: have evo names now, use themBen Skeggs1-24/+24
2011-12-21drm/nvd0/disp: init display sync channelsBen Skeggs1-55/+115
2011-12-21drm/nvd0/disp: scaler updates, overscan compensation etcBen Skeggs2-33/+67
2011-12-21drm/nvd0/disp: update crtc timing calculations for interlace/doublescanBen Skeggs1-18/+34
2011-12-21drm/nouveau: shutdown display on suspend/hibernateBen Skeggs4-11/+45
2011-12-21drm/nv50/disp: fix evo for create/init + destroy/fini splitBen Skeggs3-11/+13
2011-12-21drm/nouveau: re-jig fbcon suspend/resume process a littleBen Skeggs2-16/+13
2011-12-21drm/nouveau/disp: introduce proper init/fini, separate from create/destroyBen Skeggs7-31/+39
2011-12-21drm/nouveau/pm: fix missing volt changes when boot voltage is undefinedBen Skeggs1-1/+1
2011-12-21drm/nv50/pm: fix a typo in clock calculationMartin Peres1-1/+1