Hi Dave, A few more radeon fixes for 3.18: - fix missing crtc unlock in MC setup - set optimal CE ram config - use gart rather than vram for DMA IB tests to avoid coherency issues with HDP - fix a crasher with laptop mode and TDP scripts The following changes since commit 66338feee458cb2b04e8f2b515b8d660e49ba29a: Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-fixes (2014-11-03 05:23:17 +1000) are available in the git repository at: git://people.freedesktop.org/~agd5f/linux drm-fixes-3.18 for you to fetch changes up to f0d7bfb9407fccb6499ec01c33afe43512a439a2: drm/radeon: add missing crtc unlock when setting up the MC (2014-11-06 17:41:19 -0500) ---------------------------------------------------------------- Alex Deucher (3): drm/radeon: make sure mode init is complete in bandwidth_update drm/radeon: use gart for DMA IB tests drm/radeon: add missing crtc unlock when setting up the MC Jammy Zhou (1): drm/radeon: set correct CE ram size for CIK drivers/gpu/drm/radeon/cik.c | 7 +++++-- drivers/gpu/drm/radeon/cik_sdma.c | 21 ++++++++++++--------- drivers/gpu/drm/radeon/evergreen.c | 4 ++++ drivers/gpu/drm/radeon/r100.c | 3 +++ drivers/gpu/drm/radeon/r600_dma.c | 20 ++++++++++---------- drivers/gpu/drm/radeon/rs600.c | 3 +++ drivers/gpu/drm/radeon/rs690.c | 3 +++ drivers/gpu/drm/radeon/rv515.c | 3 +++ drivers/gpu/drm/radeon/si.c | 3 +++ 9 files changed, 46 insertions(+), 21 deletions(-) _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel