aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau
Commit message (Expand)AuthorAgeFilesLines
* 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-244-10/+11
|\
| * drm: Use a nondestructive mode for output detect when polling (v2)Chris Wilson2010-09-141-5/+3
| * drm: Use a nondestructive mode for output detect when pollingChris Wilson2010-09-131-3/+5
| * Merge remote branch 'nouveau/for-airlied' of /ssd/git/drm-nouveau-next into d...Dave Airlie2010-09-033-7/+8
| |\
| | * drm/nv50: initialize ramht_refs list for faked 0 channelMarcin Slusarz2010-09-031-0/+2
| | * drm/nouveau: Don't take struct_mutex around the pushbuf IOCTL.Francisco Jerez2010-09-031-5/+2
| | * drm/nouveau: Take fence spinlock before reading the last sequence.Francisco Jerez2010-09-031-2/+4
* | | drm: kill get_reg_ofs callbackDaniel Vetter2010-08-301-1/+0
* | | drm: kill drm_map_ofs callbacksDaniel Vetter2010-08-301-1/+0
|/ /
* | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-08-286-61/+60
|\ \
| * | Merge remote branch 'nouveau/for-airlied' of /ssd/git/drm-nouveau-next into d...Dave Airlie2010-08-276-61/+60
| |\|
| | * drm/nouveau: drop drm_global_mutex before sleeping in submission pathBen Skeggs2010-08-271-0/+2
| | * drm/nv20: Don't use pushbuf calls on the original nv20.Francisco Jerez2010-08-261-2/+2
| | * drm/nouveau: Fix TMDS on some DCB1.5 boards.Francisco Jerez2010-08-261-14/+6
| | * drm/nouveau: Fix backlight control on PPC machines with an internal TMDS panel.Francisco Jerez2010-08-262-21/+27
| | * drm/nv30: Apply modesetting to the correct slave encoderPatrice Mandin2010-08-261-3/+5
| | * drm/nouveau: Use a helper function to match PCI device/subsystem IDs.Francisco Jerez2010-08-263-20/+16
| | * drm/nv50: add dcb type 14 to enum to prevent compiler complaintBen Skeggs2010-08-262-1/+2
* | | Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-08-2311-46/+115
|\| |
| * | Merge remote branch 'nouveau/for-airlied' of /ssd/git/drm-nouveau-next into d...Dave Airlie2010-08-2310-34/+103
| |\|
| | * drm/nouveau: fix earlier mistake when fixing merge conflictBen Skeggs2010-08-171-2/+2
| | * drm/nvc0: fix thinko in instmem suspend/resumeBen Skeggs2010-08-171-4/+7
| | * drm/nouveau: Workaround missing GPIO tables on an Apple iMac G4 NV18.Francisco Jerez2010-08-171-0/+16
| | * drm/nouveau: Add TV-out quirk for an MSI nForce2 IGP.Francisco Jerez2010-08-171-0/+8
| | * drm/nv50-nvc0: ramht_size is meant to be in bytes, not entriesBen Skeggs2010-08-172-2/+2
| | * drm/nouveau: punt some more log messages to debug levelBen Skeggs2010-08-171-5/+5
| | * drm/nouveau: remove warning about unknown tmds table revisionsBen Skeggs2010-08-171-7/+5
| | * drm/nouveau: check for error when allocating/mapping dummy pageBen Skeggs2010-08-171-1/+11
| | * drm/nouveau: fix race condition when under memory pressureBen Skeggs2010-08-173-10/+42
| | * drm/nv50: fix minor thinko from nvc0 changesBen Skeggs2010-08-171-1/+1
| | * drm/nouveau: Don't try DDC on the dummy I2C channel.Francisco Jerez2010-08-171-2/+4
| * | drm: block userspace under allocating buffer and having drivers overwrite it ...Dave Airlie2010-08-171-12/+12
* | | Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-08-1229-221/+1128
|\| |
| * | drm: expand gamma_setJames Simmons2010-08-102-12/+7
| * | drm: Use ENOENT consistently for the error return for an unmatched handle.Chris Wilson2010-08-103-6/+6
| * | drm: Propagate error code from fb_create()Chris Wilson2010-08-101-3/+3
| |/
| * drm/nvc0: fix typo in PRAMIN flushBen Skeggs2010-08-091-1/+1