Revert "drm/ttm: add a way to bo_wait for either the last read or last write"
[deliverable/linux.git] / drivers / gpu / drm / vmwgfx / vmwgfx_execbuf.c
index 28e1c35aec6f28aa5ec1ee7bab53c4454649b78c..40932fbdac0f1a1bd460155c6bcdb8ee9e0b1acb 100644 (file)
@@ -89,7 +89,6 @@ static int vmw_bo_to_validate_list(struct vmw_sw_context *sw_context,
        if (unlikely(val_node == sw_context->cur_val_buf)) {
                val_buf->new_sync_obj_arg = NULL;
                val_buf->bo = ttm_bo_reference(bo);
-               val_buf->usage = TTM_USAGE_READWRITE;
                list_add_tail(&val_buf->head, &sw_context->validate_nodes);
                ++sw_context->cur_val_buf;
        }
This page took 0.026043 seconds and 5 git commands to generate.