| Commit message (Expand) | Author | Age | Files | Lines |
* | drm/nv40/pm: execute memory reset script from vbios | Ben Skeggs | 2011-09-20 | 1 | -0/+1 |
* | drm/nouveau/dp: return master dp table pointer too when looking up encoder | Ben Skeggs | 2011-09-20 | 1 | -2/+1 |
* | drm/nouveau/bios: simplify U/d table hash matching func to just match | Ben Skeggs | 2011-09-20 | 1 | -0/+1 |
* | drm/nouveau/dp: restructure link training code | Ben Skeggs | 2011-09-20 | 1 | -1/+1 |
* | drm/nouveau/dp: pass in required datarate to link training | Ben Skeggs | 2011-09-20 | 1 | -1/+1 |
* | drm/nv50/backlight: take the sor into account when bashing regs | Ben Skeggs | 2011-09-20 | 1 | -4/+4 |
* | drm/nouveau/dp: remove reliance on vbios for native displayport | Ben Skeggs | 2011-09-20 | 1 | -0/+1 |
* | drm/nouveau/dp: rewrite auxch transaction routines | Ben Skeggs | 2011-09-20 | 1 | -0/+1 |
* | drm/nouveau: determine timing crystal freq from straps | Ben Skeggs | 2011-09-20 | 1 | -0/+1 |
* | drm/nouveau/pm: Document and expose CL and WR for 0x1002Cx | Roy Spliet | 2011-09-20 | 1 | -1/+6 |
* | drm/nouveau/pm: add initial NV3x/NVCx memtiming support, improve other cards | Roy Spliet | 2011-09-20 | 1 | -10/+35 |
* | drm/nvd0/disp: very initial evo setup | Ben Skeggs | 2011-09-20 | 1 | -0/+5 |
* | drm/nouveau/bios: allow passing in crtc to the init table parser | Ben Skeggs | 2011-09-20 | 1 | -4/+3 |
* | drm/nvd0/gpio: initial implementation | Ben Skeggs | 2011-09-20 | 1 | -0/+2 |
* | drm/nouveau: allow modeset module option to select 'headless mode' | Ben Skeggs | 2011-09-20 | 1 | -0/+1 |
* | drm/nouveau: make general drm modesetting init common | Ben Skeggs | 2011-09-20 | 1 | -1/+0 |
* | drm/nvd0: add a card_type for 0xdX chipsets | Ben Skeggs | 2011-09-20 | 1 | -0/+1 |
* | drm/nouveau: embed nouveau_mm | Ben Skeggs | 2011-09-20 | 1 | -1/+1 |
* | drm/nouveau: rename nv40_mpeg to nv31_mpeg | Ben Skeggs | 2011-09-20 | 1 | -2/+2 |
* | drm/nvc0/pm: more complete parsing of clock domains | Ben Skeggs | 2011-09-20 | 1 | -3/+8 |
* | drm/nouveau: add function to wait until a callback returns true | Ben Skeggs | 2011-09-20 | 1 | -0/+4 |
* | drm/nva3/pm: parse/reclock vdec/41a0 clocks | Ben Skeggs | 2011-09-20 | 1 | -0/+2 |
* | drm/nouveau/pm: add hooks to get/set *all* clocks at once | Ben Skeggs | 2011-09-20 | 1 | -0/+5 |
* | drm/nouveau/pm: some fermi chipsets still use volt 0x30 | Ben Skeggs | 2011-09-20 | 1 | -0/+1 |
* | drm/nouveau/pm: add support for parsing perflvl voltage on fermi chips | Ben Skeggs | 2011-09-20 | 1 | -1/+2 |
* | drm/nouveau/pm: store voltage in microvolts | Ben Skeggs | 2011-09-20 | 1 | -4/+4 |
* | drm/nouveau: pass flag to engine fini() method on suspend | Ben Skeggs | 2011-07-25 | 1 | -1/+1 |
* | drm/nouveau: replace nv04_graph_fifo_access() use with direct reg bashing | Ben Skeggs | 2011-07-25 | 1 | -1/+0 |
* | drm/nouveau/temp: Fix signed/unsigned int logic | Emil Velikov | 2011-06-23 | 1 | -3/+3 |
* | drm/nouveau: rework vram init/fini ordering a little | Ben Skeggs | 2011-06-23 | 1 | -1/+3 |
* | drm/nouveau: remove implicit mapping of every bo into chan_vm | Ben Skeggs | 2011-06-23 | 1 | -1/+0 |
* | drm/nouveau: remove 'chan' argument from nouveau_bo_new | Ben Skeggs | 2011-06-23 | 1 | -4/+3 |
* | drm/nvc0: explicitly map PDISP semaphore buffer into each channel's vm | Ben Skeggs | 2011-06-23 | 1 | -0/+1 |
* | drm/nv84-nvc0: explicitly map semaphore buffer into channel vm | Ben Skeggs | 2011-06-23 | 1 | -0/+1 |
* | drm/nv50-nvc0: explicitly map pushbuf bo into channel vm | Ben Skeggs | 2011-06-23 | 1 | -0/+1 |
* | drm/nv50-nvc0: explicitly map notifier bo into channel vm | Ben Skeggs | 2011-06-23 | 1 | -0/+1 |
* | drm/nouveau: initial changes to support multiple VMAs per buffer object | Ben Skeggs | 2011-06-23 | 1 | -0/+7 |
* | drm/nouveau: create temp vmas for both src and dst of bo moves | Ben Skeggs | 2011-06-23 | 1 | -1/+1 |
* | drm/nouveau: store bo's page size in nouveau_bo | Ben Skeggs | 2011-06-23 | 1 | -0/+1 |
* | drm/nouveau: will need to specify channel for vm-ful gpuobj allocations | Ben Skeggs | 2011-06-23 | 1 | -3/+6 |
* | drm/nouveau/gem: implement stub hooks for GEM object open/close | Ben Skeggs | 2011-06-23 | 1 | -0/+3 |
* | drm/nouveau: remove 'chan' argument from nouveau_gem_new | Ben Skeggs | 2011-06-23 | 1 | -4/+3 |
* | drm/nv50-nvc0/vm: take client reference on shared channel vm | Ben Skeggs | 2011-06-23 | 1 | -0/+1 |
* | drm/nouveau: store a per-client channel list | Ben Skeggs | 2011-06-23 | 1 | -1/+3 |
* | drm/nouveau: allocate structure to store per-client data | Ben Skeggs | 2011-06-23 | 1 | -1/+9 |
* | drm/nvc0/gr: import and use our own fuc by default | Ben Skeggs | 2011-06-23 | 1 | -0/+1 |
* | drm/nvc0: fix suspend/resume of PGRAPH/PCOPYn | Ben Skeggs | 2011-06-23 | 1 | -3/+4 |
* | drm/nouveau: default to noaccel on 0xc1/0xc8/0xce for now | Ben Skeggs | 2011-06-23 | 1 | -0/+1 |
* | drm/nva3/clk: better pll calculation when no fractional fb div available | Ben Skeggs | 2011-05-16 | 1 | -2/+2 |
* | drm/nvc0/pm: parse clock for pll 0x0a (0x137020) from perf table | Ben Skeggs | 2011-05-16 | 1 | -0/+1 |