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)
committerDom Cobley <popcornmix@gmail.com>
Mon, 21 Mar 2022 16:03:43 +0000 (16:03 +0000)
commitb7ff8dcf31b484b460bfefe64c25fd9ae9520ee8
treefa4db6a07f4a1477abe53b10a3cd1570c7b2ca26
parent0464ab17184b8fdec6676fabe76059b90e54e74f
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