linux_dsm_epyc7002/drivers/gpu/drm/omapdrm/dss
Tomi Valkeinen 91cd220aad drm/omap: fix OMAP4 hdmi_core_powerdown_disable()
hdmi_core_powerdown_disable() is supposed to disable HDMI core's
power-down mode. However, the function sets the power-down bit to 0,
which means "enable power-down".

This hasn't caused any issues as the PD seems to affect only interrupts
from HDMI core, and none of those interrupts are used at the moment. CEC
functionality requires core interrupts, and the PD mode needs to be
fixed.

This patch fixes hdmi_core_powerdown_disable() to actually disable the
PD mode.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Reported-by: Hans Verkuil <hverkuil@xs4all.nl>
2016-05-31 08:20:42 +03:00
..
core.c drm/omap: move dss_suspend/resume_all to core.c 2016-03-03 17:38:20 +02:00
dispc_coefs.c
dispc.c drm/omap: remove dispc_ovl_check() 2016-03-03 17:38:24 +02:00
dispc.h
display.c drm/omap: move dss_suspend/resume_all to core.c 2016-03-03 17:38:20 +02:00
dpi.c drm/omap: DPI: remove uses of omap_overlay_manager 2016-03-03 17:38:23 +02:00
dsi.c drm/omap: DSI: remove uses of omap_overlay_manager 2016-03-03 17:38:24 +02:00
dss_features.c
dss_features.h
dss-of.c
dss.c drm/omapdrm: include pinctrl/consumer.h where needed 2016-05-31 08:20:42 +03:00
dss.h drm/omap: remove dss compat code 2016-03-03 17:38:24 +02:00
hdmi4_core.c drm/omap: fix OMAP4 hdmi_core_powerdown_disable() 2016-05-31 08:20:42 +03:00
hdmi4_core.h
hdmi4.c drm/omap: Fix missing includes 2016-05-31 08:20:42 +03:00
hdmi5_core.c drm/omap: HDMI5: Add interlace support 2016-03-03 17:36:43 +02:00
hdmi5_core.h
hdmi5.c drm/omap: Fix missing includes 2016-05-31 08:20:42 +03:00
hdmi_common.c
hdmi_phy.c
hdmi_pll.c
hdmi_wp.c drm/omap: HDMI: fix WP timings for ilace 2016-03-03 17:36:42 +02:00
hdmi.h
Kconfig
Makefile drm/omap: remove dss compat code 2016-03-03 17:38:24 +02:00
omapdss-boot-init.c
omapdss.h drm/omap: remove dispc_ovl_check() 2016-03-03 17:38:24 +02:00
output.c drm/omap: convert dss_mgr_unregister_framedone_handler to accept omap_channel 2016-03-03 17:38:23 +02:00
pll.c
rfbi.c drm/omap: use dispc_channel_connected in output drivers 2016-03-03 17:38:22 +02:00
sdi.c drm/omap: SDI: remove uses of omap_overlay_manager 2016-03-03 17:38:24 +02:00
venc.c drm/omap: VENC: remove uses of omap_overlay_manager 2016-03-03 17:38:24 +02:00
video-pll.c