| Commit message (Expand) | Author | Age | Files | Lines |
* | drm/nouveau: teach nouveau_bo_pin() how to force a contig vram allocation | Ben Skeggs | 2014-12-02 | 13 | -27/+52 |
* | drm/nouveau/volt: add support for GK20A | Vince Hsu | 2014-12-02 | 6 | -0/+218 |
* | drm/nouveau/platform: add GPU speedo information to nouveau platform | Vince Hsu | 2014-12-02 | 2 | -0/+4 |
* | drm/nouveau/volt: allow non-bios voltage scaling | Vince Hsu | 2014-12-02 | 1 | -29/+38 |
* | drm/gf100-/gr: return non-fatal error code when fw not present | Ben Skeggs | 2014-12-02 | 1 | -1/+1 |
* | drm/nouveau/devinit: bump priv ring timeouts before executing scripts | Ben Skeggs | 2014-12-02 | 2 | -1/+10 |
* | drm/nouveau/bios: translate ramcfg strap through M0203 | Ben Skeggs | 2014-12-02 | 1 | -1/+12 |
* | drm/nouveau/fb: make use of M0203 routines for ram type determination | Ben Skeggs | 2014-12-02 | 1 | -22/+15 |
* | drm/nouveau/bios: add parsing of BIT M(v2) +0x03 table | Ben Skeggs | 2014-12-02 | 3 | -0/+161 |
* | drm/nouveau/core: allow vbios parsing without knowing chipset type | Ben Skeggs | 2014-12-02 | 1 | -0/+5 |
* | drm/nouveau/lib: add null backend | Ben Skeggs | 2014-12-02 | 2 | -0/+2 |
* | drm/nouveau/device: store revision | Ben Skeggs | 2014-12-02 | 2 | -1/+4 |
* | drm/nouveau/core: add some forgotten subdevs to disable mask | Ben Skeggs | 2014-12-02 | 2 | -0/+3 |
* | drm/gk20a/clk: fix max VCO value | Alexandre Courbot | 2014-12-02 | 1 | -1/+1 |
* | drm/nouveau: we need pin_refcnt for nouveau_bo_placement_set() | Ben Skeggs | 2014-12-02 | 1 | -5/+9 |
* | drm/nv50-/kms: add some evo tracing ability for debugging | Ben Skeggs | 2014-12-02 | 1 | -0/+13 |
* | drm/nv50/kms: use sclass() instead of trial-and-error | Ben Skeggs | 2014-12-02 | 1 | -6/+20 |
* | drm/nv50/kms: remove a couple of cursor-related stub functions | Ben Skeggs | 2014-12-02 | 2 | -12/+2 |
* | drm/nouveau: fix pin refcnt leak in failure path | Ben Skeggs | 2014-12-02 | 1 | -12/+12 |
* | drm/nouveau: synchronize BOs when required | Alexandre Courbot | 2014-12-02 | 3 | -0/+56 |
* | drm/nouveau: allocate GPFIFOs and fences coherently | Alexandre Courbot | 2014-12-02 | 2 | -3/+3 |
* | drm/nouveau: implement explicitly coherent BOs | Alexandre Courbot | 2014-12-02 | 2 | -8/+73 |
* | drm/nouveau: introduce nv_device_is_cpu_coherent() | Alexandre Courbot | 2014-12-02 | 1 | -0/+6 |
* | drm/nouveau: warn when moving a pinned object | Alexandre Courbot | 2014-12-02 | 1 | -2/+9 |
* | drm/nouveau/disp: clear notify intr status when enabling, to prevent races | Ben Skeggs | 2014-12-02 | 2 | -0/+4 |
* | drm/nv50-/disp: rename class members to match nvidia channel names | Ben Skeggs | 2014-12-02 | 11 | -206/+206 |
* | drm/nouveau/core: remove some dead code that got forgotten | Ben Skeggs | 2014-12-02 | 3 | -135/+0 |
* | drm/nouveau/pwr/fuc: Fix thinko in nouveau_memx_wait() | Roy Spliet | 2014-12-02 | 1 | -1/+1 |
* | drm/nva3/clock: Allow user reclocking | Roy Spliet | 2014-12-02 | 1 | -1/+1 |
* | drm/nouveau/fb/ramnva3: Reclocking script for GDDR3 | Roy Spliet | 2014-12-02 | 2 | -10/+92 |
* | drm/nouveau/fb/ramnva3: Reclocking script for DDR2 | Roy Spliet | 2014-12-02 | 1 | -15/+42 |
* | drm/nouveau/fb/ramnva3: Reclocking script for DDR3 | Roy Spliet | 2014-12-02 | 3 | -75/+219 |
* | drm/nouveau/fb/ramnva3: Ressurect timing calculation code | Roy Spliet | 2014-12-02 | 3 | -14/+132 |
* | drm/nouveau/fb/ramnva3: Link training for DDR3 | Roy Spliet | 2014-12-02 | 10 | -1415/+2259 |
* | drm/nouveau/fb/gddr3: Generate MR values | Roy Spliet | 2014-12-02 | 3 | -0/+119 |
* | drm/nouveau/bios/ramcfg: 10_02_40 -> DLLoff | Roy Spliet | 2014-12-02 | 4 | -4/+4 |
* | drm/nouveau: move the (far too many...) different s/r paths to the same place | Ben Skeggs | 2014-12-02 | 2 | -138/+144 |
* | drm/gk104-/fifo: handle copy engine class errors | Ben Skeggs | 2014-12-02 | 1 | -6/+42 |
* | drm/nouveau/bios: stop after NV+NPDS+ISBN image | Ben Skeggs | 2014-12-02 | 1 | -4/+9 |
* | drm/nouveau/bios: add some more signatures as seen on my gtx660 | Ben Skeggs | 2014-12-02 | 2 | -0/+2 |
* | drm/nouveau: add support for gm204 | Ben Skeggs | 2014-12-02 | 3 | -11/+16 |
* | drm/nouveau/device: recognise GM204 | Ben Skeggs | 2014-12-02 | 2 | -1/+45 |
* | drm/gm204/disp: some magic that fixes bringup of uninitialised outputs | Ben Skeggs | 2014-12-02 | 5 | -3/+24 |
* | drm/gm204/disp: initial support | Ben Skeggs | 2014-12-02 | 8 | -1/+255 |
* | drm/gf110-/disp: magic that might help some tmds issues | Ben Skeggs | 2014-12-02 | 1 | -2/+10 |
* | drm/nouveau/bios: support for opcodes 0x47/0x48 | Ben Skeggs | 2014-12-02 | 1 | -0/+36 |
* | drm/nouveau/bios: add support for udisp 2.2 | Ben Skeggs | 2014-12-02 | 1 | -0/+1 |
* | drm/nouveau/bios: add support for dp 4.1 | Ben Skeggs | 2014-12-02 | 1 | -1/+9 |
* | drm/nouveau/i2c: add support for DCB_I2C_PMGR port type | Ben Skeggs | 2014-12-02 | 1 | -0/+12 |
* | drm/nouveau/bios: add support for ccb 4.1 | Ben Skeggs | 2014-12-02 | 2 | -7/+25 |