summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau: Remove implicit argument from nv_wait().Francisco Jerez2010-09-2410-22/+24
* drm/nouveau: PRAMIN is available from the start on pre-nv50.Francisco Jerez2010-09-241-1/+3
* drm/nouveau: Add module parameter to override the default AGP rate.Francisco Jerez2010-09-243-5/+15
* drm/nouveau: Don't enable AGP FW on nv18.Francisco Jerez2010-09-241-2/+19
* drm/nouveau: Don't remove ramht entries from the neighboring channels.Francisco Jerez2010-09-241-0/+18
* drm/nouveau: Break some long lines in the TV-out code.Francisco Jerez2010-09-243-66/+96
* drm/nv50: fix SOR count for early chipsetsBen Skeggs2010-09-242-9/+19
* drm/nv50: report BAR access faultsBen Skeggs2010-09-241-0/+8
* drm/nv50: move vm trap to nv50_fb.cBen Skeggs2010-09-243-46/+51
* drm/nv50: demagic grctx, and add NVAF supportMarcin Kościelnicki2010-09-241-1182/+2123
* drm/nouveau: protect ramht_find() from oopsing if on channel without ramhtBen Skeggs2010-09-241-0/+3
* drm/nouveau: remove nouveau_gpuobj_late_takedownBen Skeggs2010-09-242-7/+1
* drm/nouveau: protect gpuobj list + global instmem heap with spinlockBen Skeggs2010-09-242-9/+27
* drm/nouveau: fix gpuobj refcount to use atomicsBen Skeggs2010-09-242-23/+12
* drm/nouveau: add spinlock around ramht modificationsBen Skeggs2010-09-242-21/+58
* drm/nouveau: tidy ram{ht,fc,ro} a bitBen Skeggs2010-09-2411-101/+69
* drm/nouveau: rework init ordering so nv50_instmem.c can be less badBen Skeggs2010-09-247-303/+243
* drm/nv50: calculate vram reordering block sizeBen Skeggs2010-09-242-2/+66
* drm/nv50: allow gpuobjs that aren't mapped into apertureBen Skeggs2010-09-245-27/+86
* drm/nouveau: simplify fake gpu objectsBen Skeggs2010-09-245-86/+39
* drm/nouveau: remove nouveau_gpuobj_ref completely, replace with sanityBen Skeggs2010-09-2421-583/+459
* drm/nouveau: rebase per-channel pramin heap offsets to 0Ben Skeggs2010-09-244-25/+43
* drm/nouveau: modify object accessors, offset in bytes rather than dwordsBen Skeggs2010-09-2415-458/+474
* drm/nouveau: move ramht code out of nouveau_object.c, nothing to see hereBen Skeggs2010-09-244-132/+193
* drm/nouveau: have nv_mask return original register valueBen Skeggs2010-09-241-4/+3
* drm/nv40: Try to set up CRE_LCD even if it has unknown bits set.Francisco Jerez2010-09-243-36/+20
* drm/nv17-nv4x: Fix analog load detection false positive on rare occasions.Francisco Jerez2010-09-241-0/+2
* drm/nouveau: require explicit unmap of kmapped bosBen Skeggs2010-09-245-3/+7
* drm/nouveau: remove second map of notifier boBen Skeggs2010-09-241-5/+0
* drm/nouveau: move check for no-op bo move before memcpy fallbackBen Skeggs2010-09-241-6/+6
* drm/nv50: add new accelerated bo move funtionBen Skeggs2010-09-241-48/+145
* drm/nv20: Use the nv30 CRTC bandwidth calculation code.Francisco Jerez2010-09-243-8/+10
* drm/nouveau: Fix suspend on some nv4x AGP cards.Francisco Jerez2010-09-241-1/+2
* Merge remote branch 'origin/master' of /home/airlied/kernel//linux-2.6 into d...Dave Airlie2010-09-2447-551/+920
|\
| * Merge remote branch 'linus' into drm-intel-fixesChris Wilson2010-09-2123-66/+188
| |\
| | * drm/radeon/kms: only warn on mipmap size checks in r600 cs checker (v2)Alex Deucher2010-09-151-3/+2
| | * drm/radeon/kms: force legacy pll algo for RV620 LVDSAlex Deucher2010-09-141-2/+3
| | * drm: fix race between driver loading and userspace open.Dave Airlie2010-09-142-0/+9
| | * drm: Use a nondestructive mode for output detect when polling (v2)Chris Wilson2010-09-1411-38/+24
| | * drm/radeon/kms: fix the colorbuffer CS checker for r300-r500Marek Olšák2010-09-131-5/+6
| | * drm/radeon/kms: increase lockup detection interval to 10 sec for r100-r500Marek Olšák2010-09-131-12/+1
| | * drm/radeon/kms/evergreen: fix backend setupAlex Deucher2010-09-131-8/+19
| | * drm: Use a nondestructive mode for output detect when pollingChris Wilson2010-09-1312-26/+54
| | * drm/radeon: add some missing copyright headersAlex Deucher2010-09-132-0/+49
| | * drm: Only decouple the old_fb from the crtc is we call mode_set*Chris Wilson2010-09-131-2/+2
| | * drm/radeon/kms: don't enable underscan with interlaced modesAlex Deucher2010-09-131-0/+1
| | * drm/radeon/kms: add connector table for Mac x800Alex Deucher2010-09-132-1/+49
| | * drm/radeon/kms: fix regression in RMX code (v2)Alex Deucher2010-09-131-4/+4
| | * drm: Fix regression in disable polling e58f637Chris Wilson2010-09-131-1/+1
| * | drm/i915: Hold a reference to the object whilst unbinding the eviction listChris Wilson2010-09-201-2/+7