1
0

Merge "disp: msm: sde: program master intf register for single intf"

Este cometimento está contido em:
qctecmdr
2022-03-17 07:48:44 -07:00
cometido por Gerrit - the friendly Code Review server
ascendente 1b541d5bb6 5f5c9cdf3d
cometimento 96782a0d63

Ver ficheiro

@@ -1003,6 +1003,8 @@ static int sde_hw_ctl_intf_cfg_v1(struct sde_hw_ctl *ctx,
if (cfg->intf_count > 1)
intf_master = BIT(cfg->intf_master - INTF_0);
else if (cfg->intf_count == 1)
intf_master = BIT(cfg->intf[0] - INTF_0);
for (i = 0; i < cfg->wb_count; i++) {
if (cfg->wb[i])