drm/vc4: hdmi: Move structure to header
authorMaxime Ripard <maxime@cerno.tech>
Thu, 3 Sep 2020 08:01:11 +0000 (10:01 +0200)
committerMaxime Ripard <maxime@cerno.tech>
Mon, 7 Sep 2020 16:04:54 +0000 (18:04 +0200)
commitf73100cce9ab0528808aaf818e2302ec4851de79
tree765c9fdd82e97d88f9ef8a93f40c29a5c3f50b77
parent3eda598241420d3469161010a157682162d83c52
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>
Tested-by: Chanwoo Choi <cw00.choi@samsung.com>
Tested-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
Tested-by: Stefan Wahren <stefan.wahren@i2se.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Link: https://patchwork.freedesktop.org/patch/msgid/db3ff2babc914e38e86f794c4e49128697aed887.1599120059.git-series.maxime@cerno.tech
drivers/gpu/drm/vc4/vc4_hdmi.c
drivers/gpu/drm/vc4/vc4_hdmi.h [new file with mode: 0644]