]> git.baikalelectronics.ru Git - kernel.git/commit
drm/vc4: hdmi: Split the CEC disable / enable functions in two
authorMaxime Ripard <maxime@cerno.tech>
Thu, 19 Aug 2021 13:59:29 +0000 (15:59 +0200)
committerMaxime Ripard <maxime@cerno.tech>
Mon, 25 Oct 2021 13:33:41 +0000 (15:33 +0200)
commit71e48cef4c11b86348c6766f2a6387c2a0d635bf
tree5e9c09906799c4bc77e43595df25530863c02622
parent70523ccdb4136cddf2d2cd6ecc1b4df317c0083a
drm/vc4: hdmi: Split the CEC disable / enable functions in two

In order to ease further additions to the CEC enable and disable, let's
split the function into two functions, one to enable and the other to
disable.

Reviewed-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://patchwork.freedesktop.org/patch/msgid/20210819135931.895976-5-maxime@cerno.tech
drivers/gpu/drm/vc4/vc4_hdmi.c