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

Commit 84561d35 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "C2Config: allow component to signal support for buffer fences" into main

parents 59839fae e4f9bd93
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -341,6 +341,8 @@ C2ENUM(C2Config::api_feature_t, uint64_t,
    API_SAME_INPUT_BUFFER = (1U << 16),   ///< supporting multiple input buffers
                                          ///< backed by the same allocation

    API_BLOCK_FENCES     = (1U << 17),    ///< supporting block fences

    API_STREAMS          = (1ULL << 32),  ///< supporting variable number of streams

    API_TUNNELING        = (1ULL << 48)   ///< tunneling API