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:
Abhijit Kulkarni
2020-01-08 20:20:28 -08:00
zatwierdzone przez Gerrit - the friendly Code Review server
rodzic ebb1a2799c
commit 748372a24c
5 zmienionych plików z 65 dodań i 5 usunięć

Wyświetl plik

@@ -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 {