dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] amdkfd fixes (sparse and some more)
@ 2014-11-21  8:38 Oded Gabbay
  2014-11-21  8:43 ` [PATCH 01/12] amdkfd: Fix sparse warnings in kfd_chardev.c Oded Gabbay
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Oded Gabbay @ 2014-11-21  8:38 UTC (permalink / raw)
  To: dri-devel

Hi,
This patch-set contains mostly fixes for sparse warnings.
In addition, there is a fix for a memory leak, for suspend operation and
a patch that prevents the blocking of IOMMU PPR handling while waiting
to sync with hw

Oded

Alexey Skidanov (1):
  amdkfd: Instead of using get function, use container_of

Jay Cornwall (1):
  amdkfd: Fix memory leak on process deregistration

Oded Gabbay (8):
  amdkfd: Fix sparse warnings in kfd_chardev.c
  amdkfd: Fix sparse warnings in kfd_topology.c
  amdkfd: Fix sparse warnings in kfd_flat_memory.c
  amdkfd: is_occupied() can be static
  amdkfd: fence_wait_timeout() can be static
  amdkfd: add __iomem attribute to doorbell_ptr
  amdkfd: use schedule() in sync_with_hw
  amdkfd: Clear ctx cb before suspend

kbuild test robot (2):
  amdkfd: test_kq() can be static
  amdkfd: pqm_get_kernel_queue() can be static

 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c           | 16 ++++++---
 drivers/gpu/drm/amd/amdkfd/kfd_device.c            |  1 +
 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c  | 27 +++++++--------
 drivers/gpu/drm/amd/amdkfd/kfd_flat_memory.c       | 11 +++---
 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c      | 14 ++++----
 drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager.c       |  6 ++--
 drivers/gpu/drm/amd/amdkfd/kfd_priv.h              |  4 ++-
 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c |  3 +-
 drivers/gpu/drm/amd/amdkfd/kfd_topology.c          | 40 +++++++++++-----------
 9 files changed, 67 insertions(+), 55 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] 14+ messages in thread

end of thread, other threads:[~2014-11-21 15:06 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-21  8:38 [PATCH 00/12] amdkfd fixes (sparse and some more) Oded Gabbay
2014-11-21  8:43 ` [PATCH 01/12] amdkfd: Fix sparse warnings in kfd_chardev.c Oded Gabbay
2014-11-21  8:43   ` [PATCH 02/12] amdkfd: Fix sparse warnings in kfd_topology.c Oded Gabbay
2014-11-21  8:47 ` [PATCH 03/12] amdkfd: test_kq() can be static Oded Gabbay
2014-11-21  8:47   ` [PATCH 04/12] amdkfd: pqm_get_kernel_queue() " Oded Gabbay
2014-11-21  8:47   ` [PATCH 05/12] amdkfd: Fix sparse warnings in kfd_flat_memory.c Oded Gabbay
2014-11-21  8:47   ` [PATCH 06/12] amdkfd: is_occupied() can be static Oded Gabbay
2014-11-21  8:47   ` [PATCH 07/12] amdkfd: fence_wait_timeout() " Oded Gabbay
2014-11-21  8:47   ` [PATCH 08/12] amdkfd: add __iomem attribute to doorbell_ptr Oded Gabbay
2014-11-21  8:49 ` [PATCH 09/12] amdkfd: Fix memory leak on process deregistration Oded Gabbay
2014-11-21  8:51 ` [PATCH 10/12] amdkfd: use schedule() in sync_with_hw Oded Gabbay
2014-11-21  8:51   ` [PATCH 11/12] amdkfd: Instead of using get function, use container_of Oded Gabbay
2014-11-21  8:52   ` [PATCH 12/12] amdkfd: Clear ctx cb before suspend Oded Gabbay
2014-11-21 15:06 ` [PATCH 00/12] amdkfd fixes (sparse and some more) Alex Deucher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox