Skip to content

Commit 2d55c59

Browse files
mripardgregkh
authored andcommitted
drm/sun4i: frontend: Fix the scaler phase on A33
[ Upstream commit e3190b5 ] The A33 has a different phase parameter in the Allwinner BSP on the channel1 than the one currently applied. Fix this. Signed-off-by: Maxime Ripard <maxime@cerno.tech> Acked-by: Jernej Skrabec <jernej.skrabec@siol.net> Link: https://patchwork.freedesktop.org/patch/msgid/20201015093642.261440-3-maxime@cerno.tech Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 6b040fb commit 2d55c59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/sun4i/sun4i_frontend.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ static const struct sun4i_frontend_data sun4i_a10_frontend = {
694694
};
695695

696696
static const struct sun4i_frontend_data sun8i_a33_frontend = {
697-
.ch_phase = { 0x400, 0x400 },
697+
.ch_phase = { 0x400, 0xfc400 },
698698
.has_coef_access_ctrl = true,
699699
};
700700

0 commit comments

Comments
 (0)