ilo: enable bo reuse

This magical line of code must have got lost at some point in the history...
This commit is contained in:
Chia-I Wu 2013-06-06 02:41:21 +08:00
parent 20d23b2275
commit 27804b2fc7

View file

@ -715,6 +715,8 @@ ilo_screen_create(struct intel_winsys *ws)
is->winsys = ws;
is->winsys->enable_reuse(is->winsys);
info = is->winsys->get_info(is->winsys);
if (!init_dev(&is->dev, info)) {
FREE(is);