Hi Dave, More radeon fixes for 3.12. Kind of all over the place: UVD, DPM, tiling, etc. The following changes since commit 6ddf2ed6e00396883b3123032ccb4416205aac7c: Merge branch 'msm-fixes-3.12' of git://people.freedesktop.org/~robclark/linux into drm-fixes (2013-09-20 09:06:48 +1000) are available in the git repository at: git://people.freedesktop.org/~agd5f/linux drm-fixes-3.12 for you to fetch changes up to 58d327da9721f7a0f6e46c8dfa5cc5546fd7078a: drm/radeon: fix hdmi audio on DCE3.0/3.1 asics (2013-09-25 12:15:11 -0400) ---------------------------------------------------------------- Alex Deucher (13): drm/radeon: avoid UVD corruption on AGP cards using GPU gart drm/radeon: additional gcc fixes for radeon_atombios.c drm/radeon: fix missed variable sized access drm/radeon/dpm: fetch the max clk from voltage dep tables helper drm/radeon/dpm/btc: filter clocks based on voltage/clk dep tables drm/radeon/dpm/ni: filter clocks based on voltage/clk dep tables drm/radeon/dpm/si: filter clocks based on voltage/clk dep tables drm/radeon/dpm/ci: filter clocks based on voltage/clk dep tables drm/radeon: don't set default clocks for SI when DPM is disabled drm/radeon: disable tests/benchmarks if accel is disabled drm/radeon: add missing hdmi callbacks for rv6xx drm/radeon/cik: fix overflow in vram fetch drm/radeon: fix hdmi audio on DCE3.0/3.1 asics Alex Ivanov (1): drm/radeon: Make r100_cp_ring_info() and radeon_ring_gfx() safe (v2) Christian König (1): drm/radeon/uvd: lower msg&fb buffer requirements on UVD3 Michel Dänzer (3): drm/radeon/cik: Fix printing of client name on VM protection fault drm/radeon/cik: Fix encoding of number of banks in tiling configuration info drm/radeon/cik: Add tiling mode index for 1D tiled depth/stencil surfaces drivers/gpu/drm/radeon/btc_dpm.c | 51 ++++++++++++++++++++++++ drivers/gpu/drm/radeon/btc_dpm.h | 2 + drivers/gpu/drm/radeon/ci_dpm.c | 26 +++++++++++++ drivers/gpu/drm/radeon/cik.c | 17 ++++---- drivers/gpu/drm/radeon/ni_dpm.c | 24 ++++++++++++ drivers/gpu/drm/radeon/r100.c | 8 ++-- drivers/gpu/drm/radeon/r600_dpm.c | 2 +- drivers/gpu/drm/radeon/r600_hdmi.c | 20 +++++++--- drivers/gpu/drm/radeon/radeon_asic.c | 2 + drivers/gpu/drm/radeon/radeon_atombios.c | 66 +++++++++++++++++++++----------- drivers/gpu/drm/radeon/radeon_cs.c | 5 ++- drivers/gpu/drm/radeon/radeon_device.c | 15 ++++++-- drivers/gpu/drm/radeon/radeon_pm.c | 8 ++-- drivers/gpu/drm/radeon/radeon_ring.c | 8 ++-- drivers/gpu/drm/radeon/radeon_uvd.c | 3 +- drivers/gpu/drm/radeon/si_dpm.c | 24 ++++++++++++ drivers/gpu/drm/radeon/uvd_v1_0.c | 4 +- include/uapi/drm/radeon_drm.h | 2 + 18 files changed, 230 insertions(+), 57 deletions(-) _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel