]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: different emit_ib for gfx and compute
authormonk.liu <monk.liu@amd.com>
Wed, 15 Jul 2015 09:21:45 +0000 (17:21 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 29 Jul 2015 20:05:57 +0000 (16:05 -0400)
commitfb2e43213a1fccf9dc9223b3b65aaa164e5b4a73
tree5574f35548172b118998fb14f6cde67fd740efba
parentd0fc6ddd3175ac335c1c3fc7aad4fc0974e7a6d0
drm/amdgpu: different emit_ib for gfx and compute

compute ring didn't use const engine byfar, so ignore CE things in
compute routine

Signed-off-by: monk.liu <monk.liu@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c