Searched hist:fa2d2e2d8eae03acf49229793f2a6fddede92c4d (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/gpu/drm/meson/ |
H A D | meson_dw_hdmi.c | diff fa2d2e2d8eae03acf49229793f2a6fddede92c4d Fri Apr 26 11:02:54 CDT 2024 Jerome Brunet <jbrunet@baylibre.com> drm/meson: dw-hdmi: add bandgap setting for g12
[ Upstream commit 08001033121dd92b8297a5b7333636b466c30f13 ]
When no mode is set, the utility pin appears to be grounded. No signal is getting through.
This is problematic because ARC and eARC use this line and may do so even if no display mode is set.
This change enable the bandgap setting on g12 chip, which fix the problem with the utility pin. This is done by restoring init values on PHY init and disable.
Fixes: 3b7c1237a72a ("drm/meson: Add G12A support for the DW-HDMI Glue") Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://lore.kernel.org/r/20240426160256.3089978-3-jbrunet@baylibre.com Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://patchwork.freedesktop.org/patch/msgid/20240426160256.3089978-3-jbrunet@baylibre.com Signed-off-by: Sasha Levin <sashal@kernel.org>
|