Merge "disp: msm: sde: add line insertion support for sspp"

This commit is contained in:
qctecmdr
2022-04-08 04:26:38 -07:00
committed by Gerrit - the friendly Code Review server
16 changed files with 420 additions and 1 deletions

View File

@@ -1179,7 +1179,8 @@ static int dsi_panel_parse_misc_host_config(struct dsi_host_common_cfg *host,
host->dma_sched_window = 0;
else
host->dma_sched_window = window;
rc = utils->read_u32(utils->data, "qcom,vert-padding-value", &host->vpadding);
host->line_insertion_enable = (rc || host->vpadding <= 0) ? false : true;
DSI_DEBUG("[%s] DMA scheduling parameters Line: %d Window: %d\n", name,
host->dma_sched_line, host->dma_sched_window);
return 0;