aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm
diff options
context:
space:
mode:
authorMaarten Lankhorst <maarten.lankhorst@canonical.com>2012-10-12 11:03:11 -0400
committerDave Airlie <airlied@redhat.com>2012-11-20 01:10:02 -0500
commitb03640b1de2eb349c2453d060d0bd0b0486e29b8 (patch)
tree87e84dbc9495a2cd0385af12a6fa171f7711f16a /drivers/gpu/drm/ttm
parent5fb4ef0e36b4c6ecc7fb025aaacb3b63b1114e87 (diff)
drm/ttm: remove sync_obj_arg from ttm_bo_move_accel_cleanup
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@canonical.com> Reviewed-By: Thomas Hellstrom <thellstrom@vmware.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/ttm')
-rw-r--r--drivers/gpu/drm/ttm/ttm_bo_util.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/ttm/ttm_bo_util.c b/drivers/gpu/drm/ttm/ttm_bo_util.c
index 81c74f53ce4f..b9c4e515b1d8 100644
--- a/drivers/gpu/drm/ttm/ttm_bo_util.c
+++ b/drivers/gpu/drm/ttm/ttm_bo_util.c
@@ -611,7 +611,6 @@ EXPORT_SYMBOL(ttm_bo_kunmap);
611 611
612int ttm_bo_move_accel_cleanup(struct ttm_buffer_object *bo, 612int ttm_bo_move_accel_cleanup(struct ttm_buffer_object *bo,
613 void *sync_obj, 613 void *sync_obj,
614 void *sync_obj_arg,
615 bool evict, bool no_wait_reserve, 614 bool evict, bool no_wait_reserve,
616 bool no_wait_gpu, 615 bool no_wait_gpu,
617 struct ttm_mem_reg *new_mem) 616 struct ttm_mem_reg *new_mem)