drm/vc4: hdmi: Split the CEC disable / enable functions in two
authorMaxime Ripard <maxime@cerno.tech>
Tue, 29 Jun 2021 07:53:52 +0000 (09:53 +0200)
committerPhil Elwell <8911409+pelwell@users.noreply.github.com>
Fri, 2 Jul 2021 15:45:04 +0000 (16:45 +0100)
commit9d540111387a0069d622585af2264ab0f3ae602f
tree4289a57dbb602dea22790c9d62a853b239d9d09a
parent085260e9d38c047ad89bcaa5960dc3d98e6223e2
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.

Signed-off-by: Maxime Ripard <maxime@cerno.tech>
drivers/gpu/drm/vc4/vc4_hdmi.c