summaryrefslogtreecommitdiff
path: root/libs/surfaceflinger/VRamHeap.cpp
diff options
context:
space:
mode:
author Jean-Baptiste Queru <jbq@google.com> 2009-05-20 11:28:04 -0700
committer Jean-Baptiste Queru <jbq@google.com> 2009-05-20 11:28:04 -0700
commit9660d304ae51a69509e5506e1fc80178025dee7c (patch)
tree2db88e9f1a42bf5dfbbe01580a6e8071666179e9 /libs/surfaceflinger/VRamHeap.cpp
parent490b2ba510c0857605f4913f0fdd1c47a1d93647 (diff)
donut snapshot
Diffstat (limited to 'libs/surfaceflinger/VRamHeap.cpp')
-rw-r--r--libs/surfaceflinger/VRamHeap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/surfaceflinger/VRamHeap.cpp b/libs/surfaceflinger/VRamHeap.cpp
index 0ccd71f0b8..238c602e86 100644
--- a/libs/surfaceflinger/VRamHeap.cpp
+++ b/libs/surfaceflinger/VRamHeap.cpp
@@ -98,7 +98,7 @@ sp<MemoryDealer> SurfaceHeapManager::createHeap(
}
}
- if (flags & ISurfaceComposer::eGPU) {
+ if ((flags & ISurfaceComposer::eGPU) && (mFlinger->getGPU() != 0)) {
// FIXME: this is msm7201A specific, where gpu surfaces may not be secure
if (!(flags & ISurfaceComposer::eSecure)) {
// if GPU doesn't work, we try eHardware