diff --git a/src/allocator/GBM.cpp b/src/allocator/GBM.cpp index 252ba97..0f7fb88 100644 --- a/src/allocator/GBM.cpp +++ b/src/allocator/GBM.cpp @@ -231,7 +231,7 @@ bool Aquamarine::CGBMBuffer::isSynchronous() { } bool Aquamarine::CGBMBuffer::good() { - return true; + return bo; } SDMABUFAttrs Aquamarine::CGBMBuffer::dmabuf() {