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/mem.h b/icd/intel/mem.h index 7522794..10b5580 100644 --- a/icd/intel/mem.h +++ b/icd/intel/mem.h
@@ -45,7 +45,7 @@ static inline void *intel_mem_map(struct intel_mem *mem, XGL_FLAGS flags) { - return intel_bo_map_unsynchronized(mem->bo); + return intel_bo_map_gtt_async(mem->bo); } static inline void *intel_mem_map_sync(struct intel_mem *mem, bool rw)