commit | 32a224686576742a185a10a94e1feef4dfe38c60 | [log] [tgz] |
---|---|---|
author | Chia-I Wu <olvaffe@gmail.com> | Tue Aug 26 14:13:46 2014 +0800 |
committer | Chia-I Wu <olvaffe@gmail.com> | Tue Aug 26 14:29:50 2014 +0800 |
tree | 30f69be78deaaa4fe99e3bedc898be8f073b243f | |
parent | 48c283de163137939712d4661e3156188a296366 [diff] [blame] |
intel: update winsys Mainly to deprecate INTEL_DOMAIN_x.
diff --git a/icd/intel/queue.c b/icd/intel/queue.c index e80aa37..937c1f0 100644 --- a/icd/intel/queue.c +++ b/icd/intel/queue.c
@@ -56,7 +56,7 @@ void *ptr; bo = intel_winsys_alloc_buffer(queue->dev->winsys, - "queue bo", size, INTEL_DOMAIN_CPU); + "queue bo", size, true); if (!bo) return NULL;