projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abcdca1
)
video: tegra: enable HDCP debug logs.
author
Eric Laurent
<elaurent@google.com>
Mon, 11 Apr 2011 19:18:01 +0000
(12:18 -0700)
committer
Eric Laurent
<elaurent@google.com>
Mon, 11 Apr 2011 19:18:01 +0000
(12:18 -0700)
Signed-off-by: Eric Laurent <elaurent@google.com>
drivers/video/tegra/dc/nvhdcp.c
patch
|
blob
|
history
diff --git
a/drivers/video/tegra/dc/nvhdcp.c
b/drivers/video/tegra/dc/nvhdcp.c
index faa15c6081fc9c82c93176be1af82e786f0b2b0a..1485e9236087b5dbeeccfd1935637e08fb1817d8 100644
(file)
--- a/
drivers/video/tegra/dc/nvhdcp.c
+++ b/
drivers/video/tegra/dc/nvhdcp.c
@@
-45,6
+45,8
@@
#define BSTATUS_MAX_DEVS_EXCEEDED (1 << 7)
#define BSTATUS_MAX_CASCADE_EXCEEDED (1 << 11)
+#define VERBOSE_DEBUG
+
#ifdef VERBOSE_DEBUG
#define nvhdcp_vdbg(...) \
printk("nvhdcp: " __VA_ARGS__)