All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alex Deucher <alexdeucher@gmail.com>
To: amd-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org,
	airlied@gmail.com, daniel.vetter@ffwll.ch
Cc: Alex Deucher <alexander.deucher@amd.com>
Subject: [pull] amdgpu, amdkfd drm-next-5.7
Date: Wed,  1 Apr 2020 15:46:19 -0400	[thread overview]
Message-ID: <20200401194619.4217-1-alexander.deucher@amd.com> (raw)

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(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

WARNING: multiple messages have this Message-ID (diff)
From: Alex Deucher <alexdeucher@gmail.com>
To: amd-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org,
	airlied@gmail.com, daniel.vetter@ffwll.ch
Cc: Alex Deucher <alexander.deucher@amd.com>
Subject: [pull] amdgpu, amdkfd drm-next-5.7
Date: Wed,  1 Apr 2020 15:46:19 -0400	[thread overview]
Message-ID: <20200401194619.4217-1-alexander.deucher@amd.com> (raw)

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(-)
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

             reply	other threads:[~2020-04-01 19:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-01 19:46 Alex Deucher [this message]
2020-04-01 19:46 ` [pull] amdgpu, amdkfd drm-next-5.7 Alex Deucher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200401194619.4217-1-alexander.deucher@amd.com \
    --to=alexdeucher@gmail.com \
    --cc=airlied@gmail.com \
    --cc=alexander.deucher@amd.com \
    --cc=amd-gfx@lists.freedesktop.org \
    --cc=daniel.vetter@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.