[Intel-gfx] [PATCH 6/6] drm/i915: eliminate vm->insert_entries()

2013-09-24 Thread Ben Widawsky
From: Ben Widawsky With bind/unbind function pointers in place, we no longer need insert_entries. We could, and want, to remove clear_range, however it's not totally easy at this point. Since it's used in a couple of place still that don't only deal in objects: setup, ppgtt init, and restore gtt

[Intel-gfx] [PATCH 6/6] drm/i915: eliminate vm->insert_entries()

2013-09-14 Thread Ben Widawsky
From: Ben Widawsky With bind/unbind function pointers in place, we no longer need insert_entries. We could, and want, to remove clear_range, however it's not totally easy at this point. Since it's used in a couple of place still that don't only deal in objects: setup, ppgtt init, and restore gtt