[PATCH v2 2/3] drm/amdkfd: Fix bug in pipelines initialization

2015-01-22 Thread Oded Gabbay
This patch fixes a bug when calling to init_pipeline() interface. The index that was passed to that function didn't take into account the first_pipe value, which represents the first pipe index that is under amdkfd's responsibility. Signed-off-by: Oded Gabbay --- drivers/gpu/drm/amd/amdkfd/kfd_d

[PATCH v2 2/3] drm/amdkfd: Fix bug in pipelines initialization

2015-01-22 Thread Alex Deucher
On Thu, Jan 22, 2015 at 5:59 AM, Oded Gabbay wrote: > This patch fixes a bug when calling to init_pipeline() interface. > The index that was passed to that function didn't take into account the > first_pipe value, which represents the first pipe index that is under amdkfd's > responsibility. > > S