Hi Dave,
Two fixes for amdkfd.
- Display MEC fw version in topology. Without this, the HSA userspace stack is broken.
- Init apertures information only once per process
The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:
Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)
are available in the git repository at:
git://people.freedesktop.org/~gabbayo/linux tags/amdkfd-fixes-2014-12-23
for you to fetch changes up to dd59239a9862a42e4b8d47e4aaa8d595d08c29ab:
amdkfd: init aperture once per process (2014-11-18 13:56:23 +0200)
---------------------------------------------------------------- Alexey Skidanov (1): amdkfd: init aperture once per process
Oded Gabbay (3): drm/amd: Add get_fw_version to kfd-->kgd interface drm/radeon: Add implementation of get_fw_version amdkfd: Display MEC fw version in topology node
drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 4 -- drivers/gpu/drm/amd/amdkfd/kfd_flat_memory.c | 6 +-- drivers/gpu/drm/amd/amdkfd/kfd_process.c | 9 +++++ drivers/gpu/drm/amd/amdkfd/kfd_topology.c | 8 +++- drivers/gpu/drm/amd/include/kgd_kfd_interface.h | 15 +++++++ drivers/gpu/drm/radeon/radeon_kfd.c | 53 +++++++++++++++++++++++++ 6 files changed, 85 insertions(+), 10 deletions(-)