Age | Commit message (Expand) | Author | Files | Lines |
2011-10-27 | Revert "drm/ttm: add a way to bo_wait for either the last read or last write" | Dave Airlie | 2 | -5/+3 |
2011-09-20 | Merge branch 'drm-nouveau-next' of git://git.freedesktop.org/git/nouveau/linu... | Dave Airlie | 56 | -1597/+4217 |
2011-09-20 | drm/nouveau: remove allocations from gart populate() hook | Ben Skeggs | 1 | -45/+21 |
2011-09-20 | drm/nvc0/fb: slightly improve PMFB intr handling, move out of nvc0_graph.c | Ben Skeggs | 2 | -18/+27 |
2011-09-20 | drm/nvc0/fifo: avoid touching missing subfifos | Ben Skeggs | 1 | -1/+1 |
2011-09-20 | drm/nvd9/disp: bail out of mode_set_base if no fb bound to crtc | Ben Skeggs | 1 | -0/+5 |
2011-09-20 | drm/nvd9/disp: stub some more api hooks so we don't oops on resume | Ben Skeggs | 1 | -0/+12 |
2011-09-20 | drm/nouveau: fix printk typo in ioremap failure path | Marcin Slusarz | 1 | -1/+1 |
2011-09-20 | drm/nvc0/pm: minor clock readback fixes | Ben Skeggs | 1 | -2/+6 |
2011-09-20 | drm/nv40/pm: execute memory reset script from vbios | Ben Skeggs | 3 | -0/+16 |
2011-09-20 | drm/nv50/gr: refactor initialisation | Ben Skeggs | 1 | -81/+37 |
2011-09-20 | drm/nouveau: if requested, try harder at disabling sysmem pushbufs | Ben Skeggs | 1 | -6/+10 |
2011-09-20 | drm/nv50/gr: enable ctxprog xfer only when we need it to save power | Martin Peres | 1 | -0/+5 |
2011-09-20 | drm/nouveau/dp: add support for displayport table 0x30 | Ben Skeggs | 1 | -22/+48 |
2011-09-20 | drm/nouveau/dp: return master dp table pointer too when looking up encoder | Ben Skeggs | 4 | -70/+66 |
2011-09-20 | drm/nouveau/bios: simplify U/d table hash matching func to just match | Ben Skeggs | 2 | -51/+40 |
2011-09-20 | drm/nouveau/dp: preserve non-pattern bits in DP_TRAINING_PATTERN_SET | Ben Skeggs | 1 | -1/+8 |
2011-09-20 | drm/nvc0/gr: remove MODULE_FIRMWARE() lines | Ben Skeggs | 1 | -17/+0 |
2011-09-20 | drm/nouveau/dp: use alternate lane mask for nvaf | Ben Skeggs | 1 | -1/+10 |
2011-09-20 | drm/nouveau/dp: link rate scripts are selected with a comparison table | Ben Skeggs | 1 | -4/+3 |
2011-09-20 | drm/nv40/pm: write nv40-specific reclocking routines | Ben Skeggs | 4 | -4/+342 |
2011-09-20 | drm/nv40/pm: parse geometric delta clock from vbios | Ben Skeggs | 1 | -2/+3 |
2011-09-20 | drm/nouveau/dp: enable down-spread if vbios and sink support it | Ben Skeggs | 2 | -29/+20 |
2011-09-20 | drm/nouveau/dp: execute some more vbios tables relating to link rate | Ben Skeggs | 1 | -5/+21 |
2011-09-20 | drm/nouveau/dp: store unencoded link_bw everywhere | Ben Skeggs | 3 | -20/+24 |
2011-09-20 | drm/nouveau/dp: restructure link training code | Ben Skeggs | 4 | -352/+206 |
2011-09-20 | drm/nouveau/dp: pass in required datarate to link training | Ben Skeggs | 4 | -7/+11 |
2011-09-20 | drm/nouveau/bios: check for null script pointers in parser | Ben Skeggs | 1 | -0/+4 |
2011-09-20 | drm/nva3/backlight: add suppport for newer style backlight regs | Ben Skeggs | 2 | -12/+64 |
2011-09-20 | drm/nv50/backlight: express brightness level in percent | Ben Skeggs | 1 | -3/+7 |
2011-09-20 | drm/nv50/backlight: take the sor into account when bashing regs | Ben Skeggs | 5 | -31/+52 |
2011-09-20 | drm/nouveau/backlight: make more consistent with rest of driver style | Ben Skeggs | 1 | -31/+39 |
2011-09-20 | drm/nouveau: tidy connector hotplug handler, punt messages to debug | Ben Skeggs | 1 | -15/+6 |
2011-09-20 | drm/nouveau/dp: remove reliance on vbios for native displayport | Ben Skeggs | 6 | -63/+126 |
2011-09-20 | drm/nouveau/dp: rewrite auxch transaction routines | Ben Skeggs | 2 | -105/+132 |
2011-09-20 | drm/nouveau: workaround semaphore hw bug causing unnecessary interrupts | Ben Skeggs | 1 | -1/+1 |
2011-09-20 | drm/nouveau/tmr: fix miscalculation of ratio on pre-nv4x chipsets | Ben Skeggs | 1 | -26/+2 |
2011-09-20 | drm/nva3/pm: fixup for NVAF special | Ben Skeggs | 1 | -1/+7 |
2011-09-20 | drm/nva3/pm: use crystal freq where appropriate | Ben Skeggs | 1 | -3/+4 |
2011-09-20 | drm/nouveau: determine timing crystal freq from straps | Ben Skeggs | 2 | -1/+19 |
2011-09-20 | drm/nva3/pm: pll disabled if bit 0 of ctrl not set | Ben Skeggs | 1 | -19/+23 |
2011-09-20 | drm/nouveau: magic to make auxch on new macbooks booted in EFI mode work | Ben Skeggs | 1 | -1/+4 |
2011-09-20 | drm/nouveau/pm: Document and expose CL and WR for 0x1002Cx | Roy Spliet | 2 | -14/+21 |
2011-09-20 | drm/nouveau/pm: add initial NV3x/NVCx memtiming support, improve other cards | Roy Spliet | 4 | -143/+206 |
2011-09-20 | drm/nouveau: remove special-casing of hotplug detection type | Ben Skeggs | 1 | -9/+5 |
2011-09-20 | drm/nvd0: no page flipping at the moment | Ben Skeggs | 1 | -1/+1 |
2011-09-20 | drm/nvc0/gr: remove max tpc count info | Ben Skeggs | 1 | -6/+2 |
2011-09-20 | drm/nvd0: lets not attempt to dereference a nv50_display pointer | Ben Skeggs | 1 | -4/+8 |
2011-09-20 | drm/nouveau: enable hwmon support when both nouveau/hwmon are built as modules. | Ken Milmore | 1 | -3/+3 |
2011-09-20 | drm/nvd0/disp: tidy up what we have so far | Ben Skeggs | 2 | -64/+39 |