drm/amdkfd: Fix bug in pipelines initialization
authorOded Gabbay <oded.gabbay@amd.com>
Thu, 22 Jan 2015 09:03:42 +0000 (11:03 +0200)
committerOded Gabbay <oded.gabbay@amd.com>
Thu, 22 Jan 2015 09:03:42 +0000 (11:03 +0200)
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 <oded.gabbay@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Jammy Zhou <Jammy.Zhou@amd.com>

No differences found