[PULL resend] drm-amdkfd-next

2015-06-03 Thread Oded Gabbay
Hi Dave, Resending pull request of amdkfd for 4.2 I fixed the three things you asked me: - rename get_dbgmgr_mutex to kfd_get_dbgmgr_mutex to namespace it - change void* to uint64_t inside ioctl arguments - use kmalloc instead of kzalloc because we use copy_from_user immediately after it Follo

[PULL resend] drm-amdkfd-next

2015-05-19 Thread Oded Gabbay
Hi Dave, Resending the pull request of amdkfd for 4.2 after fixing what you requested (bool -> uint32_t and using git:// instead of ssh://) drm-amdkfd-next-2015-05-19: - Add the interrupts & events modules, including new IOCTLs to create and wait on events. The HSA RT open source stack is main