commit | 05906dec7d7daf197b9b773295c95ad6b9af2a5a | [log] [tgz] |
---|---|---|
author | Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> | Fri Aug 14 20:08:40 2015 +0200 |
committer | Alex Deucher <alexander.deucher@amd.com> | Mon Aug 17 16:51:23 2015 -0400 |
tree | 3459b59ade856c84a50539a894edc237bf7636da | |
parent | b325a789c7e6554a14fae3c2310ee22fa4ca7cf6 [diff] |
drm/amdgpu: wait on page directory changes. v2 Pagetables can be moved and therefore the page directory update can be necessary for the current cs even if none of the the bo's are moved. In that scenario there is no fence between the sdma0 and gfx ring, so we add one. v2 (chk): rebased Signed-off-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com>