Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fe12f905 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "sf: Fix to allow hwc composition through property"

parents d18c33f7 b66c9869
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -191,7 +191,7 @@ bool DisplayUtils::canAllocateHwcDisplayIdForVDS(int usage) {
    flag_mask = GRALLOC_USAGE_PRIVATE_WFD;
#endif

    return ((mHasWbNode) && (!allowHwcForVDS) && (usage & flag_mask));
    return ((mHasWbNode) && (allowHwcForVDS || (usage & flag_mask)));
}

int DisplayUtils::getNumFbNodes() {