Unverified Commit e3190b5e authored by Maxime Ripard's avatar Maxime Ripard
Browse files

drm/sun4i: frontend: Fix the scaler phase on A33



The A33 has a different phase parameter in the Allwinner BSP on the
channel1 than the one currently applied. Fix this.

Signed-off-by: default avatarMaxime Ripard <maxime@cerno.tech>
Acked-by: default avatarJernej Skrabec <jernej.skrabec@siol.net>
Link: https://patchwork.freedesktop.org/patch/msgid/20201015093642.261440-3-maxime@cerno.tech
parent 2db9ef9d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -694,7 +694,7 @@ static const struct sun4i_frontend_data sun4i_a10_frontend = {
};

static const struct sun4i_frontend_data sun8i_a33_frontend = {
	.ch_phase		= { 0x400, 0x400 },
	.ch_phase		= { 0x400, 0xfc400 },
	.has_coef_access_ctrl	= true,
};