* [PULL] amdkfd-next-3.19
@ 2014-11-21 21:06 ` Oded Gabbay
0 siblings, 0 replies; 4+ messages in thread
From: Oded Gabbay @ 2014-11-21 21:06 UTC (permalink / raw)
To: airlied; +Cc: alexander.deucher, linux-kernel, dri-devel
Hi Dave,
first batch of amdkfd patches after initial merge. Highlights:
- Fixes for sparse warnings
- Memory leak fix
- Fix for deadlock between amdkfd and iommu
The following changes since commit ed1e8777a56f3523712506d608a29f57ed37b613:
Merge branch 'drm-next-3.19' of git://people.freedesktop.org/~agd5f/linux into drm-next (2014-11-21 12:17:43 +1000)
are available in the git repository at:
git://people.freedesktop.org/~gabbayo/linux amdkfd-next-3.19
for you to fetch changes up to 48d7761d23d00ce40c70172727b802a9b5a54962:
amdkfd: Remove DRM_AMDGPU dependency from Kconfig (2014-11-21 22:55:31 +0200)
----------------------------------------------------------------
Alexey Skidanov (1):
amdkfd: Instead of using get function, use container_of
Jay Cornwall (1):
amdkfd: Fix memory leak on process deregistration
Oded Gabbay (10):
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
amdkfd: explicitely include io.h in kfd_doorbell.c
amdkfd: Remove DRM_AMDGPU dependency from Kconfig
kbuild test robot (2):
amdkfd: test_kq() can be static
amdkfd: pqm_get_kernel_queue() can be static
drivers/gpu/drm/amd/amdkfd/Kconfig | 2 +-
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_doorbell.c | 1 +
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 +++++++++++-----------
11 files changed, 69 insertions(+), 56 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 4+ messages in thread* [PULL] amdkfd-next-3.19
@ 2014-11-21 21:06 ` Oded Gabbay
0 siblings, 0 replies; 4+ messages in thread
From: Oded Gabbay @ 2014-11-21 21:06 UTC (permalink / raw)
To: airlied
Cc: oded.gabbay, John.Bridgman, dri-devel, linux-kernel,
alexander.deucher
Hi Dave,
first batch of amdkfd patches after initial merge. Highlights:
- Fixes for sparse warnings
- Memory leak fix
- Fix for deadlock between amdkfd and iommu
The following changes since commit ed1e8777a56f3523712506d608a29f57ed37b613:
Merge branch 'drm-next-3.19' of git://people.freedesktop.org/~agd5f/linux into drm-next (2014-11-21 12:17:43 +1000)
are available in the git repository at:
git://people.freedesktop.org/~gabbayo/linux amdkfd-next-3.19
for you to fetch changes up to 48d7761d23d00ce40c70172727b802a9b5a54962:
amdkfd: Remove DRM_AMDGPU dependency from Kconfig (2014-11-21 22:55:31 +0200)
----------------------------------------------------------------
Alexey Skidanov (1):
amdkfd: Instead of using get function, use container_of
Jay Cornwall (1):
amdkfd: Fix memory leak on process deregistration
Oded Gabbay (10):
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
amdkfd: explicitely include io.h in kfd_doorbell.c
amdkfd: Remove DRM_AMDGPU dependency from Kconfig
kbuild test robot (2):
amdkfd: test_kq() can be static
amdkfd: pqm_get_kernel_queue() can be static
drivers/gpu/drm/amd/amdkfd/Kconfig | 2 +-
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_doorbell.c | 1 +
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 +++++++++++-----------
11 files changed, 69 insertions(+), 56 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PULL] amdkfd-next-3.19
@ 2014-11-26 20:40 Oded Gabbay
0 siblings, 0 replies; 4+ messages in thread
From: Oded Gabbay @ 2014-11-26 20:40 UTC (permalink / raw)
To: airlied, dri-devel; +Cc: alexander.deucher
Hi Dave,
Resending the pull request with additional small fixes Dan.C has sent
over the last few days. Highlights:
- Fixes for sparse warnings
- Memory leak fixes
- Fix for deadlock between amdkfd and iommu
The following changes since commit 0a3d775fb2c951d1bd3f5f916eee55face0eaada:
MAINTAINERS: add maintainer for i.MX DRM driver (2014-11-26 09:46:07 +1000)
are available in the git repository at:
git://people.freedesktop.org/~gabbayo/linux amdkfd-next-3.19
for you to fetch changes up to 9cf4a281314c9345c13c7bbb5786d7b8a72553f0:
amdkfd: delete some dead code (2014-11-25 19:43:29 +0300)
----------------------------------------------------------------
Alexey Skidanov (1):
amdkfd: Instead of using get function, use container_of
Dan Carpenter (3):
amdkfd: fix some error handling in ioctl
amdkfd: fix an error handling bug in pqm_create_queue()
amdkfd: delete some dead code
Jay Cornwall (1):
amdkfd: Fix memory leak on process deregistration
Oded Gabbay (11):
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
amdkfd: explicitely include io.h in kfd_doorbell.c
amdkfd: Remove DRM_AMDGPU dependency from Kconfig
amdkfd: Fix memory leak of mqds on dqm fini
kbuild test robot (2):
amdkfd: test_kq() can be static
amdkfd: pqm_get_kernel_queue() can be static
drivers/gpu/drm/amd/amdkfd/Kconfig | 2 +-
drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 20 +++++++----
drivers/gpu/drm/amd/amdkfd/kfd_device.c | 1 +
.../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 31 +++++++++--------
drivers/gpu/drm/amd/amdkfd/kfd_doorbell.c | 1 +
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 ++-
drivers/gpu/drm/amd/amdkfd/kfd_process.c | 5 ---
.../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 5 +--
drivers/gpu/drm/amd/amdkfd/kfd_topology.c | 40 +++++++++++-----------
12 files changed, 76 insertions(+), 64 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 4+ messages in thread* [PULL] amdkfd-next-3.19
@ 2014-12-05 20:05 Oded Gabbay
0 siblings, 0 replies; 4+ messages in thread
From: Oded Gabbay @ 2014-12-05 20:05 UTC (permalink / raw)
To: airlied, dri-devel; +Cc: alexander.deucher
Hi Dave,
As discussed on irc, I'm sending a pull request with one important change:
- Disable support for 32-bit user processes. This is done due to AMD's decision
to remove support for 32-bit user processes on Linux for its HSA stack.
Thanks,
Oded
The following changes since commit 7608867d0c4d9da30e9efe6a53ff4ee1e6c4990b:
Merge tag 'drm-intel-next-fixes-2014-12-04' of git://anongit.freedesktop.org/drm-intel into drm-next (2014-12-05 11:11:57 +1000)
are available in the git repository at:
git://people.freedesktop.org/~gabbayo/linux amdkfd-next-3.19
for you to fetch changes up to a18069c132cb0d065ff23c05977d06ea0c78404f:
amdkfd: Disable support for 32-bit user processes (2014-12-05 22:01:35 +0200)
----------------------------------------------------------------
Oded Gabbay (1):
amdkfd: Disable support for 32-bit user processes
drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-12-05 20:05 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-21 21:06 [PULL] amdkfd-next-3.19 Oded Gabbay
2014-11-21 21:06 ` Oded Gabbay
-- strict thread matches above, loose matches on Subject: below --
2014-11-26 20:40 Oded Gabbay
2014-12-05 20:05 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.