Files
kernel_xiaomi_sm8250/include/linux/msm_hdcp.h
Satya Rama Aditya Pinapala 10ffbfa2c7 drm/msm/dp: Snapshot of DP and supporting files
This snapshot includes DP and supporting files for compilation.
This change also has the copyright year update to the files. Snapshot
was taken from msm-4.14 as of commit 1df57774a520
("ARM: dts: msm: Remove dma-coherent for IPA for sdxprairie").

Change-Id: I7152ec12a1c3c8346e158540c8bf70d4bbc2c372
Signed-off-by: Satya Rama Aditya Pinapala <psraditya30@codeaurora.org>
2019-02-01 12:37:40 -08:00

18 lines
494 B
C

/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
*/
#ifndef __MSM_HDCP_H
#define __MSM_HDCP_H
#include <linux/types.h>
#include "video/msm_hdmi_hdcp_mgr.h"
void msm_hdcp_notify_topology(struct device *dev);
void msm_hdcp_cache_repeater_topology(struct device *dev,
struct HDCP_V2V1_MSG_TOPOLOGY *tp);
void msm_hdcp_register_cb(struct device *dev, void *ctx,
void (*cb)(void *ctx, u8 data));
#endif /* __MSM_HDCP_H */