[PATCH 22/83] drm/radeon: Add calls to suspend and resume of kfd driver

2014-07-10 Thread Oded Gabbay
The radeon driver can suspend and resume its device. For each device it suspends/resumes, it should inform the kfd about it, so the kfd could perform relevant actions per that device. This patch adds the calls to kfd's suspend and resume functions. The device is passed as an argument.

[PATCH 22/83] drm/radeon: Add calls to suspend and resume of kfd driver

2014-07-10 Thread Oded Gabbay
The radeon driver can suspend and resume its device. For each device it suspends/resumes, it should inform the kfd about it, so the kfd could perform relevant actions per that device. This patch adds the calls to kfd's suspend and resume functions. The device is passed as an argument.