drm/amdgpu: use amdgpu_bo_create_kernel in amdgpu_ring.c
authorChristian König <christian.koenig@amd.com>
Tue, 26 Jul 2016 07:58:45 +0000 (09:58 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 8 Aug 2016 15:32:21 +0000 (11:32 -0400)
commit37ac235bf8c8a44c6c5aa8b03ab3d5ad23f64cef
tree7cfbccef6fcb92e0f2ab85792eb2c1781e2aadb6
parentc6f4439ce669f4ffaf5ac5254ad477befc03458a
drm/amdgpu: use amdgpu_bo_create_kernel in amdgpu_ring.c

Saves us quite a bunch of code.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Chunming Zhou <david1.zhou@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c