dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [pull] amdgpu, amdkfd drm-fixes-4.20
@ 2018-12-12 20:30 Alex Deucher
  0 siblings, 0 replies; 3+ messages in thread
From: Alex Deucher @ 2018-12-12 20:30 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied; +Cc: Alex Deucher

Hi Dave,

Fixes for 4.20:
- Stability fixes for new polaris variants (e.g., RX590)
- New vega pci ids
- Vega20 smu fix
- Ctx locking fix

The following changes since commit e594a5e349ddbfdaca1951bb3f8d72f3f1660d73:

  drm/ast: Fix connector leak during driver unload (2018-12-06 14:12:02 +1000)

are available in the git repository at:

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

for you to fetch changes up to 676fff1a5512e7971aa9a235052d253df8f5284a:

  drm/amdgpu: drop fclk/gfxclk ratio setting (2018-12-12 14:52:29 -0500)

----------------------------------------------------------------
Alex Deucher (5):
      drm/amdgpu: update smu firmware images for VI variants (v2)
      drm/amdgpu: add some additional vega10 pci ids
      drm/amdgpu: add some additional vega20 pci ids
      drm/amdkfd: add new vega10 pci ids
      drm/amdkfd: add new vega20 pci id

Andrey Grodzovsky (1):
      drm/amdgpu: Fix DEBUG_LOCKS_WARN_ON(depth <= 0) in amdgpu_ctx.lock

Evan Quan (1):
      drm/amdgpu: drop fclk/gfxclk ratio setting

Junwei Zhang (1):
      drm/amdgpu: update SMC firmware image for polaris10 variants

Kenneth Feng (1):
      drm/amdgpu/powerplay: Apply avfs cks-off voltages on VI

 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c            | 36 ++++++++++++++++++----
 drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c             |  4 +--
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c            |  7 +++++
 drivers/gpu/drm/amd/amdkfd/kfd_device.c            |  7 +++++
 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c |  2 +-
 drivers/gpu/drm/amd/powerplay/inc/smu7_ppsmc.h     |  2 ++
 .../drm/amd/powerplay/smumgr/polaris10_smumgr.c    |  6 ++++
 drivers/gpu/drm/amd/powerplay/smumgr/smumgr.c      |  3 ++
 8 files changed, 58 insertions(+), 9 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [pull] amdgpu, amdkfd drm-fixes-4.20
@ 2018-11-21 16:36 Alex Deucher
  0 siblings, 0 replies; 3+ messages in thread
From: Alex Deucher @ 2018-11-21 16:36 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied; +Cc: Alex Deucher

Hi Dave,

- OD fixes for powerplay
- Vega20 fixes
- KFD fix for Kaveri
- add missing firmware declaration for hainan (SI chip)
- Fix DC user experience regressions related to panels that support >8 bpc

The following changes since commit 9826b1138e497dfb48f5cc64a82c219b4d0932da:

  Merge branch 'drm-fixes-4.20' of git://people.freedesktop.org/~agd5f/linux into drm-fixes (2018-11-16 02:15:00 +1000)

are available in the git repository at:

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

for you to fetch changes up to a5d0f4565996e5595a10cb57b3d1e3d74379c502:

  drm/amdgpu: Enable HDP memory light sleep (2018-11-20 14:40:15 -0500)

----------------------------------------------------------------
Evan Quan (1):
      drm/amd/powerplay: disable Vega20 DS related features

Felix Kuehling (1):
      drm/amdgpu: Fix oops when pp_funcs->switch_power_profile is unset

Greathouse, Joseph (1):
      drm/amd/pp: handle negative values when reading OD

Kenneth Feng (1):
      drm/amdgpu: Enable HDP memory light sleep

Nicholas Kazlauskas (2):
      drm/amdgpu: Add amdgpu "max bpc" connector property (v2)
      drm/amd/display: Support amdgpu "max bpc" connector property (v2)

Takashi Iwai (1):
      drm/amdgpu: Add missing firmware entry for HAINAN

 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c         |  7 ++--
 drivers/gpu/drm/amd/amdgpu/amdgpu_display.c        |  7 ++++
 drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h           |  2 ++
 drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c              |  1 +
 drivers/gpu/drm/amd/amdgpu/soc15.c                 | 39 ++++++++++++++++++----
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  | 16 +++++++++
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h  |  1 +
 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c   | 20 +++++------
 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c | 25 ++++++--------
 drivers/gpu/drm/amd/powerplay/hwmgr/vega12_hwmgr.c | 23 ++++++-------
 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c | 30 ++++++++++++-----
 11 files changed, 115 insertions(+), 56 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [pull] amdgpu, amdkfd drm-fixes-4.20
@ 2018-11-08  3:55 Alex Deucher
  0 siblings, 0 replies; 3+ messages in thread
From: Alex Deucher @ 2018-11-08  3:55 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	airlied-Re5JQEeQqe8AvxtiuMwx3w
  Cc: Alex Deucher

Hi Dave,

Fixes for 4.20:
- DC MST fixes
- DC FBC fix
- Vega20 updates to support the latest vbios
- KFD type fixes for ioctl headers

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the git repository at:

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

for you to fetch changes up to 63237f8748bdf46dccf79ef8f98f05e9fe799162:

  drm/amd/amdgpu/dm: Fix dm_dp_create_fake_mst_encoder() (2018-11-07 18:21:05 -0500)

----------------------------------------------------------------
Alex Deucher (7):
      Revert "drm/amd/display: set backlight level limit to 1"
      drm/amdgpu/vega20: add CLK base offset
      drm/amdgpu/display: check if fbc is available in set_static_screen_control (v2)
      drm/amdgpu: add DC feature mask module parameter
      drm/amdgpu/display/dc: add FBC to dc_config
      drm/amdgpu/display/dm: handle FBC dc feature parameter
      drm/amdgpu/display/dce11: only enable FBC when selected

Dmitry V. Levin (2):
      uapi: fix linux/kfd_ioctl.h userspace compilation errors
      uapi: fix more linux/kfd_ioctl.h userspace compilation errors

Evan Quan (2):
      drm/amd/powerplay: set a default fclk/gfxclk ratio
      drm/amd/powerplay: always use fast UCLK switching when UCLK DPM enabled

Harry Wentland (1):
      drm/amd/display: Stop leaking planes

Jerry (Fangzhi) Zuo (2):
      drm/amd/display: Cleanup MST non-atomic code workaround
      drm/amd/display: Drop reusing drm connector for MST

Leo Li (1):
      drm/amd: Update atom_smu_info_v3_3 structure

Lyude Paul (1):
      drm/amd/amdgpu/dm: Fix dm_dp_create_fake_mst_encoder()

Shaokun Zhang (1):
      drm/amd/display: Fix misleading buffer information

 drivers/gpu/drm/amd/amdgpu/amdgpu.h                |  1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c            | 11 +++
 drivers/gpu/drm/amd/amdgpu/vega20_reg_init.c       |  1 +
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  | 27 +++-----
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h  |  2 -
 .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c    | 79 ++--------------------
 .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.h    |  1 -
 drivers/gpu/drm/amd/display/dc/core/dc_link.c      |  4 +-
 drivers/gpu/drm/amd/display/dc/dc.h                |  1 +
 .../amd/display/dc/dce110/dce110_hw_sequencer.c    |  7 +-
 .../drm/amd/display/dc/dce110/dce110_resource.c    |  3 +-
 drivers/gpu/drm/amd/include/amd_shared.h           |  4 ++
 drivers/gpu/drm/amd/include/atomfirmware.h         |  7 +-
 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c | 53 +++++++++------
 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.h |  1 +
 drivers/gpu/drm/amd/powerplay/inc/vega20_ppsmc.h   |  3 +-
 include/uapi/linux/kfd_ioctl.h                     | 18 ++---
 17 files changed, 93 insertions(+), 130 deletions(-)
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

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

end of thread, other threads:[~2018-12-12 20:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-12 20:30 [pull] amdgpu, amdkfd drm-fixes-4.20 Alex Deucher
  -- strict thread matches above, loose matches on Subject: below --
2018-11-21 16:36 Alex Deucher
2018-11-08  3:55 Alex Deucher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).