All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alex Deucher <alexander.deucher@amd.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 drm-fixes-5.12
Date: Wed, 24 Feb 2021 23:38:53 -0500	[thread overview]
Message-ID: <20210225043853.3880-1-alexander.deucher@amd.com> (raw)

Hi Dave, Daniel,

Fixes for 5.12.

The following changes since commit f730f39eb981af249d57336b47cfe3925632a7fd:

  Merge tag 'drm-intel-next-fixes-2021-02-18' of git://anongit.freedesktop.org/drm/drm-intel into drm-next (2021-02-19 13:55:07 +1000)

are available in the Git repository at:

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

for you to fetch changes up to ea3b4242bc9ca197762119382b37e125815bd67f:

  drm/amd/display: Fix system hang after multiple hotplugs (v3) (2021-02-24 09:48:46 -0500)

----------------------------------------------------------------
amd-drm-fixes-5.12-2021-02-24:

amdgpu:
- Clang warning fix
- S0ix platform shutdown/poweroff fix
- Misc display fixes

----------------------------------------------------------------
Anson Jacob (1):
      Revert "drm/amd/display: reuse current context instead of recreating one"

Eric Bernstein (1):
      drm/amd/display: Remove Assert from dcn10_get_dig_frontend

Nathan Chancellor (1):
      drm/amd/pm/swsmu: Avoid using structure_size uninitialized in smu_cmn_init_soft_gpu_metrics

Prike Liang (1):
      drm/amdgpu: fix shutdown and poweroff process failed with s0ix

Qingqing Zhuo (1):
      drm/amd/display: Fix system hang after multiple hotplugs (v3)

Rodrigo Siqueira (1):
      drm/amd/display: Add vupdate_no_lock interrupts for DCN2.1

 drivers/gpu/drm/amd/amdgpu/amdgpu.h                |   6 ++
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         |   6 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c            |   9 +-
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  | 101 ++++++++++++++++-----
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h  |  27 ++++++
 drivers/gpu/drm/amd/display/dc/core/dc.c           |  27 ++----
 drivers/gpu/drm/amd/display/dc/dc_stream.h         |   3 +-
 .../drm/amd/display/dc/dcn10/dcn10_link_encoder.c  |   1 -
 drivers/gpu/drm/amd/display/dc/dcn30/dcn30_hwseq.c |   2 +
 .../amd/display/dc/irq/dcn21/irq_service_dcn21.c   |  22 +++++
 drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c             |   2 +-
 11 files changed, 158 insertions(+), 48 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 <alexander.deucher@amd.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 drm-fixes-5.12
Date: Wed, 24 Feb 2021 23:38:53 -0500	[thread overview]
Message-ID: <20210225043853.3880-1-alexander.deucher@amd.com> (raw)

Hi Dave, Daniel,

Fixes for 5.12.

The following changes since commit f730f39eb981af249d57336b47cfe3925632a7fd:

  Merge tag 'drm-intel-next-fixes-2021-02-18' of git://anongit.freedesktop.org/drm/drm-intel into drm-next (2021-02-19 13:55:07 +1000)

are available in the Git repository at:

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

for you to fetch changes up to ea3b4242bc9ca197762119382b37e125815bd67f:

  drm/amd/display: Fix system hang after multiple hotplugs (v3) (2021-02-24 09:48:46 -0500)

----------------------------------------------------------------
amd-drm-fixes-5.12-2021-02-24:

amdgpu:
- Clang warning fix
- S0ix platform shutdown/poweroff fix
- Misc display fixes

----------------------------------------------------------------
Anson Jacob (1):
      Revert "drm/amd/display: reuse current context instead of recreating one"

Eric Bernstein (1):
      drm/amd/display: Remove Assert from dcn10_get_dig_frontend

Nathan Chancellor (1):
      drm/amd/pm/swsmu: Avoid using structure_size uninitialized in smu_cmn_init_soft_gpu_metrics

Prike Liang (1):
      drm/amdgpu: fix shutdown and poweroff process failed with s0ix

Qingqing Zhuo (1):
      drm/amd/display: Fix system hang after multiple hotplugs (v3)

Rodrigo Siqueira (1):
      drm/amd/display: Add vupdate_no_lock interrupts for DCN2.1

 drivers/gpu/drm/amd/amdgpu/amdgpu.h                |   6 ++
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         |   6 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c            |   9 +-
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  | 101 ++++++++++++++++-----
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h  |  27 ++++++
 drivers/gpu/drm/amd/display/dc/core/dc.c           |  27 ++----
 drivers/gpu/drm/amd/display/dc/dc_stream.h         |   3 +-
 .../drm/amd/display/dc/dcn10/dcn10_link_encoder.c  |   1 -
 drivers/gpu/drm/amd/display/dc/dcn30/dcn30_hwseq.c |   2 +
 .../amd/display/dc/irq/dcn21/irq_service_dcn21.c   |  22 +++++
 drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c             |   2 +-
 11 files changed, 158 insertions(+), 48 deletions(-)
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

             reply	other threads:[~2021-02-25  4:39 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-25  4:38 Alex Deucher [this message]
2021-02-25  4:38 ` [pull] amdgpu drm-fixes-5.12 Alex Deucher
2021-03-04  4:32 Alex Deucher
2021-03-04  4:32 ` Alex Deucher
2021-03-18  4:28 Alex Deucher
2021-03-18  4:28 ` Alex Deucher
2021-03-24 21:06 Alex Deucher
2021-03-24 21:06 ` Alex Deucher
2021-04-21 22:04 Alex Deucher
2021-04-21 22:04 ` 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=20210225043853.3880-1-alexander.deucher@amd.com \
    --to=alexander.deucher@amd.com \
    --cc=airlied@gmail.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.