]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit188124a751f2cce0a50e4ed139c743bbe6bed14c
tree7dee7e3b58255d1ab840bb0df1c517d056e39dd9
parent0b096653b6d620f5aec8b75dc29755d1e0e9ed76
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