Age | Commit message (Expand) | Author | Files | Lines |
2010-09-24 | drm/nouveau: make bios code easier to use externally | Ben Skeggs | 2 | -23/+50 |
2010-09-24 | drm/nouveau: make the behaviour of get_pll_limits() consistent | Ben Skeggs | 6 | -59/+135 |
2010-09-24 | drm/nv50: fix 100c90 write on nva3 | Ben Skeggs | 1 | -0/+1 |
2010-09-24 | drm/nouveau: zero dummy page | Ben Skeggs | 1 | -1/+1 |
2010-09-24 | drm/nv50: mark PCIEGART pages non-present rather than using dummy page | Ben Skeggs | 1 | -4/+3 |
2010-09-24 | drm/nouveau: we can't free ACPI EDID, so make a copy that we can | Ben Skeggs | 1 | -1/+1 |
2010-09-24 | drm/nouveau: handle fifo pusher errors better | Ben Skeggs | 1 | -8/+37 |
2010-09-24 | drm/nouveau: better handling of unmappable vram | Ben Skeggs | 1 | -3/+20 |
2010-09-24 | drm/nouveau: Try to fetch an EDID from OF if DDC fails. | Francisco Jerez | 1 | -0/+36 |
2010-09-24 | drm/nouveau: Simplify tile region handling. | Francisco Jerez | 6 | -60/+36 |
2010-09-24 | drm/nouveau: Remove implicit argument from nv_wait(). | Francisco Jerez | 10 | -22/+24 |
2010-09-24 | drm/nouveau: PRAMIN is available from the start on pre-nv50. | Francisco Jerez | 1 | -1/+3 |
2010-09-24 | drm/nouveau: Add module parameter to override the default AGP rate. | Francisco Jerez | 3 | -5/+15 |
2010-09-24 | drm/nouveau: Don't enable AGP FW on nv18. | Francisco Jerez | 1 | -2/+19 |
2010-09-24 | drm/nouveau: Don't remove ramht entries from the neighboring channels. | Francisco Jerez | 1 | -0/+18 |
2010-09-24 | drm/nouveau: Break some long lines in the TV-out code. | Francisco Jerez | 3 | -66/+96 |
2010-09-24 | drm/nv50: fix SOR count for early chipsets | Ben Skeggs | 2 | -9/+19 |
2010-09-24 | drm/nv50: report BAR access faults | Ben Skeggs | 1 | -0/+8 |
2010-09-24 | drm/nv50: move vm trap to nv50_fb.c | Ben Skeggs | 3 | -46/+51 |
2010-09-24 | drm/nv50: demagic grctx, and add NVAF support | Marcin KoĆcielnicki | 1 | -1182/+2123 |
2010-09-24 | drm/nouveau: protect ramht_find() from oopsing if on channel without ramht | Ben Skeggs | 1 | -0/+3 |
2010-09-24 | drm/nouveau: remove nouveau_gpuobj_late_takedown | Ben Skeggs | 2 | -7/+1 |
2010-09-24 | drm/nouveau: protect gpuobj list + global instmem heap with spinlock | Ben Skeggs | 2 | -9/+27 |
2010-09-24 | drm/nouveau: fix gpuobj refcount to use atomics | Ben Skeggs | 2 | -23/+12 |
2010-09-24 | drm/nouveau: add spinlock around ramht modifications | Ben Skeggs | 2 | -21/+58 |
2010-09-24 | drm/nouveau: tidy ram{ht,fc,ro} a bit | Ben Skeggs | 11 | -101/+69 |
2010-09-24 | drm/nouveau: rework init ordering so nv50_instmem.c can be less bad | Ben Skeggs | 7 | -303/+243 |
2010-09-24 | drm/nv50: calculate vram reordering block size | Ben Skeggs | 2 | -2/+66 |
2010-09-24 | drm/nv50: allow gpuobjs that aren't mapped into aperture | Ben Skeggs | 5 | -27/+86 |
2010-09-24 | drm/nouveau: simplify fake gpu objects | Ben Skeggs | 5 | -86/+39 |
2010-09-24 | drm/nouveau: remove nouveau_gpuobj_ref completely, replace with sanity | Ben Skeggs | 21 | -583/+459 |
2010-09-24 | drm/nouveau: rebase per-channel pramin heap offsets to 0 | Ben Skeggs | 4 | -25/+43 |
2010-09-24 | drm/nouveau: modify object accessors, offset in bytes rather than dwords | Ben Skeggs | 15 | -458/+474 |
2010-09-24 | drm/nouveau: move ramht code out of nouveau_object.c, nothing to see here | Ben Skeggs | 4 | -132/+193 |
2010-09-24 | drm/nouveau: have nv_mask return original register value | Ben Skeggs | 1 | -4/+3 |
2010-09-24 | drm/nv40: Try to set up CRE_LCD even if it has unknown bits set. | Francisco Jerez | 3 | -36/+20 |
2010-09-24 | drm/nv17-nv4x: Fix analog load detection false positive on rare occasions. | Francisco Jerez | 1 | -0/+2 |
2010-09-24 | drm/nouveau: require explicit unmap of kmapped bos | Ben Skeggs | 5 | -3/+7 |
2010-09-24 | drm/nouveau: remove second map of notifier bo | Ben Skeggs | 1 | -5/+0 |
2010-09-24 | drm/nouveau: move check for no-op bo move before memcpy fallback | Ben Skeggs | 1 | -6/+6 |
2010-09-24 | drm/nv50: add new accelerated bo move funtion | Ben Skeggs | 1 | -48/+145 |
2010-09-24 | drm/nv20: Use the nv30 CRTC bandwidth calculation code. | Francisco Jerez | 3 | -8/+10 |
2010-09-24 | drm/nouveau: Fix suspend on some nv4x AGP cards. | Francisco Jerez | 1 | -1/+2 |
2010-09-24 | Merge remote branch 'origin/master' of /home/airlied/kernel//linux-2.6 into d... | Dave Airlie | 682 | -4388/+7763 |
2010-09-24 | hugetlb, rmap: add BUG_ON(!PageLocked) in hugetlb_add_anon_rmap() | Naoya Horiguchi | 1 | -0/+2 |
2010-09-24 | hugetlb, rmap: fix confusing page locking in hugetlb_cow() | Naoya Horiguchi | 1 | -10/+12 |
2010-09-24 | hugetlb, rmap: use hugepage_add_new_anon_rmap() in hugetlb_cow() | Naoya Horiguchi | 1 | -1/+1 |
2010-09-24 | hugetlb, rmap: always use anon_vma root pointer | Naoya Horiguchi | 1 | -6/+7 |
2010-09-24 | Merge branch 'kvm-updates/2.6.36' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2 | -2/+5 |
2010-09-24 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg... | Linus Torvalds | 2 | -5/+4 |