disp: msm: sde: Update gamut non-uniform support
New version of the gamut block has been introduced with changes to the scale/offset programming. Change updates the minor version for the feature. Change-Id: I62597a9d229e13e10e0ac0f1183b2db2b0b2a575
此提交包含在:

提交者
Gopikrishnaiah Anandan

父節點
90ae258727
當前提交
e62d075693
@@ -153,6 +153,12 @@ static void dspp_gamut(struct sde_hw_dspp *c)
|
||||
c->ops.setup_gamut = reg_dmav1_setup_dspp_3d_gamutv41;
|
||||
else
|
||||
c->ops.setup_gamut = sde_setup_dspp_3d_gamutv41;
|
||||
} else if (c->cap->sblk->gamut.version ==
|
||||
SDE_COLOR_PROCESS_VER(0x4, 2)) {
|
||||
ret = reg_dmav1_init_dspp_op_v4(SDE_DSPP_GAMUT, c->idx);
|
||||
c->ops.setup_gamut = NULL;
|
||||
if (!ret)
|
||||
c->ops.setup_gamut = reg_dmav1_setup_dspp_3d_gamutv42;
|
||||
}
|
||||
}
|
||||
|
||||
|
新增問題並參考
封鎖使用者