amdgpu: add IB sharing support v2
authorJammy Zhou <Jammy.Zhou@amd.com>
Wed, 20 May 2015 20:17:48 +0000 (04:17 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 5 Aug 2015 17:47:50 +0000 (13:47 -0400)
commit60e221c925e7ee81b9831b06ebd4ca54bea03deb
treeec0578c07d07d007f3429bfa21f4bb9d92aae4d5
parent7c50f0d9847f855d6d008840931898f001faad8c
amdgpu: add IB sharing support v2

A new 'offset' flag is added to the amdgpu_cs_ib_info structure,
which can be used to specify location of PM4 packets to execute
in the IB buffer object

v2: remove the shared IB flag, etc

Signed-off-by: Jammy Zhou <Jammy.Zhou@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
amdgpu/amdgpu.h
amdgpu/amdgpu_cs.c