Re: [PATCH 04/83] drm/radeon: Add radeon <--> kfd interface

2014-07-17 Thread Oded Gabbay
On 11/07/14 19:24, Jerome Glisse wrote: On Thu, Jul 10, 2014 at 03:38:33PM -0700, Joe Perches wrote: On Fri, 2014-07-11 at 00:50 +0300, Oded Gabbay wrote: This patch adds the interface between the radeon driver and the kfd driver. The interface implementation is contained in radeon_kfd.c and

Re: [PATCH 04/83] drm/radeon: Add radeon -- kfd interface

2014-07-17 Thread Oded Gabbay
On 11/07/14 19:24, Jerome Glisse wrote: On Thu, Jul 10, 2014 at 03:38:33PM -0700, Joe Perches wrote: On Fri, 2014-07-11 at 00:50 +0300, Oded Gabbay wrote: This patch adds the interface between the radeon driver and the kfd driver. The interface implementation is contained in radeon_kfd.c and

Re: [PATCH 04/83] drm/radeon: Add radeon <--> kfd interface

2014-07-11 Thread Jerome Glisse
On Thu, Jul 10, 2014 at 03:38:33PM -0700, Joe Perches wrote: > On Fri, 2014-07-11 at 00:50 +0300, Oded Gabbay wrote: > > This patch adds the interface between the radeon driver and the kfd > > driver. The interface implementation is contained in > > radeon_kfd.c and radeon_kfd.h. > [] > >

Re: [PATCH 04/83] drm/radeon: Add radeon -- kfd interface

2014-07-11 Thread Jerome Glisse
On Thu, Jul 10, 2014 at 03:38:33PM -0700, Joe Perches wrote: On Fri, 2014-07-11 at 00:50 +0300, Oded Gabbay wrote: This patch adds the interface between the radeon driver and the kfd driver. The interface implementation is contained in radeon_kfd.c and radeon_kfd.h. []

Re: [PATCH 04/83] drm/radeon: Add radeon <--> kfd interface

2014-07-10 Thread Joe Perches
On Fri, 2014-07-11 at 00:50 +0300, Oded Gabbay wrote: > This patch adds the interface between the radeon driver and the kfd > driver. The interface implementation is contained in > radeon_kfd.c and radeon_kfd.h. [] > include/linux/radeon_kfd.h | 67 ++ Is there a

[PATCH 04/83] drm/radeon: Add radeon <--> kfd interface

2014-07-10 Thread Oded Gabbay
This patch adds the interface between the radeon driver and the kfd 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. Signed-off-by: Oded

[PATCH 04/83] drm/radeon: Add radeon -- kfd interface

2014-07-10 Thread Oded Gabbay
This patch adds the interface between the radeon driver and the kfd 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. Signed-off-by: Oded

Re: [PATCH 04/83] drm/radeon: Add radeon -- kfd interface

2014-07-10 Thread Joe Perches
On Fri, 2014-07-11 at 00:50 +0300, Oded Gabbay wrote: This patch adds the interface between the radeon driver and the kfd driver. The interface implementation is contained in radeon_kfd.c and radeon_kfd.h. [] include/linux/radeon_kfd.h | 67 ++ Is there a good