summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau
AgeCommit message (Expand)AuthorFilesLines
2010-10-26Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds71-3384/+6970
2010-10-26mm: stack based kmap_atomic()Peter Zijlstra1-4/+4
2010-10-24i2c: Remove unneeded inclusions of <linux/i2c-id.h>Jean Delvare1-1/+0
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-19drm, kdb, kms: Change mode_set_base_atomic() enter argument to be an enumJason Wessel2-3/+3
2010-10-19Merge branch 'drm-fixes' of /home/airlied/kernel/linux-2.6 into drm-core-nextDave Airlie2-2/+0
2010-10-07drm: don't drop handle reference on unloadDave Airlie2-2/+0
2010-10-06Merge branch 'drm-kdb-next' into drm-core-nextDave Airlie3-21/+89
2010-10-06Merge remote branch 'nouveau/for-airlied' of ../drm-nouveau-next into drm-cor...Dave Airlie70-3361/+6881
2010-10-06drm/nouveau/kms: Avoid a hang entering KDB with VT accel on.Chris Ball1-0/+9
2010-10-06drm, kdb, kms: Add an enter argument to mode_set_base_atomic() APIJason Wessel2-2/+2
2010-10-06drm/nouveau/kms: Implement KDB debug hooks for nouveau KMS.Chris Ball3-21/+80
2010-10-06Merge remote branch 'korg/drm-fixes' into drm-vmware-nextDave Airlie4-6/+8
2010-10-05drm/ttm: restructure to allow driver to plug in alternate memory managerBen Skeggs8-19/+20
2010-10-05drm/ttm: introduce utility function to free an allocated memory nodeBen Skeggs1-12/+2
2010-10-05drm/nouveau: fix thinkos in mem timing table recordlen checkRoy Spliet1-5/+7
2010-10-05drm/nouveau: parse voltage from perf 0x40 entiresBen Skeggs1-1/+1
2010-10-05drm/nouveau: don't use the default pll limits in table v2.1 on nv50+ cardsEmil Velikov1-0/+6
2010-10-05drm/nv50: Fix large 3D performance regression caused by the interchannel sync...Francisco Jerez2-7/+40
2010-10-05drm/nouveau: Synchronize buffer object moves in hardware.Francisco Jerez1-3/+8
2010-10-05drm/nouveau: Use semaphores to handle inter-channel sync in hardware.Francisco Jerez4-3/+212
2010-10-05drm/nouveau: Provide a means to have arbitrary work run on fence completion.Francisco Jerez2-0/+33
2010-10-05drm/nouveau: Minor refactoring/cleanup of the fence code.Francisco Jerez6-55/+59
2010-10-05drm/nouveau: Add a module option to force card POST.Marcin Koƛcielnicki3-0/+7
2010-10-05drm/nv50: prevent (IB_PUT == IB_GET) for occurring unless idleBen Skeggs1-1/+1
2010-10-05drm/nv0x-nv4x: Leave the 0x40 bit untouched when changing CRE_LCD.Francisco Jerez5-11/+7
2010-10-05drm/nv30-nv40: Fix postdivider mask when writing engine/memory PLLs.Francisco Jerez1-1/+1
2010-10-05drm/nouveau: Fix perf table parsing on BMP v5.25.Francisco Jerez1-1/+1
2010-10-05drm/nouveau: fix required mode bandwidth calculation for DPBen Skeggs2-1/+20
2010-10-05drm/nouveau: fix typo in c2aa91afea5f7e7ae4530fabd37414a79c03328cBen Skeggs1-1/+1
2010-10-05drm/nva3: split pm backend out from nv50Ben Skeggs5-42/+137
2010-10-05drm/nouveau: run perflvl and M table scripts on mem clock changeBen Skeggs3-0/+25
2010-10-05drm/nouveau: pass perflvl struct to clock_pre()Ben Skeggs5-11/+17
2010-10-05drm/nouveau: enable enhanced framing only if DP display supports itBen Skeggs2-2/+6
2010-10-05drm/nouveau: Import initial memory timing workRoy Spliet4-1/+169
2010-10-01drm/gem: handlecount isn't really a kref so don't make it one.Dave Airlie3-4/+4
2010-09-24drm/nv50: use pll type rather than register for CRTC PLLBen Skeggs1-19/+14
2010-09-24drm/nouveau: v3.0 pll limits tables have type<->register mapping tooBen Skeggs1-1/+1
2010-09-24drm/nouveau: Misc cleanup of the PM code.Francisco Jerez3-7/+6
2010-09-24drm/nouveau: Add support for I2C hardware monitoring devices.Francisco Jerez5-9/+58
2010-09-24drm/nouveau: Refactor nouveau_temp_get() into engine pointers.Francisco Jerez5-39/+43
2010-09-24drm/nouveau: Double the perf table memory clocks on pre-G71 cards.Francisco Jerez1-2/+8
2010-09-24drm/nouveau: Fix parsing of the temperature constant correction.Francisco Jerez1-2/+2
2010-09-24drm/nouveau: Add sane sensor correction defaults for nv4a.Francisco Jerez1-0/+1
2010-09-24drm/nv40: fix reading temp valueFrancesco Marella1-2/+2
2010-09-24drm/nouveau: Don't try to parse a GPIO table on early DCBv2.2 BIOSes.Francisco Jerez1-1/+14
2010-09-24drm/nv10: Don't oops if the card wants to switch to a channel with no grctx.Francisco Jerez1-1/+1
2010-09-24drm/nouveau: fix panels using straps-based mode detectionBen Skeggs1-2/+4
2010-09-24drm/nouveau: fix chipset vs card_type thinkoBen Skeggs1-1/+1
2010-09-24drm/nv50: assume smaller tiles for bo movesBen Skeggs1-4/+4