drm/amdgpu: execution barrier after fence v2
authorAnatoli Antonovitch <anatoli.antonovitch@amd.com>
Thu, 3 Sep 2015 15:13:31 +0000 (11:13 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 23 Sep 2015 21:23:30 +0000 (17:23 -0400)
commit22c01cc48301f6974868bd4a7b03e29883da1103
tree7dee7e3b58255d1ab840bb0df1c517d056e39dd9
parent3daea9e3d3ecd217a63f35e63f18ea7138f2ae17
drm/amdgpu: execution barrier after fence v2

Insert wait for reg mem after EOP to fix potential issue with vm context switch

v2: move wait to vm_flush() use equal instead of greater than.

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