summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-fixes' of /home/airlied/kernel/linux-2.6 into drm-core-nextDave Airlie2010-10-1919-60/+127
|\
| * drm/radeon/kms: avivo cursor workaround applies to evergreen as wellAlex Deucher2010-10-181-16/+12
| * drm/radeon/kms: Silent spurious error messageJean Delvare2010-10-121-4/+1
| * drm/radeon/kms: fix bad cast/shift in evergreen.cAlex Deucher2010-10-121-1/+1
| * drm/radeon/kms: make TV/DFP table info less verboseAlex Deucher2010-10-122-22/+22
| * drm/radeon/kms: leave certain CP int bits enabledAlex Deucher2010-10-122-2/+2
| * drm/radeon/kms: avoid corner case issue with unmappable vram V2Jerome Glisse2010-10-129-1/+14
| * drm/i915: Prevent module unload to avoid random memory corruptionChris Wilson2010-10-081-0/+3
| * drm: don't drop handle reference on unloadDave Airlie2010-10-074-4/+1
| * drm/ttm: Fix two race conditions + fix busy codepathsThomas Hellstrom2010-10-061-12/+71
| * Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2010-10-046-83/+96
| |\
| * \ Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-10-0122-110/+225
| |\ \
| * \ \ Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2010-09-272-10/+7
| |\ \ \
* | | | | drm/radeon/kms: make sure blit addr masks are 64 bitAlex Deucher2010-10-062-8/+8
* | | | | Merge branch 'drm-radeon-next' of ../drm-radeon-next into drm-core-nextDave Airlie2010-10-0634-819/+2140
|\ \ \ \ \
| * | | | | drm/radeon/kms: add drm blit support for evergreenAlex Deucher2010-10-0610-55/+1221
| * | | | | drm/radeon: Modify radeon_pm_in_vbl to use radeon_get_crtc_scanoutpos()Mario Kleiner2010-10-061-61/+9
| * | | | | drm/radeon: Add function for display scanout position query.Mario Kleiner2010-10-062-0/+160
| * | | | | drm/radeon/kms: rework spread spectrum handlingAlex Deucher2010-10-064-100/+305
| * | | | | drm/radeon/kms: remove new pll algoAlex Deucher2010-10-067-278/+9
| * | | | | drm/radeon/kms: remove some pll algo flagsAlex Deucher2010-10-064-52/+7
| * | | | | drm/radeon/kms: prefer high post dividers in legacy pll algoAlex Deucher2010-10-061-1/+1
| * | | | | drm/radeon/kms: properly handle 40 bit MC addresses in the cursor codeAlex Deucher2010-10-061-6/+9
| * | | | | drm/radeon: add properties to configure the width of the underscan bordersMarius Gröger2010-10-063-5/+82
| * | | | | drm/radeon/kms/r6xx+: use new style fencing (v3)Alex Deucher2010-10-066-17/+64
| * | | | | drm/radeon/kms: enable writeback (v2)Alex Deucher2010-10-0616-218/+258
| * | | | | drm/radeon/kms: clean up r6xx/r7xx blit init (v2)Alex Deucher2010-10-063-28/+17
* | | | | | Merge branch 'drm-kdb-next' into drm-core-nextDave Airlie2010-10-0610-72/+263
|\ \ \ \ \ \
| * | | | | | drm/nouveau/kms: Avoid a hang entering KDB with VT accel on.Chris Ball2010-10-061-0/+9
| * | | | | | radeon, kdb, kms: Save and restore the LUT on atomic KMS enter/exitJason Wessel2010-10-063-0/+40
| * | | | | | drm, kdb, kms: Add an enter argument to mode_set_base_atomic() APIJason Wessel2010-10-067-10/+11
| * | | | | | drm/nouveau/kms: Implement KDB debug hooks for nouveau KMS.Chris Ball2010-10-063-21/+80
| * | | | | | drm/radeon/kms: Implement KDB debug hooks for radeon KMS.Chris Ball2010-10-064-47/+129
* | | | | | | Merge remote branch 'nouveau/for-airlied' of ../drm-nouveau-next into drm-cor...Dave Airlie2010-10-0679-3480/+7079
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | drm/ttm: restructure to allow driver to plug in alternate memory managerBen Skeggs2010-10-0516-113/+208
| * | | | | | drm/ttm: introduce utility function to free an allocated memory nodeBen Skeggs2010-10-054-47/+20
| * | | | | | drm/nouveau: fix thinkos in mem timing table recordlen checkRoy Spliet2010-10-051-5/+7
| * | | | | | drm/nouveau: parse voltage from perf 0x40 entiresBen Skeggs2010-10-051-1/+1
| * | | | | | drm/nouveau: don't use the default pll limits in table v2.1 on nv50+ cardsEmil Velikov2010-10-051-0/+6
| * | | | | | drm/nv50: Fix large 3D performance regression caused by the interchannel sync...Francisco Jerez2010-10-052-7/+40
| * | | | | | drm/nouveau: Synchronize buffer object moves in hardware.Francisco Jerez2010-10-051-3/+8
| * | | | | | drm/nouveau: Use semaphores to handle inter-channel sync in hardware.Francisco Jerez2010-10-054-3/+212
| * | | | | | drm/nouveau: Provide a means to have arbitrary work run on fence completion.Francisco Jerez2010-10-052-0/+33
| * | | | | | drm/nouveau: Minor refactoring/cleanup of the fence code.Francisco Jerez2010-10-056-55/+59
| * | | | | | drm/nouveau: Add a module option to force card POST.Marcin Kościelnicki2010-10-053-0/+7
| * | | | | | drm/nv50: prevent (IB_PUT == IB_GET) for occurring unless idleBen Skeggs2010-10-051-1/+1
| * | | | | | drm/nv0x-nv4x: Leave the 0x40 bit untouched when changing CRE_LCD.Francisco Jerez2010-10-055-11/+7
| * | | | | | drm/nv30-nv40: Fix postdivider mask when writing engine/memory PLLs.Francisco Jerez2010-10-051-1/+1
| * | | | | | drm/nouveau: Fix perf table parsing on BMP v5.25.Francisco Jerez2010-10-051-1/+1
| * | | | | | drm/nouveau: fix required mode bandwidth calculation for DPBen Skeggs2010-10-052-1/+20
OpenPOWER on IntegriCloud