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

2013-09-11 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 8/8] drm/i915: eliminate vm->insert_entries()

2013-08-30 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