dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Oded Gabbay <oded.gabbay@gmail.com>
To: dri-devel@lists.freedesktop.org
Subject: [PATCH v2 0/9] Add Interrupts & Events modules to amdkfd
Date: Sun, 10 May 2015 12:28:23 +0300	[thread overview]
Message-ID: <1431250112-28828-1-git-send-email-oded.gabbay@gmail.com> (raw)

This is the second version of this patch-set.

Only two patches were changed from the first version:

- drm/amdkfd: add events IOCTL set definitions
- drm/amdkfd: Add the events module

Please review,

Thanks

	Oded

Alexey Skidanov (2):
  drm/amdkfd: Add memory exception handling
  drm/amdkfd: Add bad opcode exception handling

Andrew Lewycky (3):
  drm/amdkfd: Add interrupt handling module
  drm/amdkfd: add events IOCTL set definitions
  drm/amdkfd: Implement events IOCTLs

Oded Gabbay (4):
  drm/radeon: Add init interrupt kfd->kgd interface
  drm/amdkfd: Add the events module
  drm/amdkfd: Add module parameter of send_sigterm
  drm/amdkfd: change driver version to 0.7.2

 drivers/gpu/drm/amd/amdkfd/Makefile                |   1 +
 drivers/gpu/drm/amd/amdkfd/cik_event_interrupt.c   |  66 ++
 drivers/gpu/drm/amd/amdkfd/cik_int.h               |  41 +
 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c           |  87 +-
 drivers/gpu/drm/amd/amdkfd/kfd_device.c            |  52 +-
 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c  |  15 +
 drivers/gpu/drm/amd/amdkfd/kfd_events.c            | 954 +++++++++++++++++++++
 drivers/gpu/drm/amd/amdkfd/kfd_events.h            |  84 ++
 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c         | 188 ++++
 drivers/gpu/drm/amd/amdkfd/kfd_module.c            |   9 +-
 drivers/gpu/drm/amd/amdkfd/kfd_priv.h              |  75 ++
 drivers/gpu/drm/amd/amdkfd/kfd_process.c           |  24 +
 drivers/gpu/drm/amd/include/kgd_kfd_interface.h    |   2 +
 drivers/gpu/drm/radeon/cik_reg.h                   |   2 +
 drivers/gpu/drm/radeon/cikd.h                      |   1 +
 drivers/gpu/drm/radeon/radeon_kfd.c                |  21 +-
 include/uapi/linux/kfd_ioctl.h                     |  96 ++-
 17 files changed, 1710 insertions(+), 8 deletions(-)
 create mode 100644 drivers/gpu/drm/amd/amdkfd/cik_event_interrupt.c
 create mode 100644 drivers/gpu/drm/amd/amdkfd/cik_int.h
 create mode 100644 drivers/gpu/drm/amd/amdkfd/kfd_events.c
 create mode 100644 drivers/gpu/drm/amd/amdkfd/kfd_events.h
 create mode 100644 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c

-- 
1.9.1

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

             reply	other threads:[~2015-05-10  9:28 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-10  9:28 Oded Gabbay [this message]
2015-05-10  9:28 ` [PATCH v2 1/9] drm/radeon: Add init interrupt kfd->kgd interface Oded Gabbay
2015-05-10  9:28 ` [PATCH v2 2/9] drm/amdkfd: Add interrupt handling module Oded Gabbay
2015-05-10  9:28 ` [PATCH v2 3/9] drm/amdkfd: add events IOCTL set definitions Oded Gabbay
2015-05-10  9:28 ` [PATCH v2 4/9] drm/amdkfd: Add the events module Oded Gabbay
2015-05-10  9:28 ` [PATCH v2 5/9] drm/amdkfd: Add memory exception handling Oded Gabbay
2015-05-10  9:28 ` [PATCH v2 6/9] drm/amdkfd: Add bad opcode " Oded Gabbay
2015-05-10  9:28 ` [PATCH v2 7/9] drm/amdkfd: Add module parameter of send_sigterm Oded Gabbay
2015-05-10  9:28 ` [PATCH v2 8/9] drm/amdkfd: Implement events IOCTLs Oded Gabbay
2015-05-10  9:28 ` [PATCH v2 9/9] drm/amdkfd: change driver version to 0.7.2 Oded Gabbay

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=1431250112-28828-1-git-send-email-oded.gabbay@gmail.com \
    --to=oded.gabbay@gmail.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox