linux/drivers/gpu/drm/bridge/synopsys
Romain Perier 57fbc05585 drm: dw-hdmi: gate audio clock from the I2S enablement callbacks
Currently, the audio sampler clock is enabled from dw_hdmi_setup() at
step E. and is kept enabled for later use. This clock should be enabled
and disabled along with the actual audio stream and not always on (that
is bad for PM). Furthermore, as described by the datasheet, the I2S
variant needs to gate/ungate the clock when the stream is
enabled/disabled.

This commit adds a parameter to hdmi_audio_enable_clk() that controls
when the audio sample clock must be enabled or disabled. Then, it adds
the call to this function from dw_hdmi_i2s_audio_enable() and
dw_hdmi_i2s_audio_disable().

Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Romain Perier <romain.perier@collabora.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20170414083113.4255-3-romain.perier@collabora.com
Signed-off-by: Archit Taneja <architt@codeaurora.org>
2017-04-20 14:54:13 +05:30
..
dw-hdmi-ahb-audio.c
dw-hdmi-audio.h
dw-hdmi-i2s-audio.c
dw-hdmi.c drm: dw-hdmi: gate audio clock from the I2S enablement callbacks 2017-04-20 14:54:13 +05:30
dw-hdmi.h drm: bridge: dw-hdmi: add HDMI vendor specific infoframe config 2017-03-21 13:16:32 +05:30
Kconfig
Makefile