We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d8457f commit 5c8cf16Copy full SHA for 5c8cf16
drivers/gpu/drm/meson/meson_vpp.c
@@ -100,6 +100,8 @@ void meson_vpp_init(struct meson_drm *priv)
100
priv->io_base + _REG(VPP_DOLBY_CTRL));
101
writel_relaxed(0x1020080,
102
priv->io_base + _REG(VPP_DUMMY_DATA1));
103
+ writel_relaxed(0x42020,
104
+ priv->io_base + _REG(VPP_DUMMY_DATA));
105
} else if (meson_vpu_is_compatible(priv, VPU_COMPATIBLE_G12A))
106
writel_relaxed(0xf, priv->io_base + _REG(DOLBY_PATH_CTRL));
107
0 commit comments