Skip to content

Commit

Permalink
kcal: pie: fix used pcc setup for sde path
Browse files Browse the repository at this point in the history
  • Loading branch information
tbalden authored and desaishivam26 committed Jun 3, 2020
1 parent 240faa5 commit a736517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/msm/sde/sde_hw_dspp.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ static void _setup_dspp_ops(struct sde_hw_dspp *c, unsigned long features)
c->ops.setup_pcc = sde_setup_dspp_pcc_v1_7;
else if (c->cap->sblk->pcc.version ==
(SDE_COLOR_PROCESS_VER(0x4, 0x0))) {
ret = reg_dmav1_init_dspp_op_v4(i, c->idx);
ret = 1; // reg_dmav1_init_dspp_op_v4(i, c->idx); use the sde one instead, with correct hsic settings possibilities
if (!ret)
c->ops.setup_pcc =
reg_dmav1_setup_dspp_pccv4;
Expand Down

0 comments on commit a736517

Please sign in to comment.