commit | 3000bf393302a8c786e9ebfc778050cb0d6226c4 | [log] [tgz] |
---|---|---|
author | Alex Deucher <alexander.deucher@amd.com> | Thu Jan 05 22:11:07 2012 -0500 |
committer | Dave Airlie <airlied@redhat.com> | Fri Jan 06 09:16:38 2012 +0000 |
tree | 2d2be47822cec764e1a83d6294b0f94b6591f5d6 | |
parent | 93504fce28b1a387ec01f81b26637d237dca2b36 [diff] |
drm/radeon/kms: sync across multiple rings when doing bo moves v3 We need to synchronize across rings when doing a bo move to make sure we the buffer is idle if it's in use by a different ring than the ring doing the move. v2: fix fence setup for bo moves v3: add missing ring lock/unlock Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Dave Airlie <airlied@redhat.com>