From: Alex Deucher <alexander.deucher@xxxxxxx> Hi Dave, Take two. Just some DPM fixes. The following changes since commit d1ce3d5496f2a7c90dd00a9133572f931d2acdcc: uvesafb: Really allow mtrr being 0, as documented and warn()ed (2013-07-16 10:24:28 +1000) are available in the git repository at: git://people.freedesktop.org/~agd5f/linux drm-fixes-3.11 Alex Deucher (5): drm/radeon: add a module parameter to disable aspm drm/radeon: fix an endian bug in atom table parsing drm/radeon/dpm: fix atom vram table parsing drm/radeon/dpm/atom: fix broken gcc harder drm/radeon/dpm: add debugfs support for RS780/RS880 (v3) Andre Heider (1): drm/radeon/dpm/atom: restructure logic to work around a compiler bug drivers/gpu/drm/radeon/evergreen.c | 3 ++ drivers/gpu/drm/radeon/radeon.h | 1 + drivers/gpu/drm/radeon/radeon_asic.c | 1 + drivers/gpu/drm/radeon/radeon_asic.h | 2 + drivers/gpu/drm/radeon/radeon_atombios.c | 40 ++++++++++++++--------------- drivers/gpu/drm/radeon/radeon_drv.c | 4 +++ drivers/gpu/drm/radeon/rs780_dpm.c | 25 ++++++++++++++++++ drivers/gpu/drm/radeon/rs780d.h | 3 ++ drivers/gpu/drm/radeon/rv6xx_dpm.c | 14 ++++++---- drivers/gpu/drm/radeon/rv770_dpm.c | 14 ++++++---- drivers/gpu/drm/radeon/si.c | 3 ++ 11 files changed, 77 insertions(+), 33 deletions(-) _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel