disp: msm: sde: get ctl scheduler status at each vsync
Get controller scheduler status at each vsync to verify pending frame status. Change-Id: I01401a57b68828294299977a7be7e796d07c7472 Signed-off-by: Dhaval Patel <pdhaval@codeaurora.org>
此提交包含在:
@@ -691,7 +691,7 @@ static u32 sde_hw_ctl_get_reset_status(struct sde_hw_ctl *ctx)
|
||||
static u32 sde_hw_ctl_get_scheduler_status(struct sde_hw_ctl *ctx)
|
||||
{
|
||||
if (!ctx)
|
||||
return 0;
|
||||
return INVALID_CTL_STATUS;
|
||||
return (u32)SDE_REG_READ(&ctx->hw, CTL_STATUS);
|
||||
}
|
||||
|
||||
|
新增問題並參考
封鎖使用者