OSDN Git Service

drm/vc4: hdmi: Move vc4_hdmi_supports_scrambling() around
authorMaxime Ripard <maxime@cerno.tech>
Mon, 29 Aug 2022 13:47:29 +0000 (15:47 +0200)
committerMaxime Ripard <maxime@cerno.tech>
Tue, 13 Sep 2022 15:25:00 +0000 (16:25 +0100)
commitd0133e7da26c5548f7e376149a6a225b4274dcb1
treec73517406b85de9178b194e6d6c25813d3db8229
parent165ba1aad164b7d5d5bc327fa511f6ef693b207b
drm/vc4: hdmi: Move vc4_hdmi_supports_scrambling() around

We'll need it earlier in the driver, so let's move it next to the other
scrambling-related helpers.

Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/20220829134731.213478-7-maxime@cerno.tech
drivers/gpu/drm/vc4/vc4_hdmi.c