Hi Dave, A few more patches for 4.8. Mostly bug fixes and some prep work for iceland powerplay support. I have a couple polaris patches and Edward's misc cleanups that require a merge with Linus'. I don't know if you are planning a merge anytime soon. The following changes since commit b1814a1def0564a2a1d3be7fa5bf7243ff899a28: drm/amd/powerplay: don't add invalid voltage. (2016-07-07 15:06:24 -0400) are available in the git repository at: git://people.freedesktop.org/~agd5f/linux drm-next-4.8 for you to fetch changes up to 5ef8292925047ad290205af5f3ae13d0a36d774d: drm/amdgpu: comment out unused defaults_bonaire_pro static const structures to fix the build (2016-07-15 14:23:08 -0400) ---------------------------------------------------------------- Alex Deucher (4): drm/amdgpu/powerplay: endian fixes for ppatomctrl.c drm/amdgpu: support backlight control for UNIPHY3 drm/radeon: support backlight control for UNIPHY3 drm/amdgpu: disable GFX PG on CZ/BR/ST Christian König (10): drm/amdgpu: sanitize fence numbers drm/amdgpu: cleanup VCE coding style drm/amdgpu: allow multiple sessions in the same VCE IB drm/amdgpu: cleanup UVD coding style drm/amdgpu: cleanup hw reference handling in the IB tests drm/amdgpu: remove usec timeout loop from IB tests drm/amdgpu: check flush fence context instead of same ring v2 drm/amdgpu: always signal all fences drm/amdgpu: trace need_flush in grab_vm as well drm/amdgpu: return -ENOSPC when running out of UVD handles Huang Rui (8): drm/amdgpu: rename smumgr to smum for dpm drm/amdgpu: no need load microcode at sdma if powerplay is enabled drm/amdgpu: add ucode_start_address into cgs_firmware_info drm/amd/powerplay: add SMU register macro for future use drm/amdgpu: add new definitions into ppsmc.h for iceland drm/amd/powerplay: add atomctrl_get_voltage_evv function in ppatomctrl drm/amd/powerplay: fix the incorrect return value drm/amd/powerplay: add pp_tables_get_response_times function in process pptables Matthias Beyer (1): drivers: gpu: drm: amd: powerplay: hwmgr: Remove unused variable Slava Grigorev (2): drm/amdgpu: temporary comment out unused static const structures to fix the build drm/amdgpu: comment out unused defaults_bonaire_pro static const structures to fix the build jimqu (1): drm/amdgpu: S3 resume fail on Polaris10 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 4 + drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c | 17 +- drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c | 6 +- drivers/gpu/drm/amd/amdgpu/amdgpu_job.c | 8 +- drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h | 16 +- drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c | 11 +- drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c | 104 ++++--- drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 13 +- drivers/gpu/drm/amd/amdgpu/atombios_encoders.c | 1 + drivers/gpu/drm/amd/amdgpu/ci_dpm.c | 2 + drivers/gpu/drm/amd/amdgpu/cik_sdma.c | 18 +- drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c | 15 +- drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 16 +- drivers/gpu/drm/amd/amdgpu/iceland_dpm.c | 2 +- drivers/gpu/drm/amd/amdgpu/iceland_smc.c | 2 +- .../amdgpu/{iceland_smumgr.h => iceland_smum.h} | 0 drivers/gpu/drm/amd/amdgpu/kv_dpm.c | 2 + drivers/gpu/drm/amd/amdgpu/ppsmc.h | 4 + drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c | 43 ++- drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c | 15 +- drivers/gpu/drm/amd/amdgpu/vce_v3_0.c | 143 ++++++---- drivers/gpu/drm/amd/amdgpu/vi.c | 14 - drivers/gpu/drm/amd/include/cgs_common.h | 4 + .../gpu/drm/amd/powerplay/hwmgr/polaris10_hwmgr.c | 9 +- drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c | 299 ++++++++++++--------- drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.h | 1 + .../gpu/drm/amd/powerplay/hwmgr/processpptables.c | 13 + .../gpu/drm/amd/powerplay/hwmgr/processpptables.h | 17 +- drivers/gpu/drm/amd/powerplay/inc/smumgr.h | 29 ++ drivers/gpu/drm/radeon/atombios_encoders.c | 1 + 30 files changed, 469 insertions(+), 360 deletions(-) rename drivers/gpu/drm/amd/amdgpu/{iceland_smumgr.h => iceland_smum.h} (100%)