disp: msm: sde: Add event log for uidle veto enable

Print uidle status fal10 enable bit as part of checking status.

Change-Id: Ibe00216ac22bb31fbe0925db3abc1d5dc4371ad3
Signed-off-by: Nilaan Gunabalachandran <ngunabal@codeaurora.org>
This commit is contained in:
Nilaan Gunabalachandran
2019-07-19 16:39:53 -04:00
rodzic a6bfb7fc1e
commit 1e06ddddc3
4 zmienionych plików z 26 dodań i 7 usunięć

Wyświetl plik

@@ -85,6 +85,11 @@ void sde_hw_uidle_get_status(struct sde_hw_uidle *uidle,
SDE_REG_READ(c, UIDLE_FAL_STATUS_0);
status->uidle_fal_status_1 =
SDE_REG_READ(c, UIDLE_FAL_STATUS_1);
status->uidle_status =
SDE_REG_READ(c, UIDLE_STATUS);
status->uidle_en_fal10 =
(status->uidle_status & BIT(2)) ? 1 : 0;
}
void sde_hw_uidle_get_cntr(struct sde_hw_uidle *uidle,