Merge "disp: msm: sde: add line insertion support for sspp"
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

commit
04ddb3a852
@@ -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;
|
||||
|
Reference in New Issue
Block a user