Age | Commit message (Expand) | Author | Files | Lines |
2012-03-13 | drm/nv50/hwsq: some nv92 fixes | Martin Peres | 1 | -2/+3 |
2012-03-13 | drm/nouveau/dp: move all nv50/sor-specific code out of nouveau_dp.c | Ben Skeggs | 5 | -228/+231 |
2012-03-13 | drm/nouveau/dp: make functions for executing various bios tables | Ben Skeggs | 1 | -9/+46 |
2012-03-13 | drm/nouveau/pm: fix oops if chipset has no pm support at all | Ben Skeggs | 1 | -3/+5 |
2012-03-13 | drm/nouveau/bios: rework vbios shadowing | Ben Skeggs | 2 | -121/+158 |
2012-03-13 | drm/nouveau/bios: attempt acpi rom fetch before pcirom | Ben Skeggs | 1 | -1/+1 |
2012-03-13 | drm/nvd0/disp: attempt to handle more than 2 crtcs if possible | Ben Skeggs | 1 | -19/+14 |
2012-03-13 | drm/nvc0/vram: get part count from PUNITS | Ben Skeggs | 1 | -16/+14 |
2012-03-13 | drm/nv40/pm: fix fanspeed regression | Ben Skeggs | 1 | -0/+4 |
2012-03-13 | drm/nouveau/pm: several fixes for nvc0 memory timings | Roy Spliet | 1 | -3/+6 |
2012-03-13 | drm/nvc0/pm: restrict pll mode to clocks that can actually use it | Ben Skeggs | 1 | -1/+1 |
2012-03-13 | drm/nouveau/dp: fix bad comparison in dp_link_train_commit() | Xi Wang | 1 | -1/+1 |
2012-03-13 | drm/nouveau/mxm: call mxmi to determine revision before calling mxms | Ben Skeggs | 1 | -1/+38 |
2012-03-13 | drm/nouveau/pm: init only after display subsystem has been created | Ben Skeggs | 1 | -7/+5 |
2012-03-13 | drm/nvc0/fb: detect presense of second rank | Ben Skeggs | 1 | -0/+1 |
2012-03-13 | drm/nv50/display: expose color vibrance control | Christoph Bumiller | 6 | -3/+85 |
2012-03-13 | drm/nv50-nvc0/vm: support unsnooped system memory | Ben Skeggs | 3 | -17/+17 |
2012-03-13 | drm/nouveau: recognise DCB connector type for DP+DVI+VGA DMS-59 | Ben Skeggs | 2 | -1/+7 |
2012-03-13 | drm/nouveau/mem: handle dll_off for ddr2/ddr3 | Ben Skeggs | 1 | -11/+23 |
2012-03-13 | drm/nouveau/pm: extend profile interface for destroy/init/fini | Ben Skeggs | 2 | -0/+25 |
2012-03-13 | drm/nouveau/pm: rework to allow selecting separate profiles for ac/battery | Ben Skeggs | 4 | -46/+120 |
2012-03-13 | drm/nouveau/pm: fix dll off -> dll on transitions | Ben Skeggs | 1 | -2/+7 |
2012-03-13 | drm/nouveau/pm: detect when we need dll disabled for gddr3 | Ben Skeggs | 3 | -1/+12 |
2012-03-13 | drm/nv50: fix detection of second vram rank | Ben Skeggs | 1 | -1/+1 |
2012-03-13 | drm/nouveau/pm: track mr2 for gddr3 | Ben Skeggs | 1 | -1/+4 |
2012-03-13 | drm/nv50/pm: wait for all fifo-connected engines to idle before reclocking | Martin Peres | 1 | -0/+2 |
2012-03-13 | drm/nv50/pm: use hwsq for engine reclocking too | Ben Skeggs | 1 | -87/+98 |
2012-03-13 | drm/nv50/disp: more accurate function to determine active crtcs | Ben Skeggs | 3 | -8/+28 |
2012-03-13 | drm/nv50/pm: initial work towards proper memory reclocking, with timings | Ben Skeggs | 1 | -46/+154 |
2012-03-13 | drm/nouveau/pm: introduce ram reclocking helper | Ben Skeggs | 2 | -0/+114 |
2012-03-13 | drm/nouveau/pm: embed timings into perflvl structs | Ben Skeggs | 4 | -58/+54 |
2012-03-13 | drm/nouveau/pm: calculate memory timings at perflvl creation time | Ben Skeggs | 5 | -298/+132 |
2012-03-13 | drm/nouveau/pm: readback boot perflvl *before* parsing vbios | Ben Skeggs | 1 | -11/+19 |
2012-03-13 | drm/nouveau/pm: implement DDR2/DDR3/GDDR3/GDDR5 MR generation and validation | Roy Spliet | 4 | -152/+476 |
2012-03-13 | drm/nouveau/pm: restructure bios table parsing | Ben Skeggs | 1 | -173/+217 |
2012-03-13 | drm/nouveau/pm: avoid potential divide-by-zero | Ben Skeggs | 1 | -1/+1 |
2012-03-13 | drm/nouveau: Fix module parameter description formats | Jean Delvare | 1 | -7/+7 |
2012-03-13 | drm/nouveau/pm: improve memory timing generation | Roy Spliet | 2 | -65/+120 |
2012-03-13 | drm/nouveau/pm: improve the reclocking logs' readability | Martin Peres | 1 | -5/+25 |
2012-03-13 | drm/nouveau: move pwm_divisor to the nouveau_pm_fan struct | Martin Peres | 3 | -3/+3 |
2012-03-13 | drm/nouveau/pm: restore fan speed after suspend | Martin Peres | 2 | -1/+9 |
2012-03-13 | drm/nouveau/pm: style fixes | Martin Peres | 4 | -70/+110 |
2012-03-13 | drm/nouveau: rework the init/takedown ordering | Ben Skeggs | 1 | -40/+41 |
2012-03-13 | drm/nvc0: add initial memory type detection | Ben Skeggs | 1 | -0/+2 |
2012-03-13 | drm/nv50: hopefully handle the DDR2/DDR3 memtype detection somewhat better | Ben Skeggs | 3 | -3/+27 |
2012-03-13 | drm/nv50: add memory type detection | Ben Skeggs | 1 | -0/+16 |
2012-03-13 | drm/nv20-nv40: add memory type detection | Ben Skeggs | 4 | -2/+57 |
2012-03-13 | drm/nv20: split PFB code out of nv10_fb.c | Ben Skeggs | 5 | -131/+198 |
2012-03-13 | drm/nouveau: memory type detection for the really old chipsets | Ben Skeggs | 2 | -0/+13 |
2012-03-13 | drm/nouveau: move vram detection funcs to chipset-specific fb code | Ben Skeggs | 6 | -76/+127 |