AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Felix Kuehling <felix.kuehling-5C7GfCeVMHo@public.gmane.org>
To: Mike Lothian <mike-4+n8WJKc9ve9FHfhHBbuYA@public.gmane.org>
Cc: oded.gabbay-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
	amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Subject: Re: [PATCH 0/6] Raven support for KFD
Date: Fri, 13 Jul 2018 15:20:55 -0400	[thread overview]
Message-ID: <db688357-e3ff-5ad2-2fe2-1eeb3cd86ff6@amd.com> (raw)
In-Reply-To: <CAHbf0-Fv9npKsGZmgrNLmx6tS7800YOP4ijFEWGjCa3EwfzftQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>

This patch series applies on top of my previous 25-patch series on top
of Oded's amdkfd-next branch.

On the user mode side, you need my drm-next-wip branch in
https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface/tree/fxkamd/drm-next-wip.
The rest of ROCm user mode should work unmodified.

Regards,
  Felix


On 2018-07-12 06:28 PM, Mike Lothian wrote:
> Hi
>
> I'm happy to test this out, just wondering what userspace I should
> pair it with
>
> Cheers
>
> Mike
>
> On Thu, 12 Jul 2018 at 22:25 Felix Kuehling <Felix.Kuehling@amd.com
> <mailto:Felix.Kuehling@amd.com>> wrote:
>
>     Raven refers to Ryzen APUs with integrated GFXv9 GPU.
>     This patch series completes Raven support for KFD:
>
>     * fix up memory banks info from CRAT
>     * support different number of SDMA engines
>     * workaround IOMMUv2 PPR issues
>     * add device info
>
>     Yong Zhao (6):
>       drm/amdkfd: Consolidate duplicate memory banks info in topology
>       drm/amdkfd: Make SDMA engine number an ASIC-dependent variable
>       drm/amdkfd: Avoid flooding dmesg on Raven due to IOMMU issues
>       drm/amdkfd: Workaround to accommodate Raven too many PPR issue
>       drm/amdkfd: Optimize out some duplicated code in
>         kfd_signal_iommu_event()
>       drm/amdkfd: Enable Raven for KFD
>
>      drivers/gpu/drm/amd/amdkfd/kfd_crat.c              | 57
>     +++++++++++++++++-----
>      drivers/gpu/drm/amd/amdkfd/kfd_device.c            | 28 +++++++++++
>      .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c  | 29 +++++++----
>      .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h  |  6 +--
>      drivers/gpu/drm/amd/amdkfd/kfd_events.c            | 47
>     ++++++++++--------
>      drivers/gpu/drm/amd/amdkfd/kfd_iommu.c             |  2 +-
>      drivers/gpu/drm/amd/amdkfd/kfd_priv.h              |  1 +
>      .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c |  3 +-
>      8 files changed, 126 insertions(+), 47 deletions(-)
>
>     -- 
>     2.7.4
>
>     _______________________________________________
>     amd-gfx mailing list
>     amd-gfx@lists.freedesktop.org <mailto:amd-gfx@lists.freedesktop.org>
>     https://lists.freedesktop.org/mailman/listinfo/amd-gfx
>

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

      parent reply	other threads:[~2018-07-13 19:20 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-12 21:24 [PATCH 0/6] Raven support for KFD Felix Kuehling
     [not found] ` <1531430694-23966-1-git-send-email-Felix.Kuehling-5C7GfCeVMHo@public.gmane.org>
2018-07-12 21:24   ` [PATCH 1/6] drm/amdkfd: Consolidate duplicate memory banks info in topology Felix Kuehling
     [not found]     ` <1531430694-23966-2-git-send-email-Felix.Kuehling-5C7GfCeVMHo@public.gmane.org>
2018-07-13 19:24       ` Alex Deucher
2018-07-12 21:24   ` [PATCH 2/6] drm/amdkfd: Make SDMA engine number an ASIC-dependent variable Felix Kuehling
     [not found]     ` <1531430694-23966-3-git-send-email-Felix.Kuehling-5C7GfCeVMHo@public.gmane.org>
2018-07-13 19:25       ` Alex Deucher
2018-07-12 21:24   ` [PATCH 3/6] drm/amdkfd: Avoid flooding dmesg on Raven due to IOMMU issues Felix Kuehling
     [not found]     ` <1531430694-23966-4-git-send-email-Felix.Kuehling-5C7GfCeVMHo@public.gmane.org>
2018-07-13 19:25       ` Alex Deucher
2018-07-12 21:24   ` [PATCH 4/6] drm/amdkfd: Workaround to accommodate Raven too many PPR issue Felix Kuehling
     [not found]     ` <1531430694-23966-5-git-send-email-Felix.Kuehling-5C7GfCeVMHo@public.gmane.org>
2018-07-13 19:26       ` Alex Deucher
2018-07-12 21:24   ` [PATCH 5/6] drm/amdkfd: Optimize out some duplicated code in kfd_signal_iommu_event() Felix Kuehling
     [not found]     ` <1531430694-23966-6-git-send-email-Felix.Kuehling-5C7GfCeVMHo@public.gmane.org>
2018-07-13 19:27       ` Alex Deucher
2018-07-12 21:24   ` [PATCH 6/6] drm/amdkfd: Enable Raven for KFD Felix Kuehling
     [not found]     ` <1531430694-23966-7-git-send-email-Felix.Kuehling-5C7GfCeVMHo@public.gmane.org>
2018-07-13 19:28       ` Alex Deucher
2018-07-12 22:28   ` [PATCH 0/6] Raven support " Mike Lothian
     [not found]     ` <CAHbf0-Fv9npKsGZmgrNLmx6tS7800YOP4ijFEWGjCa3EwfzftQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2018-07-13 19:20       ` Felix Kuehling [this message]

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=db688357-e3ff-5ad2-2fe2-1eeb3cd86ff6@amd.com \
    --to=felix.kuehling-5c7gfcevmho@public.gmane.org \
    --cc=amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
    --cc=mike-4+n8WJKc9ve9FHfhHBbuYA@public.gmane.org \
    --cc=oded.gabbay-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.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