[PATCH v2 10/25] amdkfd: Add topology module to amdkfd

2014-07-30 Thread Oded Gabbay
On 27/07/14 14:15, Oded Gabbay wrote: > On 21/07/14 01:37, Jerome Glisse wrote: >> On Thu, Jul 17, 2014 at 04:29:17PM +0300, Oded Gabbay wrote: >>> From: Evgeny Pinchuk >>> >>> This patch adds the topology module to the driver. The topology is exposed >>> to >>> userspace through the sysfs. >>>

[PATCH v2 10/25] amdkfd: Add topology module to amdkfd

2014-07-27 Thread Oded Gabbay
On 21/07/14 01:37, Jerome Glisse wrote: > On Thu, Jul 17, 2014 at 04:29:17PM +0300, Oded Gabbay wrote: >> From: Evgeny Pinchuk >> >> This patch adds the topology module to the driver. The topology is exposed to >> userspace through the sysfs. >> >> The calls to add and remove a device to/from

[PATCH v2 10/25] amdkfd: Add topology module to amdkfd

2014-07-27 Thread Oded Gabbay
On 21/07/14 01:37, Jerome Glisse wrote: > On Thu, Jul 17, 2014 at 04:29:17PM +0300, Oded Gabbay wrote: >> From: Evgeny Pinchuk >> >> This patch adds the topology module to the driver. The topology is exposed to >> userspace through the sysfs. >> >> The calls to add and remove a device to/from

[PATCH v2 10/25] amdkfd: Add topology module to amdkfd

2014-07-20 Thread Jerome Glisse
On Thu, Jul 17, 2014 at 04:29:17PM +0300, Oded Gabbay wrote: > From: Evgeny Pinchuk > > This patch adds the topology module to the driver. The topology is exposed to > userspace through the sysfs. > > The calls to add and remove a device to/from topology are done by the radeon > driver. So

[PATCH v2 10/25] amdkfd: Add topology module to amdkfd

2014-07-17 Thread Oded Gabbay
From: Evgeny Pinchuk This patch adds the topology module to the driver. The topology is exposed to userspace through the sysfs. The calls to add and remove a device to/from topology are done by the radeon driver. Signed-off-by: Evgeny Pinchuk Signed-off-by: Oded Gabbay