Skip to content

Commit

Permalink
GBM: fixup good() return value
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxerski committed Aug 21, 2024
1 parent b02d4f4 commit 2cd1f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/allocator/GBM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ bool Aquamarine::CGBMBuffer::isSynchronous() {
}

bool Aquamarine::CGBMBuffer::good() {
return true;
return bo;
}

SDMABUFAttrs Aquamarine::CGBMBuffer::dmabuf() {
Expand Down

0 comments on commit 2cd1f78

Please sign in to comment.