Hi Dave, Fixes for 4.19: - SR-IOV fixes - Kasan and page fault fix on device removal - S3 stability fix for CZ/ST - VCE regression fixes for CIK parts - Avoid holding the mn_lock when allocating memory - DC memory leak fix - BO eviction fix The following changes since commit 9d1d02ff36783f954a206dfbf7943b7f2057f58b: drm/amd/display: Don't build DCN1 when kcov is enabled (2018-08-21 14:33:59 -0500) are available in the git repository at: git://people.freedesktop.org/~agd5f/linux drm-fixes-4.19 for you to fetch changes up to 6ddd9769db4fc11a98bd7e58be1764e47fdb8384: drm/amdgpu: Need to set moved to true when evict bo (2018-08-28 12:42:48 -0500) ---------------------------------------------------------------- Andrey Grodzovsky (1): drm/amdgpu: Fix page fault and kasan warning on pci device remove. Christian König (3): drm/amdgpu: fix VM clearing for the root PD drm/amdgpu: fix preamble handling drm/amdgpu: fix holding mn_lock while allocating memory Emily Deng (2): amdgpu: fix multi-process hang issue drm/amdgpu: Need to set moved to true when evict bo Felix Kuehling (1): drm/amdgpu: Adjust the VM size based on system memory size v2 Rex Zhu (6): drm/amd/display: Fix bug use wrong pp interface drm/amdgpu: Enable/disable gfx PG feature in rlc safe mode drm/amdgpu: Fix vce initialize failed on Kaveri/Mullins drm/amdgpu: Update power state at the end of smu hw_init. drm/amdgpu: Power on uvd block when hw_fini drm/amdgpu: Remove duplicated power source update SivapiriyanKumarasamy (1): drm/amd/display: Fix memory leak caused by missed dc_sink_release drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 47 ++++++++++++--------- drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c | 3 +- drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c | 8 ---- drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 35 +++++++++++++--- drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h | 2 +- drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 11 ++++- drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c | 9 +--- drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c | 16 +------ drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c | 16 +------ drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c | 16 +------ drivers/gpu/drm/amd/amdgpu/kv_dpm.c | 49 +++++++++++++--------- drivers/gpu/drm/amd/amdgpu/si_dpm.c | 3 +- .../drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu.c | 12 +++++- drivers/gpu/drm/amd/display/dc/core/dc_link.c | 6 ++- 14 files changed, 124 insertions(+), 109 deletions(-)