commit | d025e9e2b890db679f1246037bf65bd4be512627 | [log] [tgz] |
---|---|---|
author | Jerome Glisse <jglisse@redhat.com> | Thu Nov 29 10:35:41 2012 -0500 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed Dec 12 14:34:07 2012 -0500 |
tree | 6296d8181ef4db5403746d5d7dd074809b83e025 | |
parent | a636a9829175987e74ddd28a2e87ed17ff7adfdc [diff] |
drm/radeon: do not move bo to different placement at each cs The bo creation placement is where the bo will be. Instead of trying to move bo at each command stream let this work to another worker thread that will use more advance heuristic. agd5f: remove leftover unused variable Signed-off-by: Jerome Glisse <jglisse@redhat.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com>