summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon_pm.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-20drm/radeon: rename struct radeon_cp to radeon_ringChristian König1-9/+9
2011-12-20drm/radeon: add radeon_fence_count_emited functionChristian König1-14/+1
2011-12-20drm/radeon: make cp variable an arrayChristian König1-6/+10
2011-12-20drm/radeon: make all functions work with multiple rings.Christian König1-5/+8
2011-12-20drm/radeon/kms: add support for multiple fence queues v2Alex Deucher1-10/+18
2011-12-20drm/radeon: fix a spelling mistakeChristian König1-2/+2
2011-11-11drm/radeon/kms/pm: add a proper pm profile init function for fusionAlex Deucher1-0/+18
2011-07-26drm/radeon/kms: add missing vddci setting on NI+Alex Deucher1-0/+3
2011-05-26drm/radeon/kms: add missing case for cayman thermal sensorAlex Deucher1-0/+1
2011-04-13drm/radeon/kms: properly program vddci on evergreen+Alex Deucher1-0/+4
2011-04-13drm/radeon/kms: add voltage type to atom set voltage functionAlex Deucher1-2/+5
2011-03-24drm radeon: Return -EINVAL on wrong pm sysfs accessThomas Renninger1-3/+5
2011-02-04drm/radeon/kms: dynamically allocate power state spaceAlex Deucher1-0/+3
2011-02-02drm/radeon/kms: rv6xx+ thermal sensor fixesAlex Deucher1-1/+1
2011-01-07drm/radeon/kms/ni: load default sclk/mclk/vddc at pm initAlex Deucher1-0/+18
2011-01-07drm/radeon/kms: adjust default clock/vddc tracking for pm on DCE5Alex Deucher1-8/+10
2011-01-07drm/radeon/kms: handle NI thermal controllerAlex Deucher1-0/+1
2011-01-06drm/radeon: use system_wq instead of dev_priv->wqTejun Heo1-31/+16
2010-12-03Merge branch 'drm-radeon-fusion' of ../drm-radeon-next into drm-core-nextDave Airlie1-0/+4
2010-11-23drm/radeon/kms: add thermal sensor support for fusion APUsAlex Deucher1-0/+4
2010-11-22drm/kms/radeon: Add support for precise vblank timestamping.Mario Kleiner1-3/+3
2010-10-06drm/radeon: Modify radeon_pm_in_vbl to use radeon_get_crtc_scanoutpos()Mario Kleiner1-61/+9
2010-08-27drm/radeon/kms: remove stray radeon_i2c_destroyAlex Deucher1-2/+0
2010-08-20drm/radeon/kms/pm: bail early if nothing's changingAlex Deucher1-0/+5
2010-08-10radeon: handle errors in radeon_hwmon_init()Dan Carpenter1-5/+19
2010-08-04Merge remote branch 'intel/drm-intel-next' of /ssd/git/drm-next into drm-core...Dave Airlie1-0/+1
2010-08-01Merge remote branch 'origin/master' into drm-intel-nextEric Anholt1-0/+1
2010-08-02drm/radeon/kms: move a bunch of modesetting debug to correct debug usage.Dave Airlie1-16/+16
2010-08-02drm/radeon/kms: add support for internal thermal sensors (v3)Alex Deucher1-0/+82
2010-07-29drm/radeon/kms: fix radeon mid power profile reportingDaniel J Blueman1-0/+1
2010-07-01DRM / radeon / KMS: Fix hibernation regression related to radeon PM (was: Re:...Rafael J. Wysocki1-7/+34
2010-06-08drm/radeon/kms/pm: resurrect printing power statesRafał Miłecki1-0/+45
2010-06-08drm/radeon/kms: add trivial debugging for voltageRafał Miłecki1-0/+2
2010-06-08drm/radeon/kms/pm: track current voltage (v2)Alex Deucher1-0/+1
2010-06-08drm/radeon/kms/pm: add mid profileAlex Deucher1-2/+10
2010-06-08drm/radeon/kms/pm: Misc fixesAlex Deucher1-16/+10
2010-06-08drm/radeon: fix PM on non-vram cards.Dave Airlie1-9/+0
2010-06-03drm/radeon/kms/pm: radeon_set_power_state fixesAlex Deucher1-41/+34
2010-05-18drm/radeon/pm: fix device_create_file return value checks.Dave Airlie1-2/+7
2010-05-18drm/radeon/kms/pm: make pm spam debug onlyAlex Deucher1-8/+8
2010-05-18drm/radeon/kms/pm: rework power managementAlex Deucher1-245/+383
2010-05-18drm/radeon/kms/pm: add support for no display power statesAlex Deucher1-12/+26
2010-05-18radeon: Use fences to gate entry to reclocking on <r600Matthew Garrett1-0/+8
2010-05-18drm/radeon/kms: re-enable gui idle interrupts on r6xx+Alex Deucher1-11/+13
2010-05-18drm/radeon/kms: more pm fixesAlex Deucher1-28/+37
2010-05-18radeon: Try harder to ensure we reclock in vblankMatthew Garrett1-1/+10
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: Stop the ttm workqueue while reclockingMatthew Garrett1-0/+3
2010-05-18radeon: Take drm struct_mutex over reclockingMatthew Garrett1-0/+10