]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/amdgpu:fix cs_ib_fill
authorMonk Liu <Monk.Liu@amd.com>
Tue, 28 Mar 2017 03:00:03 +0000 (11:00 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 30 Mar 2017 03:55:32 +0000 (23:55 -0400)
commit2a9ceb8daab01a4ee27383e4d344e4a8b781c165
tree64a14c7e0998df17c0f5d2a9cc5df93100bd5dc8
parent23e0563e48f7e9e98003df5b43d6a48e162782c6
drm/amdgpu:fix cs_ib_fill

should use chunk_ib instead of ib, otherwise the logic
is incorrect.

Signed-off-by: Monk Liu <Monk.Liu@amd.com>
Reviewed-by: Ken Wang <Qingqing.wang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c