commit | 5bc730677b1698c479f0134926b90789759b17ee | [log] [tgz] |
---|---|---|
author | Christian König <christian.koenig@amd.com> | Wed Jun 15 13:44:01 2016 +0200 |
committer | Alex Deucher <alexander.deucher@amd.com> | Thu Jul 07 14:54:40 2016 -0400 |
tree | 235ba11d0271bdd73274d93887e23efe0e095f12 | |
parent | 74561cd4f128091f41ab698277cde2542dcc5cad [diff] |
drm/ttm: remove TTM_BO_PRIV_FLAG_MOVING Instead of using the flag just remember the fence of the last move operation. This avoids waiting for command submissions pipelined after the move, but before accessing the BO with the CPU again. Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>