/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2016 Chris Zhong <[email protected]> * Copyright (C) 2016 ROCKCHIP, Inc. */ #ifndef _CDN_DP_CORE_H #define _CDN_DP_CORE_H #include <drm/display/drm_dp_helper.h> #include <drm/drm_panel.h> #include <drm/drm_probe_helper.h> #include <sound/hdmi-codec.h> #include "rockchip_drm_drv.h" #define MAX_PHY … enum audio_format { … }; struct audio_info { … }; enum vic_pxl_encoding_format { … }; struct video_info { … }; struct cdn_firmware_header { … }; struct cdn_dp_port { … }; struct cdn_dp_device { … }; #endif /* _CDN_DP_CORE_H */