stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alex Deucher <alexdeucher@gmail.com>
To: stable@vger.kernel.org, gregkh@linuxfoundation.org
Cc: Alex Deucher <alexander.deucher@amd.com>
Subject: [PATCH 0/2] Fixes for navi14 in kernel 5.4
Date: Thu, 16 Jan 2020 11:24:27 -0500	[thread overview]
Message-ID: <20200116162429.4000-1-alexander.deucher@amd.com> (raw)

Hi Greg,

These patches fix hangs on boot with some navi14 boards in
kernel 5.4.  These patches are cherry-picked from 5.5.

Please apply.

Thanks,

Alex

Christian König (1):
  drm/amdgpu: cleanup creating BOs at fixed location (v2)

Xiaojie Yuan (1):
  drm/amdgpu/discovery: reserve discovery data at the top of VRAM

 drivers/gpu/drm/amd/amdgpu/amdgpu.h           |  1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c |  4 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.h |  2 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_object.c    | 61 ++++++++++++
 drivers/gpu/drm/amd/amdgpu/amdgpu_object.h    |  3 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c       | 85 ++--------------
 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c       | 99 ++++++-------------
 drivers/gpu/drm/amd/include/discovery.h       |  1 -
 8 files changed, 105 insertions(+), 151 deletions(-)

-- 
2.24.1


             reply	other threads:[~2020-01-16 16:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-16 16:24 Alex Deucher [this message]
2020-01-16 16:24 ` [PATCH 1/2] drm/amdgpu: cleanup creating BOs at fixed location (v2) Alex Deucher
2020-01-16 16:24 ` [PATCH 2/2] drm/amdgpu/discovery: reserve discovery data at the top of VRAM Alex Deucher
2020-01-16 19:42 ` [PATCH 0/2] Fixes for navi14 in kernel 5.4 Greg KH

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=20200116162429.4000-1-alexander.deucher@amd.com \
    --to=alexdeucher@gmail.com \
    --cc=alexander.deucher@amd.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=stable@vger.kernel.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 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).