1
0
Fork 0

Add explicit mappings from HwcStats enums to atom types

Change-Id: I9496a7a5c3018a3dcea8eddd2bd6b5db80467419
This commit is contained in:
Andrew Wolfers 2025-11-06 14:59:13 +00:00
parent 9a89ceff02
commit 460ef8d0a8
3 changed files with 39 additions and 8 deletions

View file

@ -40,7 +40,6 @@ class CompositionPlanner {
// Enum of possible reasons that the backend may choose to flatten the
// composition.
enum class FlattenReason {
kUnspecified = 0,
kNone,
kStaticScene,
kValidateFailed,