index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
radeon
/
radeon_pm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/radeon/pm: fix device_create_file return value checks.
Dave Airlie
2010-05-18
1
-2
/
+7
*
drm/radeon/kms/pm: make pm spam debug only
Alex Deucher
2010-05-18
1
-8
/
+8
*
drm/radeon/kms/pm: rework power management
Alex Deucher
2010-05-18
1
-245
/
+383
*
drm/radeon/kms/pm: add support for no display power states
Alex Deucher
2010-05-18
1
-12
/
+26
*
radeon: Use fences to gate entry to reclocking on <r600
Matthew Garrett
2010-05-18
1
-0
/
+8
*
drm/radeon/kms: re-enable gui idle interrupts on r6xx+
Alex Deucher
2010-05-18
1
-11
/
+13
*
drm/radeon/kms: more pm fixes
Alex Deucher
2010-05-18
1
-28
/
+37
*
radeon: Try harder to ensure we reclock in vblank
Matthew Garrett
2010-05-18
1
-1
/
+10
*
radeon: Fix locking in power management paths
Matthew Garrett
2010-05-18
1
-14
/
+4
*
radeon: Make sure that we determine the correct PM state before transition
Matthew Garrett
2010-05-18
1
-0
/
+3
*
radeon: Stop the ttm workqueue while reclocking
Matthew Garrett
2010-05-18
1
-0
/
+3
*
radeon: Take drm struct_mutex over reclocking
Matthew Garrett
2010-05-18
1
-0
/
+10
*
radeon: Unmap vram pages when reclocking
Matthew Garrett
2010-05-18
1
-0
/
+28
*
radeon: Unify PM entry paths
Matthew Garrett
2010-05-18
1
-58
/
+32
*
drm/radeon/kms/pm: rework power management
Alex Deucher
2010-05-18
1
-1
/
+138
*
drm/radeon/kms/pm: restore default power state on exit
Alex Deucher
2010-05-18
1
-0
/
+9
*
drm/radeon/kms: minor pm cleanups
Alex Deucher
2010-05-18
1
-1
/
+1
*
drm/radeon/kms/pm: clean power state printing
Alex Deucher
2010-05-18
1
-1
/
+1
*
drm/radeon/kms/pm: don't enable pm if there is only on power state
Alex Deucher
2010-05-18
1
-1
/
+1
*
drm/radeon/kms/pm: update display watermarks with power state changes
Alex Deucher
2010-05-18
1
-0
/
+5
*
drm/radeon/kms/pm: add asic specific callbacks for getting power state (v2)
Alex Deucher
2010-05-18
1
-134
/
+19
*
drm/radeon/kms/pm: add asic specific callbacks for setting power state (v2)
Alex Deucher
2010-05-18
1
-48
/
+52
*
drm/radeon/kms/pm: interate across crtcs for vblank
Alex Deucher
2010-05-18
1
-14
/
+12
*
drm/radeon/kms: wait for gpu idle before changing power mode
Alex Deucher
2010-05-18
1
-0
/
+10
*
drm/radeon/kms: add support for gui idle interrupts (v4)
Alex Deucher
2010-05-18
1
-0
/
+1
*
drm/radeon/kms/pm: fix segfault in clock code
Alex Deucher
2010-03-31
1
-1
/
+2
*
drm/radeon/kms: expose thermal/fan i2c buses
Alex Deucher
2010-03-31
1
-0
/
+6
*
drm/radeon/kms: prepare for more reclocking operations
Rafał Miłecki
2010-03-15
1
-10
/
+29
*
drm/radeon/kms: switch to condition waiting for reclocking
Rafał Miłecki
2010-03-15
1
-3
/
+5
*
drm/radeon/kms: implement reading active PCIE lanes on R600+
Rafał Miłecki
2010-02-23
1
-0
/
+2
*
drm/radeon/kms: for downclocking non-mobility check PERFORMANCE state
Rafał Miłecki
2010-02-23
1
-6
/
+16
*
drm/radeon/kms: simplify storing current and requested PM mode
Rafał Miłecki
2010-02-23
1
-15
/
+15
*
[rfc] drm/radeon/kms: pm debugging check for vbl.
Dave Airlie
2010-02-23
1
-0
/
+27
*
drm/radeon/kms: simplify picking power state
Rafał Miłecki
2010-02-18
1
-39
/
+18
*
drm/radeon/kms: use wait queue (events) for VBLANK sync
Rafał Miłecki
2010-02-09
1
-60
/
+33
*
drm/radeon/kms: get_power_state early, not when processing IRQ
Rafał Miłecki
2010-02-09
1
-4
/
+4
*
drm/radeon/kms: use power states for dynamic reclocking
Alex Deucher
2010-02-09
1
-17
/
+14
*
drm/radeon/kms: add code to select power state
Alex Deucher
2010-02-09
1
-0
/
+122
*
drm/radeon/kms: add a power state type based on power state flags
Alex Deucher
2010-02-09
1
-1
/
+11
*
drm/radeon/kms: pull power mode info from bios tables (v3)
Alex Deucher
2010-02-09
1
-0
/
+38
*
drm/radeon/kms: add dynamic engine reclocking (V9)
Rafał Miłecki
2010-02-09
1
-2
/
+239
*
drm/radeon/kms: init pm on all chipsets
Rafał Miłecki
2009-12-16
1
-2
/
+5
*
drm/radeon/kms/pm: fix typos
Rafał Miłecki
2009-12-04
1
-3
/
+3
*
drm/radeon/kms: add debugfs for power management for AtomBIOS devices
Rafał Miłecki
2009-11-06
1
-0
/
+65