Hi Dave,
Please pull the following three bug fixes for next -rc:
- Add missing initialization of SDMA vm register when creating an SDMA queue - Don't report local memory size, as we don't support local memory allocation yet. - Allow to unregister process with exisiting queues. Until now we blocked it with BUG_ON, which was also an error by itself.
All three fixes are marked as stable.
Thanks,
Oded
The following changes since commit 5ebe6afaf0057ac3eaeb98defd5456894b446d22:
Linux 4.1-rc2 (2015-05-03 19:22:23 -0700)
are available in the git repository at:
git://people.freedesktop.org/~gabbayo/linux tags/drm-amdkfd-fixes-2015-05-07
for you to fetch changes up to 79b066bd76d501cfe8328142153da301f5ca11d1:
drm/amdkfd: Initialize sdma vm when creating sdma queue (2015-05-07 17:38:06 +0300)
---------------------------------------------------------------- Oded Gabbay (2): drm/amdkfd: allow unregister process with queues drm/amdkfd: Don't report local memory size
Xihan Zhang (1): drm/amdkfd: Initialize sdma vm when creating sdma queue
drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 7 +++++-- drivers/gpu/drm/amd/amdkfd/kfd_topology.c | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-)