commit | 133f4cb3365ef8e57c4837ffbe15de74684f6e19 | [log] [tgz] |
---|---|---|
author | Jerome Glisse <jglisse@redhat.com> | Wed May 09 15:34:44 2012 +0200 |
committer | Dave Airlie <airlied@redhat.com> | Wed May 09 17:22:12 2012 +0100 |
tree | dbc18f245d2292cdf97122236e2cf6f2a82df47d | |
parent | 4f256e8aa3eda15c11c3cec3ec5336e1fc579cbd [diff] |
drm/radeon: fix possible lack of synchronization btw ttm and other ring We need to sync with the GFX ring as ttm might have schedule bo move on it and new command scheduled for other ring need to wait for bo data to be in place. Signed-off-by: Jerome Glisse <jglisse@redhat.com> Reviewed by: Christian König <christian.koenig@amd.com> Signed-off-by: Dave Airlie <airlied@redhat.com>