[PATCH v2 06/25] drm/radeon: Add radeon <--> amdkfd interface

2014-08-02 Thread Oded Gabbay
On 20/07/14 20:35, Jerome Glisse wrote: > On Thu, Jul 17, 2014 at 04:29:13PM +0300, Oded Gabbay wrote: >> This patch adds the interface between the radeon driver and the amdkfd >> driver. >> The interface implementation is contained in radeon_kfd.c and radeon_kfd.h. >> >> The interface itself is

[PATCH v2 06/25] drm/radeon: Add radeon <--> amdkfd interface

2014-07-20 Thread Jerome Glisse
On Thu, Jul 17, 2014 at 04:29:13PM +0300, Oded Gabbay wrote: > This patch adds the interface between the radeon driver and the amdkfd driver. > The interface implementation is contained in radeon_kfd.c and radeon_kfd.h. > > The interface itself is represented by a pointer to struct > kfd_dev. The

[PATCH v2 06/25] drm/radeon: Add radeon <--> amdkfd interface

2014-07-17 Thread Oded Gabbay
This patch adds the interface between the radeon driver and the amdkfd driver. The interface implementation is contained in radeon_kfd.c and radeon_kfd.h. The interface itself is represented by a pointer to struct kfd_dev. The pointer is located inside radeon_device structure. All the register ac