Hi Dave, Fixes for 4.18. Highlights: - Fixes for gfxoff on Raven - Remove an ATPX quirk now that the root cause is fixed - Runtime PM fixes - Vega20 register header update - Wattman fixes - Misc bug fixes The following changes since commit 7ba01f9e12bb3f088f617cf69b589ea37bd5d6ed: drm/amdgpu: Fix NULL pointer when load kfd driver with PP block is disabled (2018-05-31 14:08:54 -0500) are available in the git repository at: git://people.freedesktop.org/~agd5f/linux drm-next-4.18 for you to fetch changes up to 5c16f36f6f003b4415237acca59384a074cd8030: drm/amd/powerplay: Set higher SCLK&MCLK frequency than dpm7 in OD (v2) (2018-06-14 07:42:39 -0500) ---------------------------------------------------------------- Alex Deucher (1): Revert "drm/amdgpu: Add an ATPX quirk for hybrid laptop" Colin Ian King (2): drm/amdgpu/df: fix potential array out-of-bounds read drm/amd/pp: initialize result to before or'ing in data Evan Quan (3): drm/amd/powerplay: fix wrong clock adjust sequence drm/amdgpu: fix parsing indirect register list v2 drm/amd/powerplay: remove uncessary extra gfxoff control call Huang Rui (4): drm/amdgpu: fix the missed vcn fw version report drm/amdgpu: add checking for sos version drm/amdgpu: fix CG enabling hang with gfxoff enabled drm/amd/powerplay: fix missed hwmgr check warning before call gfx_off_control handler Junwei Zhang (1): drm/amdgpu: fix clear_all and replace handling in the VM (v2) Kenneth Feng (1): drm/amd/powerplay: Set higher SCLK&MCLK frequency than dpm7 in OD (v2) Lyude Paul (1): drm/amdgpu: Grab/put runtime PM references in atomic_commit_tail() Pratik Vishwakarma (1): drm/amd/display: Fix stale buffer object (bo) use Rex Zhu (1): drm/amd/pp: Fix OD feature enable failed on Vega10 workstation cards Shaoyun Liu (1): drm/amd/include: Update df 3.6 mask and shift definition drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c | 1 - drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 12 ++++++++++ drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c | 1 + drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 6 +++-- drivers/gpu/drm/amd/amdgpu/df_v3_6.c | 2 +- drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 20 ++++++++-------- drivers/gpu/drm/amd/amdgpu/psp_v3_1.c | 27 +++++++++++++++++++++- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 24 ++++++++++--------- .../drm/amd/include/asic_reg/df/df_3_6_sh_mask.h | 8 +++---- drivers/gpu/drm/amd/powerplay/amd_powerplay.c | 10 +------- drivers/gpu/drm/amd/powerplay/hwmgr/pp_psm.c | 13 +++++------ drivers/gpu/drm/amd/powerplay/hwmgr/smu10_hwmgr.c | 4 ++-- drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c | 7 ++++-- drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c | 9 ++++++-- .../gpu/drm/amd/powerplay/hwmgr/vega10_powertune.c | 2 +- 15 files changed, 92 insertions(+), 54 deletions(-) _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel