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>
此提交包含在:
Dhaval Patel
2019-04-22 12:34:54 -07:00
父節點 9b09b9af71
當前提交 0a6213522e
共有 3 個檔案被更改,包括 10 行新增3 行删除

查看文件

@@ -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);
}