[pull] amdgpu drm-fixes-4.19

2018-10-04 Thread Alex Deucher
Hi Dave,

Just two small fixes for 4.19:
- Fix an ordering issue in DC with respect to atomic flips that could result
  in a crash
- Fix incorrect use of process->mm in KFD

The following changes since commit d8938c981f58ee344687b7910a611ac345960045:

  Merge branch 'drm-tda9950-fixes' of git://git.armlinux.org.uk/~rmk/linux-arm 
into drm-fixes (2018-10-04 10:32:14 +1000)

are available in the git repository at:

  git://people.freedesktop.org/~agd5f/linux drm-fixes-4.19

for you to fetch changes up to 11b29c9e25788d0afb2ddb67bcd89424bd25f2f7:

  drm/amdkfd: Fix incorrect use of process->mm (2018-10-04 11:37:25 -0400)


Felix Kuehling (1):
  drm/amdkfd: Fix incorrect use of process->mm

Shirish S (1):
  drm/amd/display: Signal hw_done() after waiting for flip_done()

 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c  | 37 +-
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  | 10 --
 2 files changed, 37 insertions(+), 10 deletions(-)
___
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx


[pull] amdgpu drm-fixes-4.19

2018-09-27 Thread Alex Deucher
Hi Dave,

Just a few fixes for 4.19:
- Couple of suspend/resume fixes
- Fix EDID emulation with DC

The following changes since commit 4fcb7f8be829d21bcbb24eef2204fb6b34ed1f80:

  Merge branch 'drm-fixes-4.19' of git://people.freedesktop.org/~agd5f/linux 
into drm-fixes (2018-09-21 09:52:27 +1000)

are available in the git repository at:

  git://people.freedesktop.org/~agd5f/linux drm-fixes-4.19

for you to fetch changes up to fbbdadf2faf17cd88e9c447701495540377c5743:

  drm/amd/display: Fix Edid emulation for linux (2018-09-27 10:05:21 -0500)


Bhawanpreet Lakha (1):
  drm/amd/display: Fix Edid emulation for linux

Rex Zhu (1):
  drm/amdgpu: Fix vce work queue was not cancelled when suspend

Roman Li (1):
  drm/amd/display: Fix Vega10 lightup on S3 resume

 drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c|   3 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c|   4 +-
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  | 139 -
 drivers/gpu/drm/amd/display/dc/core/dc_link.c  |   4 +-
 drivers/gpu/drm/amd/display/dc/dc_link.h   |   1 +
 .../amd/display/dc/dce110/dce110_hw_sequencer.c|   2 +-
 .../amd/display/dc/dce110/dce110_hw_sequencer.h|   5 -
 .../amd/display/dc/dce120/dce120_hw_sequencer.c|  12 --
 8 files changed, 142 insertions(+), 28 deletions(-)
___
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx


[pull] amdgpu drm-fixes-4.19

2018-09-20 Thread Alex Deucher
Hi Dave,

A few fixes for 4.19:
- Add a new polaris pci id
- KFD fixes for raven and gfx7

The following changes since commit 8ca4fff974ad5288d38298f15bf218f2eac2d5e7:

  Merge tag 'drm-intel-fixes-2018-09-19' of 
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes (2018-09-20 10:01:53 
+1000)

are available in the git repository at:

  git://people.freedesktop.org/~agd5f/linux drm-fixes-4.19

for you to fetch changes up to 44d8cc6f1a905e4bb1d4221a898abb0d7e9d100a:

  drm/amdkfd: Fix ATS capablity was not reported correctly on some APUs 
(2018-09-20 10:25:23 -0500)


Alex Deucher (1):
  drm/amdgpu: add new polaris pci id

Amber Lin (1):
  drm/amdgpu: Fix SDMA HQD destroy error on gfx_v7

Yong Zhao (2):
  drm/amdkfd: Change the control stack MTYPE from UC to NC on GFX9
  drm/amdkfd: Fix ATS capablity was not reported correctly on some APUs

 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c|  6 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h|  2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c |  2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c   | 14 --
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c   |  1 +
 drivers/gpu/drm/amd/amdkfd/kfd_device.c   |  3 ++-
 drivers/gpu/drm/amd/amdkfd/kfd_iommu.c| 13 -
 drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v9.c   |  2 +-
 drivers/gpu/drm/amd/amdkfd/kfd_priv.h |  1 +
 drivers/gpu/drm/amd/amdkfd/kfd_topology.c | 21 -
 drivers/gpu/drm/amd/include/kgd_kfd_interface.h   |  2 +-
 11 files changed, 49 insertions(+), 18 deletions(-)
___
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx


[pull] amdgpu drm-fixes-4.19

2018-09-12 Thread Alex Deucher
Hi Dave,

A few fixes for 4.19:
- Fix a small memory leak
- SR-IOV reset fix
- Fix locking in MMU-notifier error path
- Updated SDMA golden settings to fix a PRT hang

The following changes since commit 67c6ed7cf9ebe53815f15bfdeb49ad91801c2235:

  Merge tag 'drm-intel-fixes-2018-09-05' of 
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes (2018-09-07 11:07:03 
+1000)

are available in the git repository at:

  git://people.freedesktop.org/~agd5f/linux drm-fixes-4.19

for you to fetch changes up to 0165de983272d1fae0809ed9db47c46a412279bc:

  drm/amdgpu: fix error handling in amdgpu_cs_user_fence_chunk (2018-09-11 
16:35:00 -0500)


Christian König (2):
  drm/amdgpu: fix amdgpu_mn_unlock() in the CS error path
  drm/amdgpu: fix error handling in amdgpu_cs_user_fence_chunk

Emily Deng (1):
  drm/amdgpu: move PSP init prior to IH in gpu reset

Tao Zhou (1):
  drm/amdgpu: Fix SDMA hang in prt mode v2

 drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 25 -
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c |  2 +-
 drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c |  7 +--
 3 files changed, 22 insertions(+), 12 deletions(-)
___
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx


[pull] amdgpu drm-fixes-4.19

2018-08-29 Thread Alex Deucher
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(-)
___
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx