sde: Transition to safe mode in case of resource failures
1. No Pipe resources available for any display, move to safe mode
composition for all displays, so that strategy manager selects
the composition mode which requires optimal resource.
2. Move back to normal mode once all the displays are configured
successfully with the resources for the current drawcycle.
Change-Id: Ic66d893a6ba50eb88cf8c70dae4df3772d47e1a0
diff --git a/displayengine/include/utils/debug.h b/displayengine/include/utils/debug.h
index 10d5ea6..0691dfc 100644
--- a/displayengine/include/utils/debug.h
+++ b/displayengine/include/utils/debug.h
@@ -46,9 +46,9 @@
namespace sde {
enum LogTag {
- kTagNone = 0, //!< Log tag name is not specified.
- kTagCore, //!< Log is tagged for display core.
- kTagStrategy, //!< Log is tagged for composition strategy.
+ kTagNone = 0, // Log tag name is not specified.
+ kTagCore, // Log is tagged for display core.
+ kTagStrategy, // Log is tagged for composition strategy.
};
class Debug {