diff options
Diffstat (limited to 'drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c')
| -rw-r--r-- | drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c b/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c index 28e1c35aec6..40932fbdac0 100644 --- a/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c +++ b/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c @@ -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;  	}  |