summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAhung Cheng <ahcheng@nvidia.com>2018-07-12 04:24:07 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2020-04-20 14:26:18 -0400
commit5849d2daafabd656ec59334bc54d54cc9e289f9a (patch)
tree961ebe2b647306fb58f653fd9276cdbe6408fda6 /include
parent0a85f78b86e727b977d8534f58d7aa8322ce7b77 (diff)
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 <ahcheng@nvidia.com> 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 <automaticguardword@nvidia.com> Reviewed-by: Bibek Basu <bbasu@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> GVS: Gerrit_Virtual_Submit
Diffstat (limited to 'include')
-rw-r--r--include/uapi/video/nvhdcp.h2
1 files changed, 2 insertions, 0 deletions
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 {
82 __u32 port; /* (OUT) DP or HDMI */ 82 __u32 port; /* (OUT) DP or HDMI */
83 83
84 __u32 binfo; /* (OUT) link/repeater status for DP */ 84 __u32 binfo; /* (OUT) link/repeater status for DP */
85
86 __u32 sor; /* (OUT) SOR or SOR1 */
85}; 87};
86 88
87/* parameters to TEGRAIO_NVHDCP_SET_POLICY */ 89/* parameters to TEGRAIO_NVHDCP_SET_POLICY */