disp: msm: add VDC topology related changes
Add support to configure the DPU pipeline to support VDC-m topologies. Change-Id: Ib8ce9a0eaeaa838759fb09cb2ee164d4765e4989 Signed-off-by: Abhinav Kumar <abhinavk@codeaurora.org>
This commit is contained in:

gecommit door
Gerrit - the friendly Code Review server

bovenliggende
d88b5b5c67
commit
c4f5050e13
@@ -607,7 +607,8 @@ void sde_vdc_intf_prog_params(struct msm_display_vdc_info *vdc_info,
|
||||
total_bytes_per_intf = bytes_in_slice * slice_per_intf;
|
||||
|
||||
vdc_info->eol_byte_num = total_bytes_per_intf % 3;
|
||||
vdc_info->pclk_per_line = DIV_ROUND_UP(total_bytes_per_intf, 3);
|
||||
vdc_info->pclk_per_line = DIV_ROUND_UP(total_bytes_per_intf,
|
||||
3);
|
||||
vdc_info->bytes_in_slice = bytes_in_slice;
|
||||
vdc_info->bytes_per_pkt = bytes_in_slice * slice_per_pkt;
|
||||
vdc_info->pkt_per_line = slice_per_intf / slice_per_pkt;
|
||||
|
Verwijs in nieuw issue
Block a user