Hi Dave, Just a few fixes for 4.6 this week: - Add some SI DPM quirks - Improve the ACP Kconfig text - Additional BO pinning checks
The following changes since commit 4604202ca8d2a5e33b4bca0812b5d92975ed1bd8: Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into drm-next (2016-03-25 16:02:06 +1000) are available in the git repository at: git://people.freedesktop.org/~agd5f/linux drm-next-4.6 for you to fetch changes up to 104ece975746d94b8276cd7f38d6b5c056d700b5: drm/amdgpu: Don't move pinned BOs (2016-03-28 11:55:38 -0400) ---------------------------------------------------------------- Alex Deucher (3): drm/radeon: add a dpm quirk for sapphire Dual-X R7 370 2G D5 drm/radeon: add another R7 370 quirk drm/radeon: add a dpm quirk for all R7 370 parts Borislav Petkov (1): drm/amd: Beef up ACP Kconfig menu text Michel Dänzer (2): drm/radeon: Don't move pinned BOs drm/amdgpu: Don't move pinned BOs drivers/gpu/drm/amd/acp/Kconfig | 8 ++++++-- drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 4 ++++ drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 6 ++++++ drivers/gpu/drm/radeon/radeon_object.c | 4 ++++ drivers/gpu/drm/radeon/radeon_ttm.c | 6 ++++++ drivers/gpu/drm/radeon/si_dpm.c | 6 ++++++ 6 files changed, 32 insertions(+), 2 deletions(-)