From 5849d2daafabd656ec59334bc54d54cc9e289f9a Mon Sep 17 00:00:00 2001 From: Ahung Cheng Date: Thu, 12 Jul 2018 16:24:07 +0800 Subject: tegra: hdcp: pass SOR instance to upstream upstream library needs to get the active SOR instance bug 2219364 Change-Id: I79b5fb9ae690037ac98f7e46b053da14d4322c63 Signed-off-by: Ahung Cheng Reviewed-on: https://git-master.nvidia.com/r/1776730 (cherry picked from commit 206d44dcbd84f933e9d2bb7f0f7c532b5b3ed632) Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2313884 Reviewed-by: automaticguardword Reviewed-by: Bibek Basu Reviewed-by: mobile promotions Tested-by: mobile promotions GVS: Gerrit_Virtual_Submit --- include/uapi/video/nvhdcp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/uapi/video/nvhdcp.h b/include/uapi/video/nvhdcp.h index 7f759f56e..e07c9def1 100644 --- a/include/uapi/video/nvhdcp.h +++ b/include/uapi/video/nvhdcp.h @@ -82,6 +82,8 @@ struct tegra_nvhdcp_packet { __u32 port; /* (OUT) DP or HDMI */ __u32 binfo; /* (OUT) link/repeater status for DP */ + + __u32 sor; /* (OUT) SOR or SOR1 */ }; /* parameters to TEGRAIO_NVHDCP_SET_POLICY */ -- cgit v1.2.2