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-fixes-5.11
Date: Wed,  3 Feb 2021 23:13:00 -0500	[thread overview]
Message-ID: <20210204041300.4425-1-alexander.deucher@amd.com> (raw)

Hi Dave, Daniel,

Fixes for 5.11.

The following changes since commit e0ecafede87eb1a3d1e708f0365fad0d59489285:

  Merge tag 'amd-drm-fixes-5.11-2021-01-28' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes (2021-01-29 11:36:38 +1000)

are available in the Git repository at:

  https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-5.11-2021-02-03

for you to fetch changes up to 8e92bb0fa75bca9a57e4aba2e36f67d8016a3053:

  drm/amd/display: Decrement refcount of dc_sink before reassignment (2021-02-02 17:45:01 -0500)

----------------------------------------------------------------
amd-drm-fixes-5.11-2021-02-03:

amdgpu:
- Fix retry in gem create
- Vangogh fixes
- Fix for display from shared buffers
- Various display fixes

amdkfd:
- Fix regression in buffer free

----------------------------------------------------------------
Bhawanpreet Lakha (1):
      drm/amd/display: reuse current context instead of recreating one

Christian König (1):
      drm/amdgpu: enable freesync for A+A configs

George Shen (1):
      drm/amd/display: Fix DPCD translation for LTTPR AUX_RD_INTERVAL

Huang Rui (2):
      drm/amdgpu: fix the issue that retry constantly once the buffer is oversize
      drm/amdkfd: fix null pointer panic while free buffer in kfd

Mikita Lipski (1):
      drm/amd/display: Release DSC before acquiring

Stylon Wang (1):
      drm/amd/display: Revert "Fix EDID parsing after resume from suspend"

Sung Lee (1):
      drm/amd/display: Add more Clock Sources to DCN2.1

Victor Lu (3):
      drm/amd/display: Fix dc_sink kref count in emulated_link_detect
      drm/amd/display: Free atomic state after drm_atomic_commit
      drm/amd/display: Decrement refcount of dc_sink before reassignment

Xiaojian Du (1):
      drm/amd/pm: fill in the data member of v2 gpu metrics table for vangogh

chen gong (1):
      drm/amdgpu/gfx10: update CGTS_TCC_DISABLE and CGTS_USER_TCC_DISABLE register offsets for VGH

 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c   | 16 +++-----
 drivers/gpu/drm/amd/amdgpu/amdgpu_display.c        |  8 +++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c            |  2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_object.c         |  2 +-
 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c             | 18 ++++++++-
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  | 47 ++++++++++------------
 .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c    |  6 ++-
 drivers/gpu/drm/amd/display/dc/core/dc.c           | 27 +++++++++----
 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c   |  6 +--
 drivers/gpu/drm/amd/display/dc/dc_stream.h         |  3 +-
 .../gpu/drm/amd/display/dc/dcn21/dcn21_resource.c  | 10 +++++
 drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.c   |  3 ++
 12 files changed, 92 insertions(+), 56 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-fixes-5.11
Date: Wed,  3 Feb 2021 23:13:00 -0500	[thread overview]
Message-ID: <20210204041300.4425-1-alexander.deucher@amd.com> (raw)

Hi Dave, Daniel,

Fixes for 5.11.

The following changes since commit e0ecafede87eb1a3d1e708f0365fad0d59489285:

  Merge tag 'amd-drm-fixes-5.11-2021-01-28' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes (2021-01-29 11:36:38 +1000)

are available in the Git repository at:

  https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-5.11-2021-02-03

for you to fetch changes up to 8e92bb0fa75bca9a57e4aba2e36f67d8016a3053:

  drm/amd/display: Decrement refcount of dc_sink before reassignment (2021-02-02 17:45:01 -0500)

----------------------------------------------------------------
amd-drm-fixes-5.11-2021-02-03:

amdgpu:
- Fix retry in gem create
- Vangogh fixes
- Fix for display from shared buffers
- Various display fixes

amdkfd:
- Fix regression in buffer free

----------------------------------------------------------------
Bhawanpreet Lakha (1):
      drm/amd/display: reuse current context instead of recreating one

Christian König (1):
      drm/amdgpu: enable freesync for A+A configs

George Shen (1):
      drm/amd/display: Fix DPCD translation for LTTPR AUX_RD_INTERVAL

Huang Rui (2):
      drm/amdgpu: fix the issue that retry constantly once the buffer is oversize
      drm/amdkfd: fix null pointer panic while free buffer in kfd

Mikita Lipski (1):
      drm/amd/display: Release DSC before acquiring

Stylon Wang (1):
      drm/amd/display: Revert "Fix EDID parsing after resume from suspend"

Sung Lee (1):
      drm/amd/display: Add more Clock Sources to DCN2.1

Victor Lu (3):
      drm/amd/display: Fix dc_sink kref count in emulated_link_detect
      drm/amd/display: Free atomic state after drm_atomic_commit
      drm/amd/display: Decrement refcount of dc_sink before reassignment

Xiaojian Du (1):
      drm/amd/pm: fill in the data member of v2 gpu metrics table for vangogh

chen gong (1):
      drm/amdgpu/gfx10: update CGTS_TCC_DISABLE and CGTS_USER_TCC_DISABLE register offsets for VGH

 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c   | 16 +++-----
 drivers/gpu/drm/amd/amdgpu/amdgpu_display.c        |  8 +++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c            |  2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_object.c         |  2 +-
 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c             | 18 ++++++++-
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  | 47 ++++++++++------------
 .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c    |  6 ++-
 drivers/gpu/drm/amd/display/dc/core/dc.c           | 27 +++++++++----
 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c   |  6 +--
 drivers/gpu/drm/amd/display/dc/dc_stream.h         |  3 +-
 .../gpu/drm/amd/display/dc/dcn21/dcn21_resource.c  | 10 +++++
 drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.c   |  3 ++
 12 files changed, 92 insertions(+), 56 deletions(-)
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

             reply	other threads:[~2021-02-04  4:13 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-04  4:13 Alex Deucher [this message]
2021-02-04  4:13 ` [pull] amdgpu, amdkfd drm-fixes-5.11 Alex Deucher
  -- strict thread matches above, loose matches on Subject: below --
2021-01-14 20:13 Alex Deucher
2021-01-14 20:13 ` Alex Deucher
2020-12-23 20:47 Alex Deucher
2020-12-23 20:47 ` 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=20210204041300.4425-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.