summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2010-06-01drm/radeon/kms/evergreen: add initial CS parserAlex Deucher7-3/+2443
2010-06-01Merge remote branch 'nouveau/for-airlied' of ../drm-nouveau-next into drm-tes...Dave Airlie9-34/+97
2010-06-01Merge branch 'drm-switcheroo-fixes' into drm-testingDave Airlie7-15/+118
2010-06-01Merge branch 'drm-vmware-fixes' into drm-testingDave Airlie11-149/+433
2010-06-01drm/kms: disable/enable poll around switcheroo on/offDave Airlie4-7/+30
2010-06-01drm/nouveau: fixup confusion over which handle the DSM is hanging off.Dave Airlie1-8/+6
2010-06-01drm/nouveau: attempt to get bios from ACPI v3Dave Airlie3-1/+83
2010-06-01drm/nv50: cast IGP memory location to u64 before shiftingBen Skeggs1-1/+2
2010-06-01drm/ttm: Fix ttm_page_alloc.cThomas Hellstrom1-26/+36
2010-06-01drm/ttm: Fix cached TTM page allocation.Thomas Hellstrom1-1/+1
2010-06-01drm/vmwgfx: Remove some leftover debug messages.Thomas Hellstrom1-8/+0
2010-06-01drm/vmwgfx: Print warnings in kernel log about bo pinning that fails.Jakob Bornecrantz2-0/+6
2010-06-01drm/vmwgfx: Unpause overlay on update.Jakob Bornecrantz1-0/+2
2010-06-01drm/vmwgfx: Some modesetting cleanups and fixes.Jakob Bornecrantz1-13/+4
2010-06-01drm/vmwgfx: Don't use SVGA_REG_ENABLE in modesetting code.Jakob Bornecrantz2-9/+0
2010-06-01drm/vmwgfx: Remove duplicate member from struct vmw_legacy_display_unit.Jakob Bornecrantz1-4/+2
2010-06-01drm/vmwgfx: Reserve first part of VRAM for framebuffer.Thomas Hellstrom1-2/+39
2010-06-01drm/vmwgfx: Support older hardware.Jakob Bornecrantz6-107/+148
2010-06-01drm/vmwgfx: Get connector status from detection function.Jakob Bornecrantz1-7/+3
2010-06-01drm/vmwgfx: Add kernel throttling support. Bump minor.Thomas Hellstrom6-6/+227
2010-06-01drm/vmwgfx: Make sure to unpin old and pin new framebuffer.Jakob Bornecrantz1-6/+11
2010-06-01drm/vmwgfx: Fix single framebuffer detection.Jakob Bornecrantz1-0/+3
2010-06-01drm/vmwgfx: Assume larger framebuffer max size.Jakob Bornecrantz1-2/+3
2010-05-29drm/radeon: fix the r100/r200 ums block 0 page fixDave Airlie1-2/+3
2010-05-28drm/nv50: use alternate source of SOR_MODE_CTRL for DP hackBen Skeggs1-6/+1
2010-05-28drm/nouveau: fix dual-link displays when plugged into single-link outputsBen Skeggs1-14/+17
2010-05-28drm/nv50: obey dcb->duallink_possibleBen Skeggs1-2/+1
2010-05-28drm/nv50: fix duallink_possible calculation for DCB 4.0 cardsBen Skeggs1-6/+10
2010-05-28drm/nouveau: don't execute INIT_GPIO unless we're really running the tableBen Skeggs1-1/+4
2010-05-28drm/nv40: allow cold-booting of nv4x chipsetsBen Skeggs1-1/+1
2010-05-28drm/nouveau: fix POST detection for certain chipsetsBen Skeggs1-3/+25
2010-05-28drm/nouveau: Add getparam for current PTIMER time.Marcin Kościelnicki1-0/+3
2010-05-28drm/nouveau: allow cursor image and position to survive suspendMaarten Maathuis4-0/+33
2010-05-26drm/edid: Allow non-fatal checksum errors in CEA blocksAdam Jackson1-1/+4
2010-05-26drm/radeon/kms: suppress a build warning (unused variable)Stefan Richter1-0/+1
2010-05-24drm: Fixes linux-next & linux-2.6 checkstack warnings:Prarit Bhargava2-3/+18
2010-05-24nouveau: fix acpi_lid_open undefinedRandy Dunlap1-1/+2
2010-05-24drm/radeon/kms: release AGP bridge at suspendJerome Glisse3-0/+8
2010-05-21drm/radeon/kms/pm/r600: select the mid clock mode for single head low profileAlex Deucher1-1/+1
2010-05-21Merge remote branch 'nouveau/for-airlied' into drm-nextDave Airlie15-223/+1067
2010-05-21drm/radeon: fix power supply kconfig interaction.Dave Airlie2-1/+1
2010-05-21drm/radeon/kms: record object that have been list reservedJerome Glisse2-1/+6
2010-05-21drm/radeon: AGP memory is only I/O if the aperture can be mapped by the CPU.Michel Dänzer1-1/+1
2010-05-21drm/radeon/kms: don't default display priority to high on rs4xxAlex Deucher1-1/+4
2010-05-21drm/edid: fix typo in 1600x1200@75 modeAlex Deucher1-1/+1
2010-05-19drm/nouveau: fix i2c-related init table handlersBen Skeggs1-39/+38
2010-05-19drm/nouveau: support init table i2c device identifier 0x81Ben Skeggs1-0/+3
2010-05-19drm/nouveau: ensure we've parsed i2c table entry for INIT_*I2C* handlersBen Skeggs1-77/+88
2010-05-19drm/nouveau: display error message for any failed init table opcodeBen Skeggs1-16/+23
2010-05-19drm/nouveau: fix init table handlers to return proper error codesBen Skeggs1-23/+28