disp: msm: sde: add qactive override
This change adds the hooks to enable the active signal override in power collapse sequence. Active signal override is needed to disable the clock gating when the power collapse sequence is running. Change-Id: I9edaed7960b236b3d0179cb67f9cc2c9b3546c9d Signed-off-by: Abhijit Kulkarni <kabhijit@codeaurora.org>
This commit is contained in:

zatwierdzone przez
Gerrit - the friendly Code Review server

rodzic
ebb1a2799c
commit
748372a24c
@@ -104,6 +104,13 @@ struct sde_hw_uidle_ops {
|
||||
void (*uidle_get_status)(struct sde_hw_uidle *uidle,
|
||||
struct sde_uidle_status *status);
|
||||
|
||||
/**
|
||||
* active_override_enable - enable/disable qactive signal override
|
||||
* @uidle: uidle context driver
|
||||
* @enable: enable/disable
|
||||
*/
|
||||
void (*active_override_enable)(struct sde_hw_uidle *uidle,
|
||||
bool enable);
|
||||
};
|
||||
|
||||
struct sde_hw_uidle {
|
||||
|
Reference in New Issue
Block a user