summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | drm/radeon/kms: enable audio engine on DCE32Rafał Miłecki2010-03-151-0/+15
| | | * | drm/radeon/kms: add HDMI code for pre-DCE3 R6xx GPUsRafał Miłecki2010-03-151-2/+69
| | | * | drm/radeon/kms: clean assigning HDMI blocks to encodersRafał Miłecki2010-03-154-72/+62
| | | * | drm/radeon/kms: clean HDMI definitionsRafał Miłecki2010-03-153-8/+13
| | | * | drm/radeon/kms/rs4xx: make sure crtcs are enabled when setting timingAlex Deucher2010-03-151-0/+8
| | | * | drm/radeon/kms/r1xx: enable hw i2cAlex Deucher2010-03-151-4/+1
| | | * | drm/radeon/kms: fix i2c prescale calc on older radeonsAlex Deucher2010-03-151-9/+8
| | | * | drm/radeon/kms: fix for hw i2cAlex Deucher2010-03-151-0/+1
| | | * | drm/radeon/kms: fix pal tv-out support on legacy IGP chipsAlex Deucher2010-03-151-5/+24
| | | * | drm/radeon/kms: further spread spectrum fixesAlex Deucher2010-03-152-13/+20
| | | * | drm/radeon/kms: use lcd pll limits when availableAlex Deucher2010-03-155-5/+52
| | | * | drm/radeon/kms/atom: spread spectrum fixAlex Deucher2010-03-151-7/+50
| | | * | drm/radeon/kms: catch atombios infinite loop and break out of itJerome Glisse2010-03-152-13/+48
| | | * | drm/radeon: add new RS880 pci idAlex Deucher2010-03-151-0/+1
| | * | | Merge remote branch 'nouveau/for-airlied' into drm-linusDave Airlie2010-03-1517-75/+683
| | |\ \ \
| | | * | | drm/nouveau: add module option to disable TV detectionBen Skeggs2010-03-153-1/+6
| | | * | | drm/nouveau: Never evict VRAM buffers to system.Francisco Jerez2010-03-151-2/+1
| | | * | | drm/nv50: fix connector table parsing for some cardsBen Skeggs2010-03-103-4/+6
| | | * | | drm/nv50: add a memory barrier to pushbuf submissionMaarten Maathuis2010-03-101-0/+5
| | | * | | drm/nouveau: print a message very early during suspendMaarten Maathuis2010-03-101-0/+2
| | | * | | drm/nv04-nv40: Fix up the programmed horizontal sync pulse delay.Francisco Jerez2010-03-101-3/+3
| | | * | | drm/nouveau: Gigabyte NX85T connector table lies, it has DVI-I not HDMIBen Skeggs2010-03-101-0/+17
| | | * | | drm/nouveau: add option to allow override of dcb connector table typesBen Skeggs2010-03-103-1/+12
| | | * | | drm/nv50: Improve PGRAPH interrupt handling.Marcin Kościelnicki2010-03-107-56/+622
| | | * | | drm/nv50: Make ctxprog wait until interrupt handler is done.Marcin Kościelnicki2010-03-101-0/+5
| | | * | | drm/nouveau: Fix fbcon corruption with font width not divisible by 8Marcin Kościelnicki2010-03-102-4/+4
| | | * | | drm/nv50: Remove redundant/incorrect ctxvals initialisation.Marcin Kościelnicki2010-03-101-4/+0
| | * | | | drm/edid: allow certain bogus edids to hit a fixup path rather than failBen Skeggs2010-03-151-9/+0
| | * | | | drm: remove the EDID blob stored in the EDID property when it is disconnectedZhao Yakui2010-03-151-0/+1
| | * | | | drm/vmwgfx: depends on FBRandy Dunlap2010-03-151-1/+1
| | * | | | drm: "kobject_init/kobject_add" -> "kobject_init_and_add".Robert P. J. Day2010-03-152-12/+10
| | * | | | drm/ttm: use drm calloc large and free largeDave Airlie2010-03-154-54/+69
| | | |/ / | | |/| |
| * | | | Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2010-04-0124-446/+407
| |\ \ \ \
| | * | | | microblaze: Support word copying in copy_tofrom_userMichal Simek2010-04-011-14/+25
| | * | | | microblaze: Print early printk information to log bufferMichal Simek2010-04-011-9/+15
| | * | | | microblaze: head.S typo fixMichal Simek2010-04-011-2/+2
| | * | | | microblaze: Use MICROBLAZE_TLB_SIZE in asm codeMichal Simek2010-04-012-3/+3
| | * | | | microblaze: Kconfig Fix - pciMichal Simek2010-04-011-3/+0
| | * | | | microblaze: Adding likely macrosMichal Simek2010-04-016-26/+28
| | * | | | microblaze: Add .type and .size to ASM functionsMichal Simek2010-04-013-1/+22
| | * | | | microblaze: Fix TLB macrosMichal Simek2010-04-011-1/+2
| | * | | | microblaze: Use instruction with delay slotMichal Simek2010-04-011-8/+5
| | * | | | microblaze: Remove additional resr and rear loadingMichal Simek2010-04-011-15/+3
| | * | | | microblaze: Change register usage for ESR and EARMichal Simek2010-04-011-35/+35
| | * | | | microblaze: Prepare work for optimization in exception codeMichal Simek2010-04-011-6/+3
| | * | | | microblaze: Add DEBUG optionMichal Simek2010-04-011-0/+2
| | * | | | microblaze: Support systems without lmb bramMichal Simek2010-04-011-0/+6
| | * | | | microblaze: uaccess: Sync strlen, strnlen, copy_to/from_userMichal Simek2010-04-011-56/+32
| | * | | | microblaze: uaccess: Unify __copy_tofrom_userMichal Simek2010-04-012-39/+22
| | * | | | microblaze: uaccess: Move functions to generic locationMichal Simek2010-04-013-200/+61
OpenPOWER on IntegriCloud