aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-28Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-2/+3
2010-05-29drm/radeon: fix the r100/r200 ums block 0 page fixDave Airlie1-2/+3
2010-05-26Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds5-2/+20
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 Bhargava1-2/+11
2010-05-24drm/radeon/kms: release AGP bridge at suspendJerome Glisse3-0/+8
2010-05-21Merge branch 'drm-for-2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds53-1882/+5969
2010-05-21drm/radeon/kms/pm/r600: select the mid clock mode for single head low profileAlex Deucher1-1/+1
2010-05-21drm/radeon: fix power supply kconfig interaction.Dave Airlie1-1/+0
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-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2010-05-19drm/radeon: fix hdmi offset bug reported by smatch.Dave Airlie1-1/+1
2010-05-19drm/radeon/kms: hpd cleanupAlex Deucher4-16/+15
2010-05-19drm/radeon/kms: reset ddc_bus in object header parsingAlex Deucher1-3/+2
2010-05-19Merge remote branch 'anholt/drm-intel-next' into drm-nextDave Airlie15-48/+89
2010-05-18drm/radeon/pm: fix device_create_file return value checks.Dave Airlie1-2/+7
2010-05-18drm/radeon/kms/pm: fix r6xx+ profile setupAlex Deucher1-61/+53
2010-05-18drm/radeon/kms/pm: make pm spam debug onlyAlex Deucher4-24/+24
2010-05-18drm/radeon/kms/pm: rework power managementAlex Deucher19-519/+790
2010-05-18drm/radeon/kms/pm: add support for no display power statesAlex Deucher8-40/+94
2010-05-18drm/radeon/kms: fix lock ordering in ring, ib handlingAlex Deucher1-17/+22
2010-05-18radeon: Use fences to gate entry to reclocking on <r600Matthew Garrett1-0/+8
2010-05-18radeon: Split out ring locking and allocationMatthew Garrett2-6/+23
2010-05-18drm/radeon/kms: enable misc pm power state features on r1xx-r4xxAlex Deucher1-2/+0
2010-05-18drm/radeon/kms: enable misc pm power state features on r5xx, rs6xxAlex Deucher2-4/+12
2010-05-18drm/radeon/kms: re-enable gui idle interrupts on r6xx+Alex Deucher1-11/+13
2010-05-18drm/radeon/kms: take vram mutex pointer before derefing object.Dave Airlie1-2/+4
2010-05-18drm/radeon/kms: more pm fixesAlex Deucher4-63/+45
2010-05-18drm: move radeon_fixed.h to shared drm_fixed.h headerBen Skeggs9-447/+380
2010-05-18radeon: Enable memory reclocking on r100-500Matthew Garrett1-4/+5
2010-05-18radeon: Try harder to ensure we reclock in vblankMatthew Garrett4-1/+39
2010-05-18radeon: Fix locking in power management pathsMatthew Garrett1-14/+4
2010-05-18radeon: Make sure that we determine the correct PM state before transitionMatthew Garrett1-0/+3
2010-05-18radeon: Enable memory reclockong on r600Matthew Garrett1-9/+7
2010-05-18radeon: Stop the ttm workqueue while reclockingMatthew Garrett1-0/+3
2010-05-18radeon: Take drm struct_mutex over reclockingMatthew Garrett1-0/+10
2010-05-18radeon: Unmap vram pages when reclockingMatthew Garrett5-1/+39
2010-05-18radeon: Unify PM entry pathsMatthew Garrett1-58/+32
2010-05-18drm/radeon/kms/pm: rework power managementAlex Deucher5-56/+229
2010-05-18drm/radeon/kms/pm: add additional asic callbacksAlex Deucher12-0/+441
2010-05-18drm/radeon/kms/pm: restore default power state on exitAlex Deucher4-1/+25
2010-05-18drm/radeon/kms: minor pm cleanupsAlex Deucher6-32/+24
2010-05-18drm/radeon/kms/pm: clean power state printingAlex Deucher1-1/+1
2010-05-18drm/radeon/kms/pm: don't enable pm if there is only on power stateAlex Deucher1-1/+1
2010-05-18drm/radeon/kms/atom: load hwmon driversAlex Deucher1-26/+43
2010-05-18drm/radeon/kms/pm: update display watermarks with power state changesAlex Deucher1-0/+5
2010-05-18drm/radeon/kms/pm: add asic specific callbacks for getting power state (v2)Alex Deucher10-246/+413
2010-05-18drm/radeon/kms/pm: add asic specific callbacks for setting power state (v2)Alex Deucher8-49/+148