commit | 54c0c4bc5e2be83637ce1b1695b14230daf3cd5a | [log] [tgz] |
---|---|---|
author | Chia-I Wu <olvaffe@gmail.com> | Wed Aug 06 13:48:25 2014 +0800 |
committer | Chia-I Wu <olvaffe@gmail.com> | Wed Aug 06 13:48:40 2014 +0800 |
tree | b163bed02aa1bc57a647b3bb35c162825edc9de4 | |
parent | 49dbee8db4bd5b5d0de0122832fd25ea376da7e4 [diff] [blame] |
intel: do not advertise pinning Not needed for now.
diff --git a/icd/intel/gpu.c b/icd/intel/gpu.c index 8799f62..eb04e1a 100644 --- a/icd/intel/gpu.c +++ b/icd/intel/gpu.c
@@ -289,7 +289,8 @@ /* no kernel support yet */ props->supportsVirtualMemoryRemapping = false; - props->supportsPinning = true; + /* no winsys support for DRM_I915_GEM_USERPTR yet */ + props->supportsPinning = false; } XGL_RESULT intel_gpu_open(struct intel_gpu *gpu)