aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-09-24drm/nouveau: fix panels using straps-based mode detectionBen Skeggs1-2/+4
2010-09-14drm: Use a nondestructive mode for output detect when polling (v2)Chris Wilson1-5/+3
2010-09-13drm: Use a nondestructive mode for output detect when pollingChris Wilson1-3/+5
2010-09-03Merge remote branch 'nouveau/for-airlied' of /ssd/git/drm-nouveau-next into drm-fixesDave Airlie3-7/+8
2010-09-03drm/nv50: initialize ramht_refs list for faked 0 channelMarcin Slusarz1-0/+2
2010-09-03drm/nouveau: Don't take struct_mutex around the pushbuf IOCTL.Francisco Jerez1-5/+2
2010-09-03drm/nouveau: Take fence spinlock before reading the last sequence.Francisco Jerez1-2/+4
2010-08-28Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds6-61/+60
2010-08-27Merge remote branch 'nouveau/for-airlied' of /ssd/git/drm-nouveau-next into drm-fixesDave Airlie6-61/+60
2010-08-27drm/nouveau: drop drm_global_mutex before sleeping in submission pathBen Skeggs1-0/+2
2010-08-26drm/nv20: Don't use pushbuf calls on the original nv20.Francisco Jerez1-2/+2
2010-08-26drm/nouveau: Fix TMDS on some DCB1.5 boards.Francisco Jerez1-14/+6
2010-08-26drm/nouveau: Fix backlight control on PPC machines with an internal TMDS panel.Francisco Jerez2-21/+27
2010-08-26drm/nv30: Apply modesetting to the correct slave encoderPatrice Mandin1-3/+5
2010-08-26drm/nouveau: Use a helper function to match PCI device/subsystem IDs.Francisco Jerez3-20/+16
2010-08-26drm/nv50: add dcb type 14 to enum to prevent compiler complaintBen Skeggs2-1/+2
2010-08-23Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds11-46/+115
2010-08-23Merge remote branch 'nouveau/for-airlied' of /ssd/git/drm-nouveau-next into drm-core-nextDave Airlie10-34/+103
2010-08-17drm: block userspace under allocating buffer and having drivers overwrite it (v2)Dave Airlie1-12/+12
2010-08-17drm/nouveau: fix earlier mistake when fixing merge conflictBen Skeggs1-2/+2
2010-08-17drm/nvc0: fix thinko in instmem suspend/resumeBen Skeggs1-4/+7
2010-08-17drm/nouveau: Workaround missing GPIO tables on an Apple iMac G4 NV18.Francisco Jerez1-0/+16
2010-08-17drm/nouveau: Add TV-out quirk for an MSI nForce2 IGP.Francisco Jerez1-0/+8
2010-08-17drm/nv50-nvc0: ramht_size is meant to be in bytes, not entriesBen Skeggs2-2/+2
2010-08-17drm/nouveau: punt some more log messages to debug levelBen Skeggs1-5/+5
2010-08-17drm/nouveau: remove warning about unknown tmds table revisionsBen Skeggs1-7/+5
2010-08-17drm/nouveau: check for error when allocating/mapping dummy pageBen Skeggs1-1/+11
2010-08-17drm/nouveau: fix race condition when under memory pressureBen Skeggs3-10/+42
2010-08-17drm/nv50: fix minor thinko from nvc0 changesBen Skeggs1-1/+1
2010-08-17drm/nouveau: Don't try DDC on the dummy I2C channel.Francisco Jerez1-2/+4
2010-08-12Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds29-221/+1128
2010-08-10vt/console: try harder to print output when panicingJesse Barnes1-0/+1
2010-08-10drm: expand gamma_setJames Simmons2-12/+7
2010-08-10drm: Use ENOENT consistently for the error return for an unmatched handle.Chris Wilson3-6/+6
2010-08-10drm: Propagate error code from fb_create()Chris Wilson1-3/+3
2010-08-09drm/nvc0: fix typo in PRAMIN flushBen Skeggs1-1/+1
2010-08-09drm/nouveau: Fix DCB TMDS config parsing.Francisco Jerez1-4/+4
2010-08-09drm/nv30: Fix PFB init for nv31.Francisco Jerez1-8/+16
2010-08-09drm/nv04: Fix up SGRAM density detection.Francisco Jerez1-1/+1
2010-08-09drm/nouveau: Init dcb->or on cards that have no usable DCB table.Francisco Jerez1-1/+1
2010-08-06drm/nouveau: reduce severity of some "error" messagesBen Skeggs1-2/+2
2010-08-06drm/nvc0: backup bar3 channel on suspendBen Skeggs1-0/+22
2010-08-06drm/nouveau: implement init table opcodex 0x5e and 0x9aMarcin Koƛcielnicki1-0/+123
2010-08-06drm/nouveau: implement init table op 0x57, INIT_LTIMEMarcin Koƛcielnicki1-0/+26
2010-08-06drm/nvc0: implement crtc pll settingBen Skeggs2-4/+21
2010-08-06drm/nvc0: fix evo dma object so we display somethingBen Skeggs1-1/+4
2010-08-06drm/nvc0: rudimentary instmem supportBen Skeggs1-0/+131
2010-08-06drm/nvc0: implement memory detectionBen Skeggs1-1/+5
2010-08-06drm/nvc0: allow INIT_GPIOBen Skeggs1-1/+1
2010-08-06drm/nvc0: starting point for GF100 support, everything stubbedBen Skeggs10-6/+388