All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/7] Add SDMA user-mode queues support to amdkfd
@ 2015-01-03 20:12 Oded Gabbay
  2015-01-03 20:12 ` [PATCH v2 1/7] drm/amd: Add SDMA functions to kfd-->kgd interface Oded Gabbay
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Oded Gabbay @ 2015-01-03 20:12 UTC (permalink / raw)
  To: dri-devel

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

	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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-01-06 14:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [PATCH v2 0/7] Add SDMA user-mode queues support to amdkfd Alex Deucher

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.