[pull] radeon drm-next-3.11
alexdeucher at gmail.com
alexdeucher at gmail.com
Mon Jul 1 14:01:22 PDT 2013
From: Alex Deucher <alexander.deucher at amd.com>
Hi Dave,
A few more patches for 3.11:
- add debugfs interface to check current DPM state
- Fix a bug that caused problems with DPM on BTC+ asics.
The following changes since commit f7d452f4fd5d86f764807a1234a407deb5b105ef:
Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-next (2013-07-01 14:10:20 +1000)
are available in the git repository at:
git://people.freedesktop.org/~agd5f/linux drm-next-3.11
Alex Deucher (12):
drm/radeon: remove sumo dpm/uvd bringup leftovers
drm/radeon/atom: fix endian bug in radeon_atom_init_mc_reg_table()
drm/radeon: fix typo in radeon_atom_init_mc_reg_table()
drm/radeon/dpm: re-enable state transitions for BTC
drm/radeon/dpm: re-enable state transitions for Cayman
drm/radeon/dpm: add infrastructure to support debugfs info
drm/radeon/dpm: add debugfs support for rv6xx
drm/radeon/dpm: add debugfs support for 7xx/evergreen/btc
drm/radeon/dpm: add debugfs support for ON/LN
drm/radeon/dpm: add debugfs support for TN
drm/radeon/dpm: add debugfs support for cayman
drm/radeon/dpm: add debugfs support for SI
drivers/gpu/drm/radeon/btc_dpm.c | 3 --
drivers/gpu/drm/radeon/ni_dpm.c | 25 +++++++++++++---
drivers/gpu/drm/radeon/nid.h | 4 ++
drivers/gpu/drm/radeon/radeon.h | 2 +
drivers/gpu/drm/radeon/radeon_asic.c | 8 +++++
drivers/gpu/drm/radeon/radeon_asic.h | 12 ++++++++
drivers/gpu/drm/radeon/radeon_atombios.c | 3 +-
drivers/gpu/drm/radeon/radeon_pm.c | 40 ++++++++++++++++++--------
drivers/gpu/drm/radeon/rv6xx_dpm.c | 25 ++++++++++++++++
drivers/gpu/drm/radeon/rv770_dpm.c | 30 ++++++++++++++++++++
drivers/gpu/drm/radeon/rv770d.h | 4 ++
drivers/gpu/drm/radeon/si_dpm.c | 19 ++++++++++++
drivers/gpu/drm/radeon/sid.h | 4 ++
drivers/gpu/drm/radeon/sumo_dpm.c | 45 ++++++++++++++++++-----------
drivers/gpu/drm/radeon/trinity_dpm.c | 21 ++++++++++++++
15 files changed, 206 insertions(+), 39 deletions(-)
More information about the dri-devel
mailing list