mbox series

[pull] amdgpu, amdkfd drm-next-5.7

Message ID 20200401194619.4217-1-alexander.deucher@amd.com (mailing list archive)
State New, archived
Headers show
Series [pull] amdgpu, amdkfd drm-next-5.7 | expand

Pull-request

git://people.freedesktop.org/~agd5f/linux tags/amd-drm-next-5.7-2020-04-01

Message

Alex Deucher April 1, 2020, 7:46 p.m. UTC
Hi Dave, Daniel,

Fixes for 5.7.

The following changes since commit 59e7a8cc2dcf335116d500d684bfb34d1d97a6fe:

  Merge tag 'drm-msm-next-2020-03-22' of https://gitlab.freedesktop.org/drm/msm into drm-next (2020-03-31 16:34:55 +1000)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/amd-drm-next-5.7-2020-04-01

for you to fetch changes up to 3148a6a0ef3cf93570f30a477292768f7eb5d3c3:

  drm/amdkfd: kfree the wrong pointer (2020-04-01 14:44:22 -0400)

----------------------------------------------------------------
amd-drm-next-5.7-2020-04-01:

amdgpu:
- HDCP fixes
- gfx10 fix
- Misc display fixes
- BACO fixes

amdkfd:
- Fix memory leak

----------------------------------------------------------------
Aric Cyr (1):
      drm/amd/display: LFC not working on 2.0x range monitors (v2)

Bhawanpreet Lakha (3):
      drm/amd/display: Don't try hdcp1.4 when content_type is set to type1
      drm/amd/display: Correctly cancel future watchdog and callback events
      drm/amd/display: increase HDCP authentication delay

Dmytro Laktyushkin (1):
      drm/amd/display: Fix dcn21 num_states

Eric Bernstein (1):
      drm/amd/display: Update function to get optimal number of taps

Evan Quan (2):
      drm/amd/powerplay: drop redundant BIF doorbell interrupt operations
      drm/amd/powerplay: move the ASIC specific nbio operation out of smu_v11_0.c

Isabel Zhang (1):
      drm/amd/display: Revert change to HDCP display states

Jack Zhang (1):
      drm/amdkfd: kfree the wrong pointer

Kevin Wang (1):
      drm/amdgpu: fix hpd bo size calculation error

Nicholas Kazlauskas (1):
      drm/amd/display: Use double buffered DRR timing update by default

Stylon Wang (3):
      drm/amd/display: Support P010 pixel format
      drm/amd/display: Support plane level CTM
      drm/amd/display: Enable BT2020 in COLOR_ENCODING property

Yongqiang Sun (1):
      drm/amd/display: Not doing optimize bandwidth if flip pending.

 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c             |  2 +-
 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c              |  2 +-
 drivers/gpu/drm/amd/amdkfd/kfd_device.c            |  4 +--
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  | 12 +++++--
 .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_hdcp.c | 14 +++++---
 drivers/gpu/drm/amd/display/dc/core/dc.c           | 33 +++++++++++++++++-
 drivers/gpu/drm/amd/display/dc/core/dc_resource.c  |  1 +
 drivers/gpu/drm/amd/display/dc/dc.h                |  3 ++
 .../drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c  |  6 ++++
 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.c  | 18 ++++++++++
 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h  |  3 ++
 .../gpu/drm/amd/display/dc/dcn10/dcn10_resource.c  |  3 +-
 .../gpu/drm/amd/display/dc/dcn20/dcn20_resource.c  |  5 +--
 .../gpu/drm/amd/display/dc/dcn21/dcn21_resource.c  | 40 ++++++++--------------
 drivers/gpu/drm/amd/display/dc/dml/dc_features.h   |  2 +-
 .../drm/amd/display/dc/dml/display_mode_structs.h  |  7 ++--
 .../drm/amd/display/modules/freesync/freesync.c    | 34 ++++++++++--------
 drivers/gpu/drm/amd/display/modules/hdcp/hdcp.c    |  5 ++-
 drivers/gpu/drm/amd/display/modules/hdcp/hdcp.h    | 28 +++++++++++----
 .../drm/amd/display/modules/hdcp/hdcp1_execution.c |  2 +-
 .../drm/amd/display/modules/hdcp/hdcp2_execution.c |  2 +-
 .../gpu/drm/amd/display/modules/hdcp/hdcp_psp.c    | 39 ++++++++++++---------
 drivers/gpu/drm/amd/display/modules/inc/mod_hdcp.h |  1 +
 drivers/gpu/drm/amd/powerplay/arcturus_ppt.c       | 15 +++++++-
 drivers/gpu/drm/amd/powerplay/navi10_ppt.c         | 18 ++++++++--
 drivers/gpu/drm/amd/powerplay/smu_v11_0.c          | 24 +------------
 drivers/gpu/drm/amd/powerplay/vega20_ppt.c         | 14 +++++++-
 27 files changed, 223 insertions(+), 114 deletions(-)