Merge "disp: msm: sde: Add a separate modify block for sixzonev2"
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

melakukan
d085638adc
@@ -2330,8 +2330,9 @@ void reg_dmav2_setup_dspp_sixzonev2(struct sde_hw_dspp *ctx, void *cfg)
|
||||
}
|
||||
|
||||
for (i = 0; i < num_of_mixers; i++) {
|
||||
blk = dspp_mapping[dspp_list[i]->idx];
|
||||
REG_DMA_INIT_OPS(dma_write_cfg, blk, SIX_ZONE,
|
||||
u32 modify_blk = dspp_mapping[dspp_list[i]->idx];
|
||||
|
||||
REG_DMA_INIT_OPS(dma_write_cfg, modify_blk, SIX_ZONE,
|
||||
dspp_buf[SIX_ZONE][ctx->idx]);
|
||||
|
||||
REG_DMA_SETUP_OPS(dma_write_cfg, 0, NULL, 0, HW_BLK_SELECT,
|
||||
|
Reference in New Issue
Block a user