]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: move preamble IB handling into common code
authorChristian König <christian.koenig@amd.com>
Fri, 6 May 2016 12:52:57 +0000 (14:52 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 11 May 2016 17:30:30 +0000 (13:30 -0400)
commit252737224b5265e5e23841c7e1dc0f68e182fdb0
tree7a2e13996140d08ee2df803442e43c7e0dcbc529
parent9aab957c76ff6a762bdfbfd4f85beb12ac0e0bd8
drm/amdgpu: move preamble IB handling into common code

This fixes the handling which was completely broken when you
ad more than one preamble IB.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c
drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c