[PATCH 16/83] hsa/radeon: Add the isr function of the KFD scehduler

2014-07-10 Thread Oded Gabbay
This patch adds the isr function to the KFD scheduler code. This function us called from the kgd2kfd_interrupt function which is an interrupt-context function. The purpose of the isr function is to determine whether the interrupt that arrived is interesting, i.e. some action need to be taken.

[PATCH 16/83] hsa/radeon: Add the isr function of the KFD scehduler

2014-07-10 Thread Oded Gabbay
This patch adds the isr function to the KFD scheduler code. This function us called from the kgd2kfd_interrupt function which is an interrupt-context function. The purpose of the isr function is to determine whether the interrupt that arrived is interesting, i.e. some action need to be taken.