Skip to content

Commit 1b52768

Browse files
tbaldenDhineshCool
authored andcommitted
kcal: pie: fix used pcc setup for sde path
1 parent dcb7359 commit 1b52768

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/msm/sde/sde_hw_dspp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ static void _setup_dspp_ops(struct sde_hw_dspp *c, unsigned long features)
6060
c->ops.setup_pcc = sde_setup_dspp_pcc_v1_7;
6161
else if (c->cap->sblk->pcc.version ==
6262
(SDE_COLOR_PROCESS_VER(0x4, 0x0))) {
63-
ret = reg_dmav1_init_dspp_op_v4(i, c->idx);
63+
ret = 1; // reg_dmav1_init_dspp_op_v4(i, c->idx); use the sde one instead, with correct hsic settings possibilities
6464
if (!ret)
6565
c->ops.setup_pcc =
6666
reg_dmav1_setup_dspp_pccv4;

0 commit comments

Comments
 (0)