dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [pull] amdgpu drm-fixes-5.0
@ 2019-01-09 20:43 Alex Deucher
  0 siblings, 0 replies; 4+ messages in thread
From: Alex Deucher @ 2019-01-09 20:43 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

Fixes for 5.0.  Highlights:
- Powerplay fixes
- Virtual display pinning fixes
- Golden register updates for vega
- Pitch and gem size validation fixes
- Fix for error case in sr-iov init
- Disable page tables in system memory on RV due to issues with IOMMU
  reported on some platforms

The following changes since commit 74136a3d47f51ae72ee8b9ebc1ec2a29bcf30676:

  Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux into drm-next (2018-12-31 08:29:54 +1000)

are available in the Git repository at:

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

for you to fetch changes up to 1c1eba86339c8517814863bc7dd21e2661a84e77:

  drm/amdgpu: disable system memory page tables for now (2019-01-09 15:01:18 -0500)

----------------------------------------------------------------
Christian König (1):
      drm/amdgpu: disable system memory page tables for now

Emily Deng (3):
      drm/amdgpu/virtual_dce: No need to pin the fb's bo
      drm/amdgpu/virtual_dce: No need to pin the cursor bo
      drm/amdgpu/sriov:Correct pfvf exchange logic

Evan Quan (5):
      drm/amd/powerplay: support BOOTUP_DEFAULT power profile mode
      drm/amd/powerplay: update OD support flag for SKU with no OD capabilities
      drm/amd/powerplay: create pp_od_clk_voltage device file under OD support
      drm/amd/powerplay: avoid possible buffer overflow
      drm/amd/powerplay: drop the unnecessary uclk hard min setting

Jim Qu (1):
      drm/amdgpu: set WRITE_BURST_LENGTH to 64B to workaround SDMA1 hang

Kent Russell (1):
      drm/amdgpu: Cleanup 2 compiler warnings

Likun Gao (1):
      drm/amdgpu: make gfx9 enter into rlc safe mode when set MGCG

Tao Zhou (1):
      drm/amdgpu: fix CPDMA hang in PRT mode for VEGA20

Tiecheng Zhou (1):
      drm/amdgpu/gfx_v8_0: Reorder the gfx, kiq and kcq rings test sequence

Yu Zhao (2):
      drm/amdgpu: validate user pitch alignment
      drm/amdgpu: validate user GEM object size

 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         | 12 +++---
 drivers/gpu/drm/amd/amdgpu/amdgpu_display.c        | 38 +++++++++++++----
 drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c             | 22 ++++++----
 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c             |  3 --
 drivers/gpu/drm/amd/amdgpu/dce_virtual.c           | 17 ++------
 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c              | 48 +++++++++++++++-------
 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c              | 14 ++++---
 drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c              |  2 +-
 drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c             |  3 +-
 drivers/gpu/drm/amd/include/kgd_pp_interface.h     | 13 +++---
 drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c        | 24 ++++++-----
 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c   |  8 ++--
 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c | 12 +++---
 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c | 34 ++++++++++-----
 drivers/gpu/drm/amd/powerplay/inc/hwmgr.h          |  2 +-
 15 files changed, 156 insertions(+), 96 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [pull] amdgpu drm-fixes-5.0
@ 2019-01-23 23:10 Alex Deucher
  0 siblings, 0 replies; 4+ messages in thread
From: Alex Deucher @ 2019-01-23 23:10 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

Just a couple of fixes for 5.0:
- Overclock fix for vega10
- Hybrid gfx laptop fix

The following changes since commit 35dad45d5cad3c9ca8d6a338cbf668cd7ea86469:

  drm/amd/display: Detach backlight from stream (2019-01-16 17:11:47 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 6d87dc97eb3341de3f7b1efa3156cb0e014f4a96:

  drm/amd/powerplay: OD setting fix on Vega10 (2019-01-21 15:01:43 -0500)

----------------------------------------------------------------
Alex Deucher (1):
      drm/amdgpu: Add APTX quirk for Lenovo laptop

Kenneth Feng (1):
      drm/amd/powerplay: OD setting fix on Vega10

 drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c   |  1 +
 .../amd/powerplay/hwmgr/vega10_processpptables.c   | 22 +++++++++++++++++++++-
 2 files changed, 22 insertions(+), 1 deletion(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [pull] amdgpu drm-fixes-5.0
@ 2019-02-05 23:13 Alex Deucher
  0 siblings, 0 replies; 4+ messages in thread
From: Alex Deucher @ 2019-02-05 23:13 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	airlied-Re5JQEeQqe8AvxtiuMwx3w, daniel.vetter-/w4YWyX8dFk
  Cc: Alex Deucher

Hi Dave, Daniel,

Fixes for 5.0:
- Fix missing freesync properties on eDP
- Fix locking in pasid mgr
- Fix clang warning in kfd
- DC/powerplay fix
- Fix reported rev ids on raven
- Doorbell fix for vega20

The following changes since commit 6e11ea9de9576a644045ffdc2067c09bc2012eda:

  drm/amdgpu: Transfer fences to dmabuf importer (2019-01-30 12:52:44 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 7fad8da1ae23171de0ea3cdb2c620f71eb2ab983:

  drm/amd/display: Attach VRR properties for eDP connectors (2019-02-05 18:10:28 -0500)

----------------------------------------------------------------
Huang Rui (1):
      drm/amdgpu: fix the incorrect external id for raven series

Jay Cornwall (1):
      drm/amdgpu: Implement doorbell self-ring for NBIO 7.4

Nathan Chancellor (1):
      drm/amdkfd: Fix if preprocessor statement above kfd_fill_iolink_info_for_cpu

Nicholas Kazlauskas (1):
      drm/amd/display: Attach VRR properties for eDP connectors

Philip Yang (1):
      drm/amdgpu: use spin_lock_irqsave to protect vm_manager.pasid_idr

Roman Li (1):
      drm/amd/display: Fix fclk idle state

 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c            |  5 +++--
 drivers/gpu/drm/amd/amdgpu/nbio_v7_4.c            | 13 +++++++++++++
 drivers/gpu/drm/amd/amdgpu/soc15.c                |  6 ++++--
 drivers/gpu/drm/amd/amdkfd/kfd_crat.c             |  2 +-
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c |  3 ++-
 drivers/gpu/drm/amd/display/dc/dce/dce_clk_mgr.c  | 10 +++++++++-
 6 files changed, 32 insertions(+), 7 deletions(-)
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [pull] amdgpu drm-fixes-5.0
@ 2019-02-27 19:21 Alex Deucher
  0 siblings, 0 replies; 4+ messages in thread
From: Alex Deucher @ 2019-02-27 19:21 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	airlied-Re5JQEeQqe8AvxtiuMwx3w, daniel.vetter-/w4YWyX8dFk
  Cc: Alex Deucher

Hi Dave, Daniel,

A fix for freesync to prevent stuttering in certain cases.  Freesync
was added in 5.0 so it would be nice to get this in.  If not, I can
just send it to stable once 5.0 is released.

The following changes since commit a213c2c7e235cfc0e0a161a558f7fdf2fb3a624a:

  drm/amdgpu: disable bulk moves for now (2019-02-20 17:13:27 -0500)

are available in the Git repository at:

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

for you to fetch changes up to d63716658ac16c515d1223a9fbf5edbf76b1b333:

  drm/amd/display: Use vrr friendly pageflip throttling in DC. (2019-02-27 13:55:09 -0500)

----------------------------------------------------------------
Mario Kleiner (1):
      drm/amd/display: Use vrr friendly pageflip throttling in DC.

 drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h          |  1 +
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 27 +++++++++++++++++++----
 2 files changed, 24 insertions(+), 4 deletions(-)
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-02-27 19:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-23 23:10 [pull] amdgpu drm-fixes-5.0 Alex Deucher
  -- strict thread matches above, loose matches on Subject: below --
2019-02-27 19:21 Alex Deucher
2019-02-05 23:13 Alex Deucher
2019-01-09 20:43 Alex Deucher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox