aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-04drm/nouveau: allocate kernel's notifier object at end of blockBen Skeggs3-6/+11
2011-02-28drm/nv50-nvc0: make sure vma is definitely unmapped when destroying boBen Skeggs1-1/+4
2011-02-17Merge remote branch 'nouveau/drm-nouveau-next' of /ssd/git/drm-nouveau-next into drm-fixesDave Airlie6-36/+40
2011-02-17drm/nouveau: fix suspend/resume on GPUs that don't have PM supportBen Skeggs1-1/+1
2011-02-17drm/nouveau: flips/flipd need to always set 'evict' for move_accel_cleanup()Ben Skeggs1-3/+3
2011-02-17drm/nv40: fix tiling-related setup for a number of chipsetsBen Skeggs1-19/+27
2011-02-17drm/nouveau: fix non-EDIDful native mode selectionBen Skeggs1-0/+1
2011-02-17drm/nouveau: Fix detection of DDC-based LVDS on DCB15 boards.Francisco Jerez1-1/+1
2011-02-17drm/nv04-nv40: Fix NULL dereference when we fail to find an LVDS native mode.Francisco Jerez1-9/+3
2011-02-17drm/nv10: Fix crash when allocating a BO larger than half the available VRAM.Francisco Jerez1-3/+4
2011-02-02Merge remote branch 'nouveau/drm-nouveau-next' of /ssd/git/drm-nouveau-next into drm-fixesDave Airlie2-3/+2
2011-02-02drm/nv50: fix display on 0x50Ben Skeggs1-2/+1
2011-02-02drm/nouveau: correctly pair hwmon_init and hwmon_finiLucas Stach1-1/+1
2011-01-28Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds7-12/+41
2011-01-28Merge branch 'drm-nouveau-next' of git://git.freedesktop.org/git/nouveau/linux-2.6 into drm-fixesDave Airlie1-5/+0
2011-01-28drm/nv50: fix regression on IGPsBen Skeggs1-5/+0
2011-01-26Merge branch 'drm-nouveau-next' of git://git.freedesktop.org/git/nouveau/linux-2.6 into drm-fixesDave Airlie6-7/+41
2011-01-26console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn1-4/+4
2011-01-25drm/nvc0/grctx: correct an off-by-oneBen Skeggs1-1/+1
2011-01-25drm/nv50: Fix race with PFIFO during PGRAPH context destruction.Francisco Jerez1-0/+3
2011-01-25drm/nouveau: Workaround incorrect DCB entry on a GeForce3 Ti 200.Francisco Jerez1-0/+15
2011-01-25drm/nvc0: implement irq handler for whatever's at 0x14xxxxBen Skeggs1-0/+19
2011-01-25drm/nvc0: fix incorrect TPC register setupBen Skeggs1-2/+2
2011-01-25drm/nouveau: probe for adt7473 before f75375Ben Skeggs1-1/+1
2011-01-25drm/nouveau: remove dead function definitionBen Skeggs1-3/+0
2011-01-20kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes1-1/+1
2011-01-17Merge remote branch 'nouveau/drm-nouveau-next' of /ssd/git/drm-nouveau-next into drm-fixesDave Airlie11-197/+86
2011-01-17drm/nouveau: fix gpu page faults triggered by plymouthdBen Skeggs1-2/+2
2011-01-17drm/nouveau: greatly simplify mm, killing some bugs in the processBen Skeggs3-160/+52
2011-01-17drm/nvc0: enable protection of system-use-only structures in vmBen Skeggs4-5/+10
2011-01-17drm/nv40: initialise 0x17xx on all chipsets that have itBen Skeggs1-12/+2
2011-01-17drm/nv40: make detection of 0x4097-ful chipsets available everywhereBen Skeggs3-18/+20
2011-01-14Revert "drm: Update fbdev fb_fix_screeninfo"Dave Airlie1-0/+1
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-4/+4
2011-01-10Merge remote branch 'nouveau/drm-nouveau-next' of ../drm-nouveau-next into drm-core-nextDave Airlie14-79/+143
2011-01-07drm/nouveau: fix hwmon device bindingLucas Stach1-2/+1
2011-01-07drm/nouveau: create grctx on the fly on all chipsetsBen Skeggs4-12/+14
2011-01-07drm: Update fbdev fb_fix_screeninfoJames Simmons1-1/+0
2011-01-06drm/nvc0: fix init without firmware presentBen Skeggs1-5/+3
2011-01-05drm/switcheroo: track state of switch in drivers.Dave Airlie3-0/+12
2011-01-05vga_switcheroo: add reprobe hook for fbcon to recheck connected outputs.Dave Airlie1-0/+7
2011-01-05nouveau/acpi: improve detection of what is IGD and what is DIS.Dave Airlie1-3/+8
2011-01-05drm/nouveau: add delayed switch complete callback.Dave Airlie1-0/+1
2011-01-03Fix spelling mistakes in commentsStefan Weil1-2/+2
2011-01-01drm/nvc0/pgraph: fix 0x406028/0x405870 initBen Skeggs1-3/+7
2010-12-31drm/nvc0/pgraph: more unit namesBen Skeggs1-6/+6
2010-12-31drm/nvc0/pfifo: support for chipsets with only one PSUBFIFO (0xc1)Ben Skeggs1-6/+12
2010-12-30drm/nvc0: reserve only subc 0 for kernel useBen Skeggs2-9/+15
2010-12-30drm/nv50: sync up gr data error names with rnn, use for nvc0 alsoBen Skeggs3-13/+44
2010-12-30drm/nvc0: parse a couple more PGRAPH_INTRBen Skeggs1-0/+16