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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user