From: Alex Deucher <alexander.deucher@xxxxxxx> Hi Dave, More drm-next bits for radeon. Just bug fixes. The following changes since commit 0e3d50bfcbd338254795a700dcff429a96cba1a6: drm/radeon/dce6: fix display powergating (2013-02-05 18:01:45 -0500) are available in the git repository at: git://people.freedesktop.org/~agd5f/linux drm-next-3.9 Alex Deucher (5): drm/radeon: fix multi-head power profile stability on BTC+ asics drm/radeon: remove overzealous warning in hdmi handling drm/radeon: add a asic callback to get the xclk drm/radeon: switch get_gpu_clock() to a callback (v2) drm/radeon: properly validate the atpx interface Tim Gardner (1): drm/radeon: Avoid NULL pointer dereference from atom_index_iio() allocation failure drivers/gpu/drm/radeon/atom.c | 9 +++- drivers/gpu/drm/radeon/evergreen.c | 13 +++++ drivers/gpu/drm/radeon/r600.c | 17 +++++- drivers/gpu/drm/radeon/r600_hdmi.c | 1 - drivers/gpu/drm/radeon/radeon.h | 6 ++ drivers/gpu/drm/radeon/radeon_asic.c | 18 ++++++ drivers/gpu/drm/radeon/radeon_asic.h | 7 ++- drivers/gpu/drm/radeon/radeon_atpx_handler.c | 73 +++++++++++++++++++++++++- drivers/gpu/drm/radeon/radeon_device.c | 9 +++- drivers/gpu/drm/radeon/radeon_kms.c | 11 ++-- drivers/gpu/drm/radeon/radeon_pm.c | 2 +- drivers/gpu/drm/radeon/rv770.c | 25 +++++++++ drivers/gpu/drm/radeon/rv770d.h | 4 ++ drivers/gpu/drm/radeon/si.c | 31 ++++++++++- drivers/gpu/drm/radeon/sid.h | 5 ++ 15 files changed, 212 insertions(+), 19 deletions(-) _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel