aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon_device.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-30Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-4/+7
2009-09-26drm/radeon/kms/r600: fix forcing pci mode on agp cardsAlex Deucher1-4/+7
2009-09-21drm/vgaarb: add VGA arbitration support to the drm and kms.Dave Airlie1-1/+20
2009-09-18drm/radeon/kms: Move radeon_get_clock_info() call out of radeon_clocks_init().Michel Dänzer1-2/+2
2009-09-18drm/radeon/kms: don't fail if we fail to init GPU accelerationJerome Glisse1-26/+18
2009-09-16drm/radeon: Save and restore bios scratch regs during S/RYang Zhao1-0/+3
2009-09-16drm/radeon/kms: Move radeon_clocks_init() call back after getting VRAM info.Michel Dänzer1-2/+2
2009-09-15drm/radeon/kms: clear confusion in GART init/deinit pathJerome Glisse1-6/+30
2009-09-14drm/radeon/kms: move mtrr range add and memory informationJerome Glisse1-8/+0
2009-09-14drm/radeon/kms: convert r4xx to new init pathJerome Glisse1-7/+12
2009-09-11drm/radeon/kms: move modeset init outside of GPU initJerome Glisse1-17/+3
2009-09-11drm/radeon/kms: R3XX/R4XX AGP asic use PCI GART not PCIE GARTJerome Glisse1-1/+1
2009-09-10drm/radeon/kms: add R4XX mc register access helper.Jerome Glisse1-0/+4
2009-09-08drm/radeon/kms: add r600 KMS supportJerome Glisse1-149/+191
2009-08-16drm/radeon/kms: cut down indirects in register accesses.Dave Airlie1-10/+3
2009-08-07drm/radeon/kms: setup MC/VRAM the same way for suspend/resumeDave Airlie1-1/+3
2009-07-29drm/radeon: Add radeon.test parameter for running BO GPU copy tests.Michel Dänzer1-0/+3
2009-07-29drm/radeon/kms: vram sizing on certain r100 chips needs workaround.Dave Airlie1-9/+11
2009-07-29drm/radeon/kms: fix bandwidth computation on avivo hardwareJerome Glisse1-5/+5
2009-07-29drm/radeon/kms: add initial colortiling support.Dave Airlie1-0/+2
2009-07-15drm/radeon/kms: fix VRAM sizing like DDX does it.Dave Airlie1-6/+1
2009-07-15drm/ttm/radeon: add dma32 support.Dave Airlie1-2/+15
2009-07-15drm/radeon/kms: fix vram vs aper size check.Dave Airlie1-1/+1
2009-06-24drm/radeon: Clear surface registers at initialization time.Michel Dänzer1-0/+20
2009-06-24drm/radeon: fix radeon kms framebuffer deviceJerome Glisse1-4/+0
2009-06-19drm/radeon: command stream checker for r3xx-r5xx hardwareJerome Glisse1-0/+4
2009-06-15drm/radeon: introduce kernel modesetting for radeon hardwareJerome Glisse1-0/+813