All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] Assorted KFD fixes
@ 2018-05-01 21:56 Felix Kuehling
       [not found] ` <1525211772-19683-1-git-send-email-Felix.Kuehling-5C7GfCeVMHo@public.gmane.org>
  0 siblings, 1 reply; 14+ messages in thread
From: Felix Kuehling @ 2018-05-01 21:56 UTC (permalink / raw)
  To: oded.gabbay-Re5JQEeQqe8AvxtiuMwx3w,
	amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
  Cc: Felix Kuehling

These are some random patches I noticed when comparing amdkfd-next against
amd-kfd-staging.

Ben Goz (1):
  drm/amdkfd: Locking PM mutex while allocating IB buffer

Felix Kuehling (4):
  drm/amdkfd: Remove redundant include of amd-iommu.h
  drm/amdkfd: Fix signal handling performance again
  drm/amdkfd: Remove initialization of cp_hqd_ib_control on CIK
  drm/amdkfd: Add sanity checks in IRQ handlers

Jay Cornwall (2):
  drm/amdkfd: Reduce priority of context-saving waves before spin-wait
  drm/amdkfd: Use volatile MTYPE in default/alternate apertures

Oak Zeng (1):
  drm/amdkfd: Dump HQD of HIQ

Philip Yang (1):
  drm/amdkfd: use %px to print user space address instead of %p

Shaoyun Liu (1):
  drm/amdkfd: Remove queue node when destroy queue failed

Yong Zhao (2):
  drm/amdkfd: Separate trap handler assembly code and its hex values
  drm/amdkfd: Fix CP soft hang on APUs

 drivers/gpu/drm/amd/amdkfd/cik_event_interrupt.c   |  20 +-
 drivers/gpu/drm/amd/amdkfd/cik_regs.h              |   3 +-
 drivers/gpu/drm/amd/amdkfd/cwsr_trap_handler.h     | 560 +++++++++++++++++++++
 .../gpu/drm/amd/amdkfd/cwsr_trap_handler_gfx8.asm  | 274 +---------
 .../gpu/drm/amd/amdkfd/cwsr_trap_handler_gfx9.asm  | 307 +----------
 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c           |   2 +-
 drivers/gpu/drm/amd/amdkfd/kfd_device.c            |   6 +-
 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c  |  12 +
 drivers/gpu/drm/amd/amdkfd/kfd_events.c            |   2 +-
 drivers/gpu/drm/amd/amdkfd/kfd_int_process_v9.c    |  40 +-
 drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_cik.c   |   4 -
 drivers/gpu/drm/amd/amdkfd/kfd_packet_manager.c    |   7 +-
 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c |  10 +-
 drivers/gpu/drm/amd/amdkfd/kfd_queue.c             |   8 +-
 14 files changed, 659 insertions(+), 596 deletions(-)
 create mode 100644 drivers/gpu/drm/amd/amdkfd/cwsr_trap_handler.h

-- 
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] 14+ messages in thread

end of thread, other threads:[~2018-05-12 11:13 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-01 21:56 [PATCH 00/12] Assorted KFD fixes Felix Kuehling
     [not found] ` <1525211772-19683-1-git-send-email-Felix.Kuehling-5C7GfCeVMHo@public.gmane.org>
2018-05-01 21:56   ` [PATCH 01/12] drm/amdkfd: Dump HQD of HIQ Felix Kuehling
2018-05-01 21:56   ` [PATCH 02/12] drm/amdkfd: Reduce priority of context-saving waves before spin-wait Felix Kuehling
2018-05-01 21:56   ` [PATCH 03/12] drm/amdkfd: Use volatile MTYPE in default/alternate apertures Felix Kuehling
2018-05-01 21:56   ` [PATCH 04/12] drm/amdkfd: use %px to print user space address instead of %p Felix Kuehling
2018-05-01 21:56   ` [PATCH 05/12] drm/amdkfd: Remove redundant include of amd-iommu.h Felix Kuehling
2018-05-01 21:56   ` [PATCH 06/12] drm/amdkfd: Separate trap handler assembly code and its hex values Felix Kuehling
2018-05-01 21:56   ` [PATCH 07/12] drm/amdkfd: Fix CP soft hang on APUs Felix Kuehling
2018-05-01 21:56   ` [PATCH 08/12] drm/amdkfd: Fix signal handling performance again Felix Kuehling
2018-05-01 21:56   ` [PATCH 09/12] drm/amdkfd: Remove initialization of cp_hqd_ib_control on CIK Felix Kuehling
2018-05-01 21:56   ` [PATCH 10/12] drm/amdkfd: Locking PM mutex while allocating IB buffer Felix Kuehling
2018-05-01 21:56   ` [PATCH 11/12] drm/amdkfd: Remove queue node when destroy queue failed Felix Kuehling
2018-05-01 21:56   ` [PATCH 12/12] drm/amdkfd: Add sanity checks in IRQ handlers Felix Kuehling
2018-05-12 11:13   ` [PATCH 00/12] Assorted KFD fixes 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.