All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alex Deucher <alexdeucher@gmail.com>
To: Oded Gabbay <oded.gabbay@amd.com>
Cc: Maling list - DRI developers <dri-devel@lists.freedesktop.org>
Subject: Re: [PATCH v2 0/7] Add SDMA user-mode queues support to amdkfd
Date: Tue, 6 Jan 2015 09:46:58 -0500	[thread overview]
Message-ID: <CADnq5_N-Uu=rCUf-AYRxURx4A610TKuHTJEho4LjM1E3dEb_Pg@mail.gmail.com> (raw)
In-Reply-To: <1420315955-15063-1-git-send-email-oded.gabbay@amd.com>

On Sat, Jan 3, 2015 at 3:12 PM, Oded Gabbay <oded.gabbay@amd.com> wrote:
> Although I didn't get any replies on v1, I still decided to send this
> v2, because:
>
> a. Alex and I decided to move some H/W initialization functionallity
>    into radeon.
>
> b. The next patch-set that I intend to send (prepare to support future
>    AMD GPUs) is based on this patch-set. Therefore, I wanted
>    to quickly publish the most updated version of this patch-set.
>
> The only change in this version is moving initialization of H/W
> registers into radeon driver, instead of putting it in the interface
> file. It is detailed in the relevant commits.
>
> Link to cover letter of original version:
> http://lists.freedesktop.org/archives/dri-devel/2014-December/073934.html
>

Series is:
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>

>         Oded Gabbay
>
> Ben Goz (7):
>   drm/amd: Add SDMA functions to kfd-->kgd interface
>   drm/radeon: Implement SDMA interface functions
>   drm/amdkfd: Add SDMA mqd support
>   drm/amdkfd: Add SDMA user-mode queues support to QCM
>   drm/amdkfd: Identify SDMA queue in create queue ioctl
>   drm/amdkfd: Pass queue type to pqm_create_queue()
>   drm/radeon: Enable sdma preemption
>
>  drivers/gpu/drm/amd/amdkfd/kfd_chardev.c           |   6 +-
>  .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c  | 159 ++++++++++++++--
>  .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h  |   5 +
>  drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager.c       | 121 +++++++++++++
>  drivers/gpu/drm/amd/amdkfd/kfd_priv.h              |   8 +
>  .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c |   2 +-
>  drivers/gpu/drm/amd/include/kgd_kfd_interface.h    |  13 +-
>  drivers/gpu/drm/radeon/cik_reg.h                   | 200 ++++++++++++++++++++-
>  drivers/gpu/drm/radeon/cik_sdma.c                  |  29 +++
>  drivers/gpu/drm/radeon/radeon_kfd.c                | 115 +++++++++++-
>  10 files changed, 640 insertions(+), 18 deletions(-)
>
> --
> 2.1.0
>
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

      parent reply	other threads:[~2015-01-06 14:46 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-03 20:12 [PATCH v2 0/7] Add SDMA user-mode queues support to amdkfd Oded Gabbay
2015-01-03 20:12 ` [PATCH v2 1/7] drm/amd: Add SDMA functions to kfd-->kgd interface Oded Gabbay
2015-01-03 20:12 ` [PATCH v2 2/7] drm/radeon: Implement SDMA interface functions Oded Gabbay
2015-01-03 20:12 ` [PATCH v2 3/7] drm/amdkfd: Add SDMA mqd support Oded Gabbay
2015-01-03 20:12 ` [PATCH v2 4/7] drm/amdkfd: Add SDMA user-mode queues support to QCM Oded Gabbay
2015-01-03 20:12 ` [PATCH v2 5/7] drm/amdkfd: Identify SDMA queue in create queue ioctl Oded Gabbay
2015-01-03 20:12 ` [PATCH v2 6/7] drm/amdkfd: Pass queue type to pqm_create_queue() Oded Gabbay
2015-01-03 20:12 ` [PATCH v2 7/7] drm/radeon: Enable sdma preemption Oded Gabbay
2015-01-06 14:46 ` Alex Deucher [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='CADnq5_N-Uu=rCUf-AYRxURx4A610TKuHTJEho4LjM1E3dEb_Pg@mail.gmail.com' \
    --to=alexdeucher@gmail.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=oded.gabbay@amd.com \
    /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.