From: Alex Deucher alexander.deucher@amd.com
Hi Dave,
A few more radeon bug fixes, mostly for SI dpm. At this point dpm is pretty solid across the majority of asics. I think we mostly just have corner cases and fixing up some of the trickier features at this point.
The following changes since commit bf903e4141fce4b35072d5b8fa0ddd299aaf01ea:
Merge tag 'drm-intel-fixes-2013-07-25' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixes (2013-07-26 20:38:14 +1000)
are available in the git repository at:
git://people.freedesktop.org/~agd5f/linux drm-fixes-3.11
Alex Deucher (10): drm/radeon: fix audio dto programming on DCE4+ drm/radeon/dpm: fix display gap programming on SI drm/radeon/dpm: fix si_calculate_memory_refresh_rate() drm/radeon/dpm: fix powertune handling for pci id 0x6835 drm/radeon: properly handle cg on asics without UVD drm/radeon/atom: fix fb when fetching engine params drm/radeon/dpm: fix forcing performance state to low on cayman drm/radeon/si: disable cgcg and pg for now drm/radeon/dpm: disable cac setup on SI drm/radeon/dpm: fix and enable reclocking on SI
drivers/gpu/drm/radeon/evergreen_hdmi.c | 2 +- drivers/gpu/drm/radeon/ni_dpm.c | 7 +----- drivers/gpu/drm/radeon/radeon_atombios.c | 2 +- drivers/gpu/drm/radeon/si.c | 14 ++++-------- drivers/gpu/drm/radeon/si_dpm.c | 34 ++++++++++++++--------------- 5 files changed, 24 insertions(+), 35 deletions(-)
From: Alex Deucher alexander.deucher@amd.com
Hi Dave,
A few more fixes for radeon on top of the ones I sent yesterday. - more fixes for SI dpm - fix DP on some rv6xx boards
The following changes since commit 63f22d0e98cf74adf4ecfb25099607239b00c751:
drm/radeon/dpm: fix and enable reclocking on SI (2013-07-29 18:14:42 -0400)
are available in the git repository at: git://people.freedesktop.org/~agd5f/linux drm-fixes-3.11
Alex Deucher (4): drm/radeon/atom: initialize more atom interpretor elements to 0 drm: fix 64 bit drm fixed point helpers drm/radeon/dpm: fix calculations in si_calculate_leakage_for_v_and_t_formula drm/radeon/dpm: re-enable cac control on SI
drivers/gpu/drm/radeon/atom.c | 5 +++++ drivers/gpu/drm/radeon/si_dpm.c | 11 ++++++----- include/drm/drm_fixed.h | 14 +++++++------- 3 files changed, 18 insertions(+), 12 deletions(-)
dri-devel@lists.freedesktop.org