mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
FROMLIST: drm/rockchip: Add forward declarations to cdn_dp_device and audio_info
Add forward declarations in cdn-dp-reg.h to cdn_dp_device and audio_info BUG=None TEST=None Signed-off-by: Sean Paul <seanpaul@chromium.org> (from https://lists.freedesktop.org/archives/dri-devel/2017-September/152108.html) Reviewed-on: https://chromium-review.googlesource.com/657939 Commit-Ready: Sean Paul <seanpaul@google.com> Tested-by: Sean Paul <seanpaul@google.com> Reviewed-by: Douglas Anderson <dianders@chromium.org> Reviewed-by: Kristian H. Kristensen <hoegsberg@chromium.org> Change-Id: I8b12f76a5fb441ad5353259b4c74d161b1d4693e Signed-off-by: Wyon Bi <bivvy.bi@rock-chips.com>
This commit is contained in:
@@ -489,6 +489,9 @@ enum HDCP_TX_SUPPORT {
|
||||
HDCP_TX_BOTH,
|
||||
};
|
||||
|
||||
struct cdn_dp_device;
|
||||
struct audio_info;
|
||||
|
||||
void cdn_dp_clock_reset(struct cdn_dp_device *dp);
|
||||
|
||||
void cdn_dp_set_fw_clk(struct cdn_dp_device *dp, unsigned long clk);
|
||||
|
||||
Reference in New Issue
Block a user