summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJi Soo Shin <jisshin@google.com>2023-05-30 16:27:55 +0200
committerJi Soo Shin <jisshin@google.com>2023-05-30 16:28:48 +0200
commit3321c740875e2170ce88348938f610d500794040 (patch)
tree21c37024c24be97910e8a4197e093911b4416516
parente712d4c25dbea9d464a3a3c0ece423e77bdd7f72 (diff)
downloadsamsung-3321c740875e2170ce88348938f610d500794040.tar.gz
hdcp: enable hdcp by default
IRQ_HPD is now enabled and now all HDCP1.x HDCP2.x tests pass. Bug: 279061304 Change-Id: I2a489b7f61f995ba0c4535b852b554024fa0a3a1 Signed-off-by: Ji Soo Shin <jisshin@google.com>
-rw-r--r--auth-control.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth-control.c b/auth-control.c
index dd54a2a..44ed418 100644
--- a/auth-control.c
+++ b/auth-control.c
@@ -24,7 +24,7 @@ static struct delayed_work hdcp_work;
static enum auth_state state;
-static unsigned long max_ver = 0; /* Disable HDCP by default */
+static unsigned long max_ver = 2;
module_param(max_ver, ulong, 0664);
MODULE_PARM_DESC(max_ver,
"support up to specific hdcp version by setting max_ver=x");