[PATCH v2 3/3] drm/amdkfd: Fix bug in call to init_pipelines()

2015-01-22 Thread Oded Gabbay
This patch fixes a bug where the first_pipe index passed into init_pipelines() was a #define instead of the value that is passed into amdkfd by radeon Signed-off-by: Oded Gabbay --- drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[PATCH v2 3/3] drm/amdkfd: Fix bug in call to init_pipelines()

2015-01-22 Thread Alex Deucher
On Thu, Jan 22, 2015 at 5:59 AM, Oded Gabbay wrote: > This patch fixes a bug where the first_pipe index passed into init_pipelines() > was a #define instead of the value that is passed into amdkfd by radeon > > Signed-off-by: Oded Gabbay Reviewed-by: Alex Deucher > --- > drivers/gpu/drm/amd/a