summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-03-15drm/radeon: include radeon_asic.h in the asic specific filesDaniel Vetter12-0/+12
2010-03-15drm/radeon: unconfuse return value of radeon_asic->clear_surface_regDaniel Vetter2-3/+3
2010-03-15drm/radeon: move asic structs to radeon_asic.cDaniel Vetter2-489/+487
2010-03-15drm/radeon: create radeon_asic.cDaniel Vetter4-200/+243
2010-03-15Merge branch 'radeon-for-airlied' of ../linux-2.6 into drm-linusDave Airlie22-185/+445
2010-03-15Merge remote branch 'nouveau/for-airlied' into drm-linusDave Airlie17-75/+683
2010-03-15drm/edid: allow certain bogus edids to hit a fixup path rather than failBen Skeggs1-9/+0
2010-03-15drm: remove the EDID blob stored in the EDID property when it is disconnectedZhao Yakui1-0/+1
2010-03-15drm/vmwgfx: depends on FBRandy Dunlap1-1/+1
2010-03-15drm: "kobject_init/kobject_add" -> "kobject_init_and_add".Robert P. J. Day2-12/+10
2010-03-15drm/ttm: use drm calloc large and free largeDave Airlie4-54/+69
2010-03-15drm/radeon/kms: prepare for more reclocking operationsRafał Miłecki1-10/+29
2010-03-15drm/radeon/kms: switch to condition waiting for reclockingRafał Miłecki5-3/+12
2010-03-15drm/radeon/r600: add missing license and comments to r600_blit_shaders.cAlex Deucher1-0/+35
2010-03-15drm/radeon/kms: improve coding style a littleRafał Miłecki2-15/+13
2010-03-15drm/radeon/kms: remove dead audio/HDMI codeRafał Miłecki1-35/+0
2010-03-15drm/radeon/kms: enable audio engine on DCE32Rafał Miłecki1-0/+15
2010-03-15drm/radeon/kms: add HDMI code for pre-DCE3 R6xx GPUsRafał Miłecki1-2/+69
2010-03-15drm/radeon/kms: clean assigning HDMI blocks to encodersRafał Miłecki4-72/+62
2010-03-15drm/radeon/kms: clean HDMI definitionsRafał Miłecki3-8/+13
2010-03-15drm/radeon/kms/rs4xx: make sure crtcs are enabled when setting timingAlex Deucher1-0/+8
2010-03-15drm/radeon/kms/r1xx: enable hw i2cAlex Deucher1-4/+1
2010-03-15drm/radeon/kms: fix i2c prescale calc on older radeonsAlex Deucher1-9/+8
2010-03-15drm/radeon/kms: fix for hw i2cAlex Deucher1-0/+1
2010-03-15drm/radeon/kms: fix pal tv-out support on legacy IGP chipsAlex Deucher1-5/+24
2010-03-15drm/radeon/kms: further spread spectrum fixesAlex Deucher2-13/+20
2010-03-15drm/radeon/kms: use lcd pll limits when availableAlex Deucher5-5/+52
2010-03-15drm/radeon/kms/atom: spread spectrum fixAlex Deucher1-7/+50
2010-03-15drm/nouveau: add module option to disable TV detectionBen Skeggs3-1/+6
2010-03-15drm/nouveau: Never evict VRAM buffers to system.Francisco Jerez1-2/+1
2010-03-15drm/radeon/kms: catch atombios infinite loop and break out of itJerome Glisse2-13/+48
2010-03-15drm/radeon: add new RS880 pci idAlex Deucher1-0/+1
2010-03-10drm/nv50: fix connector table parsing for some cardsBen Skeggs3-4/+6
2010-03-10drm/nv50: add a memory barrier to pushbuf submissionMaarten Maathuis1-0/+5
2010-03-10drm/nouveau: print a message very early during suspendMaarten Maathuis1-0/+2
2010-03-10drm/nv04-nv40: Fix up the programmed horizontal sync pulse delay.Francisco Jerez1-3/+3
2010-03-10drm/nouveau: Gigabyte NX85T connector table lies, it has DVI-I not HDMIBen Skeggs1-0/+17
2010-03-10drm/nouveau: add option to allow override of dcb connector table typesBen Skeggs3-1/+12
2010-03-10drm/nv50: Improve PGRAPH interrupt handling.Marcin Kościelnicki7-56/+622
2010-03-10drm/nv50: Make ctxprog wait until interrupt handler is done.Marcin Kościelnicki1-0/+5
2010-03-10drm/nouveau: Fix fbcon corruption with font width not divisible by 8Marcin Kościelnicki2-4/+4
2010-03-10drm/nv50: Remove redundant/incorrect ctxvals initialisation.Marcin Kościelnicki1-4/+0
2010-03-03vga_switcheroo: disable default y by new rules.Dave Airlie1-1/+0
2010-03-03drm/nouveau: fix *staging* driver build with switcheroo off.Dave Airlie1-1/+1
2010-03-01drm/radeon: fix typo in MakefileAlex Deucher1-1/+1
2010-03-01vga_switcheroo: fix build on platforms with no ACPIDave Airlie7-6/+24
2010-03-01drm/radeon: Fix printf type warning in 64bit system.Pauli Nieminen1-2/+2
2010-03-01drm/radeon/kms: bump the KMS version number for square tiling support.Dave Airlie1-1/+3
2010-03-01Merge branch 'gpu-switcher' of /ssd/git//linux-2.6 into drm-next-stageDave Airlie25-71/+1103
2010-03-01vga_switcheroo: initial implementation (v15)Dave Airlie24-70/+1104