Hi Dave, Fixes for 4.10. Highlights: - fix display regression on DCE6/8 - Powergating fixes for GFX8 - amdgpu SI fixes (golden settings, proper rev id setup, etc.) The following changes since commit 2cf026ae85c42f253feb9f420d1b4bc99bd5503d: Merge branch 'linux-4.10' of git://github.com/skeggsb/linux into drm-next (2016-12-13 14:29:05 +1000) are available in the git repository at: git://people.freedesktop.org/~agd5f/linux drm-next-4.10 for you to fetch changes up to f8d9422ef80c5126112284493e69c88753c56ad1: drm/amdgpu: update tile table for oland/hainan (2016-12-20 19:43:39 -0500) ---------------------------------------------------------------- Flora Cui (12): drm/amdgpu: fix cursor setting of dce6/dce8 drm/amdgpu: update golden setting/tiling table of tahiti drm/amdgpu: update golden setting for pitcairn drm/amdgpu: update rev id for pitcairn drm/amdgpu: update golden setting for hainan drm/amdgpu: update rev id for hainan drm/amdgpu: update golden setting for oland drm/amdgpu: update rev id for oland drm/amdgpu: update golden setting for verde drm/amdgpu: update rev id for verde drm/amdgpu: update tile table for verde drm/amdgpu: update tile table for oland/hainan Rex Zhu (9): drm/amdgpu: disable uvd pg on Tonga. drm/amdgpu: fix enable_cp_power_gating in gfx_v8.0. drm/amdgpu: fix init save/restore list in gfx_v8.0 drm/amdgpu: enable AMD_PG_SUPPORT_CP in Carrizo/Stoney. drm/amdgpu: always initialize gfx pg for gfx_v8.0. drm/amdgpu: fix pg can't be disabled by PG mask. drm/amdgpu: add new gfx cg flags. drm/amdgpu: initialize cg flags for tonga/polaris10/polaris11. drm/amdgpu: refine set clock gating for tonga/polaris drivers/gpu/drm/amd/amdgpu/dce_v6_0.c | 6 +- drivers/gpu/drm/amd/amdgpu/dce_v8_0.c | 2 - drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c | 935 ++++++++++++++++++++++--------- drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 249 +++++--- drivers/gpu/drm/amd/amdgpu/si.c | 442 ++++++++------- drivers/gpu/drm/amd/amdgpu/vi.c | 211 +++++-- drivers/gpu/drm/amd/include/amd_shared.h | 4 + 7 files changed, 1218 insertions(+), 631 deletions(-)