All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] KFD fixes v2
@ 2017-09-20 22:10 Felix Kuehling
       [not found] ` <1505945422-8851-1-git-send-email-Felix.Kuehling-5C7GfCeVMHo@public.gmane.org>
  0 siblings, 1 reply; 15+ messages in thread
From: Felix Kuehling @ 2017-09-20 22:10 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
  Cc: oded.gabbay-Re5JQEeQqe8AvxtiuMwx3w, Felix Kuehling

Small self-contained KFD fixes that don't introduce any new
functionality or features. These may be suitable to include in
drm-fixes for 4.14.

v2:
- Rebased on gabbayo/amdkfd-next
- Addressed code review feedback
- Dropped "Set /dev/kfd permissions to 0666 by default"

Felix Kuehling (3):
  drm/amdkfd: Adjust dequeue latencies and timeouts
  drm/amdkfd: Fix incorrect destroy_mqd parameter
  drm/amdkfd: Print event limit messages only once per process

Yong Zhao (7):
  drm/amdkfd: Reorganize kfd resume code
  drm/amdkfd: Fix suspend/resume issue on Carrizo v2
  drm/amdkfd: Rectify the jiffies calculation error with milliseconds v2
  drm/amdkfd: Use VMID bitmap from KGD v2
  drm/amdkfd: Reuse CHIP_* from amdgpu v2
  drm/amdkfd: Drop _nocpsch suffix from shared functions
  drm/amdkfd: Fix kernel-queue wrapping bugs

 drivers/gpu/drm/amd/amdkfd/kfd_dbgdev.c            |   9 +-
 drivers/gpu/drm/amd/amdkfd/kfd_device.c            | 106 ++++++++++++---------
 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c  |  62 +++++-------
 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h  |   8 +-
 drivers/gpu/drm/amd/amdkfd/kfd_events.c            |   5 +-
 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c      |  40 +++++---
 drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager.c       |   3 +
 drivers/gpu/drm/amd/amdkfd/kfd_packet_manager.c    |   2 +-
 drivers/gpu/drm/amd/amdkfd/kfd_priv.h              |  37 ++++---
 drivers/gpu/drm/amd/amdkfd/kfd_process.c           |  97 +++++++++++++++----
 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c |   2 +-
 11 files changed, 235 insertions(+), 136 deletions(-)

-- 
2.7.4

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

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

end of thread, other threads:[~2017-09-24 11:13 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-20 22:10 [PATCH 00/10] KFD fixes v2 Felix Kuehling
     [not found] ` <1505945422-8851-1-git-send-email-Felix.Kuehling-5C7GfCeVMHo@public.gmane.org>
2017-09-20 22:10   ` [PATCH 01/10] drm/amdkfd: Reorganize kfd resume code Felix Kuehling
2017-09-20 22:10   ` [PATCH 02/10] drm/amdkfd: Fix suspend/resume issue on Carrizo v2 Felix Kuehling
2017-09-20 22:10   ` [PATCH 03/10] drm/amdkfd: Rectify the jiffies calculation error with milliseconds v2 Felix Kuehling
     [not found]     ` <1505945422-8851-4-git-send-email-Felix.Kuehling-5C7GfCeVMHo@public.gmane.org>
2017-09-24 10:32       ` Oded Gabbay
2017-09-20 22:10   ` [PATCH 04/10] drm/amdkfd: Adjust dequeue latencies and timeouts Felix Kuehling
2017-09-20 22:10   ` [PATCH 05/10] drm/amdkfd: Fix incorrect destroy_mqd parameter Felix Kuehling
2017-09-20 22:10   ` [PATCH 06/10] drm/amdkfd: Use VMID bitmap from KGD v2 Felix Kuehling
2017-09-20 22:10   ` [PATCH 07/10] drm/amdkfd: Reuse CHIP_* from amdgpu v2 Felix Kuehling
     [not found]     ` <1505945422-8851-8-git-send-email-Felix.Kuehling-5C7GfCeVMHo@public.gmane.org>
2017-09-24 11:06       ` Oded Gabbay
2017-09-20 22:10   ` [PATCH 08/10] drm/amdkfd: Drop _nocpsch suffix from shared functions Felix Kuehling
2017-09-20 22:10   ` [PATCH 09/10] drm/amdkfd: Fix kernel-queue wrapping bugs Felix Kuehling
     [not found]     ` <1505945422-8851-10-git-send-email-Felix.Kuehling-5C7GfCeVMHo@public.gmane.org>
2017-09-24 11:09       ` Oded Gabbay
2017-09-20 22:10   ` [PATCH 10/10] drm/amdkfd: Print event limit messages only once per process Felix Kuehling
2017-09-24 11:13   ` [PATCH 00/10] KFD fixes v2 Oded Gabbay

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.