|
@@ -123,7 +123,7 @@ static void mtk_od_config(struct mtk_ddp_comp *comp, unsigned int w,
|
|
unsigned int bpc)
|
|
unsigned int bpc)
|
|
{
|
|
{
|
|
writel(w << 16 | h, comp->regs + DISP_OD_SIZE);
|
|
writel(w << 16 | h, comp->regs + DISP_OD_SIZE);
|
|
- writel(OD_RELAYMODE, comp->regs + OD_RELAYMODE);
|
|
|
|
|
|
+ writel(OD_RELAYMODE, comp->regs + DISP_OD_CFG);
|
|
mtk_dither_set(comp, bpc, DISP_OD_CFG);
|
|
mtk_dither_set(comp, bpc, DISP_OD_CFG);
|
|
}
|
|
}
|
|
|
|
|