[PATCH 1/2] drm/amdgpu: Initialize compute sdma and memory from kgd

2015-06-24 Thread Oded Gabbay
On Wed, Jun 24, 2015 at 10:31 PM, Alex Deucher wrote: > On Wed, Jun 24, 2015 at 3:28 PM, Oded Gabbay wrote: >> On Wed, Jun 24, 2015 at 10:25 PM, Alex Deucher >> wrote: >>> On Fri, Jun 12, 2015 at 4:08 AM, Oded Gabbay >>> wrote: From: Ben Goz Signed-off-by: Ben Goz Acked-

[PATCH 1/2] drm/amdgpu: Initialize compute sdma and memory from kgd

2015-06-24 Thread Oded Gabbay
On Wed, Jun 24, 2015 at 10:25 PM, Alex Deucher wrote: > On Fri, Jun 12, 2015 at 4:08 AM, Oded Gabbay wrote: >> From: Ben Goz >> >> Signed-off-by: Ben Goz >> Acked-by: Oded Gabbay >> Reviewed-by: Alex Deucher > > Does this depend on some other patch? I'm getting a build failure: > drivers/gpu

[PATCH 1/2] drm/amdgpu: Initialize compute sdma and memory from kgd

2015-06-24 Thread Alex Deucher
On Wed, Jun 24, 2015 at 3:28 PM, Oded Gabbay wrote: > On Wed, Jun 24, 2015 at 10:25 PM, Alex Deucher > wrote: >> On Fri, Jun 12, 2015 at 4:08 AM, Oded Gabbay >> wrote: >>> From: Ben Goz >>> >>> Signed-off-by: Ben Goz >>> Acked-by: Oded Gabbay >>> Reviewed-by: Alex Deucher >> >> Does this d

[PATCH 1/2] drm/amdgpu: Initialize compute sdma and memory from kgd

2015-06-24 Thread Alex Deucher
On Fri, Jun 12, 2015 at 4:08 AM, Oded Gabbay wrote: > From: Ben Goz > > Signed-off-by: Ben Goz > Acked-by: Oded Gabbay > Reviewed-by: Alex Deucher Does this depend on some other patch? I'm getting a build failure: drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c: In function ‘gmc_v7_0_init_compute_v

[PATCH 1/2] drm/amdgpu: Initialize compute sdma and memory from kgd

2015-06-12 Thread Oded Gabbay
From: Ben Goz Signed-off-by: Ben Goz Acked-by: Oded Gabbay Reviewed-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c | 42 ++ drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 47 ++ drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c | 28