Age | Commit message (Expand) | Author | Files | Lines |
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 |
2011-12-21 | drm/nvd0/disp: enable hdmi audio | Ben Skeggs | 1 | -0/+3 |
2011-12-21 | drm/nvd0/disp: hook evo up to debugging | Ben Skeggs | 1 | -0/+13 |
2011-12-21 | drm/nvd0/disp: enable hdmi on sor if hdmi monitor present | Ben Skeggs | 1 | -0/+44 |
2011-12-21 | drm/nvd0/disp: send eld to the audio codec | Ben Skeggs | 1 | -3/+63 |
2011-12-21 | drm/nouveau/hdmi: enable audio for nva3:nvd0 chipsets | Ben Skeggs | 1 | -3/+24 |
2011-12-21 | drm/nv50: fix page faulting for 128MB page table sizes | Marcin Slusarz | 1 | -1/+1 |
2011-12-21 | drm/nouveau: print correct engine number which failed to unload/idle | Marcin Slusarz | 1 | -1/+1 |
2011-12-21 | drm/nva3/copy: fix typo in fuc which caused host to not recieve exceptions | Ben Skeggs | 3 | -3/+3 |
2011-12-21 | drm/nva3/copy: update fuc source for latest envytools | Ben Skeggs | 1 | -129/+131 |
2011-12-21 | drm/nv50/pm: only touch 0x611200 on nv92- | Ben Skeggs | 1 | -3/+6 |
2011-12-21 | drm/nv50/pm: stabilise transition to 100MHz mclk a bit | Ben Skeggs | 1 | -2/+2 |
2011-12-21 | drm/nv50/pm: avoid touching dom6/vdec clocks if perflvl doesn't define it | Ben Skeggs | 1 | -16/+16 |
2011-12-21 | drm/nv50/pm: fix thinko which lead to clocks being slightly off sometimes | Ben Skeggs | 1 | -22/+24 |
2011-12-21 | drm/nv50/pm: 0x84/0x86 can't use "1" for nvclk src, need 0x50 method | Ben Skeggs | 1 | -2/+5 |
2011-12-21 | drm/nvc0/gr: add initial support for nvd9, not quite there yet.. | Ben Skeggs | 8 | -93/+326 |
2011-12-21 | drm/nvc0/gr: update fuc source to assemble with latest envyas | Ben Skeggs | 3 | -240/+240 |
2011-12-21 | drm/nv50/disp: stricter check for evo being active on init | Ben Skeggs | 1 | -4/+7 |
2011-12-21 | drm/nv50/pm: free state struct after setting clocks | Ben Skeggs | 1 | -0/+1 |
2011-12-21 | drm/nouveau/pm: change volt/fan before upclock, but after downclock | Ben Skeggs | 1 | -13/+36 |
2011-12-21 | drm/nouveau/pm: remove the older interfaces completely | Ben Skeggs | 3 | -60/+10 |
2011-12-21 | drm/nv04-nv30/pm: port to newer interfaces | Ben Skeggs | 3 | -49/+91 |
2011-12-21 | drm/nv50/pm: rewrite clock management, and switch to the new pm hooks | Ben Skeggs | 5 | -97/+576 |
2011-12-21 | drm/nv50/pm: s/PLL_UNK05/PLL_VDEC/ | Martin Peres | 3 | -4/+4 |
2011-12-21 | drm/nouveau/pm: make clocks_set return an error code clocks_set can fail. | Martin Peres | 4 | -6/+13 |
2011-12-21 | drm/nvd0: read temperature as we did on nv84+ boards | Martin Peres | 1 | -0/+1 |
2011-12-21 | drm/nv50/disp: fix scaling of doublescan modes | Ben Skeggs | 1 | -15/+18 |