commit | 369421cbfabf0650b73571d7d1c026fc3830e74d | [log] [tgz] |
---|---|---|
author | Christian König <christian.koenig@amd.com> | Wed Jun 28 13:50:07 2017 +0200 |
committer | Alex Deucher <alexander.deucher@amd.com> | Fri Jul 14 11:05:56 2017 -0400 |
tree | b9b07c03b1766184e47d1db4cb1708c70df3068a | |
parent | e8110b1c9bdd3d76610a9783724233a570964d3c [diff] |
drm/amdgpu: fix amdgpu_ring_write_multiple Overwriting still used ring content has a low probability to cause problems, not writing at all has 100% probability to cause problems. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Acked-by: Felix Kuehling <Felix.Kuehling@amd.com>