display: Add api to enable/disable Early Wake-up
Add Display Extension api to enable or disable Early Wake-up on a given display. CRs-Fixed: 2765806 Change-Id: Iee3a73bb2ff18044772519cecc406aa59f2aa542
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
parent
7cb36a2bfe
commit
6121fdee4d
@@ -42,6 +42,7 @@ class DisplayExtnIntf {
|
||||
virtual int SetActiveConfig(uint32_t display_id, uint32_t config_id) = 0;
|
||||
virtual int NotifyEarlyWakeUp(bool gpu, bool display) = 0;
|
||||
virtual int NotifyDisplayEarlyWakeUp(uint32_t display_id) = 0;
|
||||
virtual int SetEarlyWakeUpConfig(uint32_t display_id, bool enable) = 0;
|
||||
|
||||
protected:
|
||||
virtual ~DisplayExtnIntf() { }
|
||||
|
||||
Reference in New Issue
Block a user