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)
commit724fc856c09e9ee6ca85d701231c69ae587ef179
tree5e9c09906799c4bc77e43595df25530863c02622
parentcaa51a4c11f1cadba9bcf61ed9e0105711952ce7
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