drm/vc4: hdmi: Move structure to header
authorMaxime Ripard <maxime@cerno.tech>
Wed, 18 Dec 2019 17:35:12 +0000 (18:35 +0100)
committerpopcornmix <popcornmix@gmail.com>
Wed, 1 Jul 2020 15:33:38 +0000 (16:33 +0100)
commit53e9ae736773afe9160c23a61c08bd3d76bd64a3
tree92da32967a4e5e5e9bb3dc1a7ee812b09680b5fa
parent7a90c95b95b60c6a0fed04223a850839198c1b08
drm/vc4: hdmi: Move structure to header

We will need to share the vc4_hdmi and related structures with multiple
files, so let's create a header for it.

Signed-off-by: Maxime Ripard <maxime@cerno.tech>
drivers/gpu/drm/vc4/vc4_hdmi.c
drivers/gpu/drm/vc4/vc4_hdmi.h [new file with mode: 0644]