summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau
AgeCommit message (Expand)Author
2010-09-24drm/nouveau: remove nouveau_gpuobj_ref completely, replace with sanityBen Skeggs
2010-09-24drm/nouveau: rebase per-channel pramin heap offsets to 0Ben Skeggs
2010-09-24drm/nouveau: modify object accessors, offset in bytes rather than dwordsBen Skeggs
2010-09-24drm/nouveau: move ramht code out of nouveau_object.c, nothing to see hereBen Skeggs
2010-09-24drm/nouveau: have nv_mask return original register valueBen Skeggs
2010-09-24drm/nv40: Try to set up CRE_LCD even if it has unknown bits set.Francisco Jerez
2010-09-24drm/nv17-nv4x: Fix analog load detection false positive on rare occasions.Francisco Jerez
2010-09-24drm/nouveau: require explicit unmap of kmapped bosBen Skeggs
2010-09-24drm/nouveau: remove second map of notifier boBen Skeggs
2010-09-24drm/nouveau: move check for no-op bo move before memcpy fallbackBen Skeggs
2010-09-24drm/nv50: add new accelerated bo move funtionBen Skeggs
2010-09-24drm/nv20: Use the nv30 CRTC bandwidth calculation code.Francisco Jerez
2010-09-24drm/nouveau: Fix suspend on some nv4x AGP cards.Francisco Jerez
2010-09-24Merge remote branch 'origin/master' of /home/airlied/kernel//linux-2.6 into d...Dave Airlie
2010-09-14drm: Use a nondestructive mode for output detect when polling (v2)Chris Wilson
2010-09-13drm: Use a nondestructive mode for output detect when pollingChris Wilson
2010-09-03Merge remote branch 'nouveau/for-airlied' of /ssd/git/drm-nouveau-next into d...Dave Airlie
2010-09-03drm/nv50: initialize ramht_refs list for faked 0 channelMarcin Slusarz
2010-09-03drm/nouveau: Don't take struct_mutex around the pushbuf IOCTL.Francisco Jerez
2010-09-03drm/nouveau: Take fence spinlock before reading the last sequence.Francisco Jerez
2010-08-30drm: kill get_reg_ofs callbackDaniel Vetter
2010-08-30drm: kill drm_map_ofs callbacksDaniel Vetter
2010-08-28Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds
2010-08-27Merge remote branch 'nouveau/for-airlied' of /ssd/git/drm-nouveau-next into d...Dave Airlie
2010-08-27drm/nouveau: drop drm_global_mutex before sleeping in submission pathBen Skeggs
2010-08-26drm/nv20: Don't use pushbuf calls on the original nv20.Francisco Jerez
2010-08-26drm/nouveau: Fix TMDS on some DCB1.5 boards.Francisco Jerez
2010-08-26drm/nouveau: Fix backlight control on PPC machines with an internal TMDS panel.Francisco Jerez
2010-08-26drm/nv30: Apply modesetting to the correct slave encoderPatrice Mandin
2010-08-26drm/nouveau: Use a helper function to match PCI device/subsystem IDs.Francisco Jerez
2010-08-26drm/nv50: add dcb type 14 to enum to prevent compiler complaintBen Skeggs
2010-08-23Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2010-08-23Merge remote branch 'nouveau/for-airlied' of /ssd/git/drm-nouveau-next into d...Dave Airlie
2010-08-17drm: block userspace under allocating buffer and having drivers overwrite it ...Dave Airlie
2010-08-17drm/nouveau: fix earlier mistake when fixing merge conflictBen Skeggs
2010-08-17drm/nvc0: fix thinko in instmem suspend/resumeBen Skeggs
2010-08-17drm/nouveau: Workaround missing GPIO tables on an Apple iMac G4 NV18.Francisco Jerez
2010-08-17drm/nouveau: Add TV-out quirk for an MSI nForce2 IGP.Francisco Jerez
2010-08-17drm/nv50-nvc0: ramht_size is meant to be in bytes, not entriesBen Skeggs
2010-08-17drm/nouveau: punt some more log messages to debug levelBen Skeggs
2010-08-17drm/nouveau: remove warning about unknown tmds table revisionsBen Skeggs
2010-08-17drm/nouveau: check for error when allocating/mapping dummy pageBen Skeggs
2010-08-17drm/nouveau: fix race condition when under memory pressureBen Skeggs
2010-08-17drm/nv50: fix minor thinko from nvc0 changesBen Skeggs
2010-08-17drm/nouveau: Don't try DDC on the dummy I2C channel.Francisco Jerez
2010-08-12Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2010-08-10vt/console: try harder to print output when panicingJesse Barnes
2010-08-10drm: expand gamma_setJames Simmons
2010-08-10drm: Use ENOENT consistently for the error return for an unmatched handle.Chris Wilson
2010-08-10drm: Propagate error code from fb_create()Chris Wilson