From bbdb824e975ddee32e19b5d397c08d3cee1b44ba Mon Sep 17 00:00:00 2001 From: Casey Piper Date: Thu, 2 Jul 2015 10:39:36 -0700 Subject: [PATCH] msm: mdss: hdmi: add hardware ddc rxstatus support Support reading rxstatus through hardware interrupts. Reading rxstatus through hardware allows locality deadlines to be enforced. Change-Id: Ic56b3e5c27f2410c7b060a6d5c7c88e0770dc16b Signed-off-by: Alhad Purnapatre Signed-off-by: Casey Piper --- drivers/video/fbdev/msm/mdss_hdmi_hdcp.h | 2 + drivers/video/fbdev/msm/mdss_hdmi_hdcp2p2.c | 85 ++++--- drivers/video/fbdev/msm/mdss_hdmi_tx.c | 1 + drivers/video/fbdev/msm/mdss_hdmi_util.c | 236 ++++++++++++++++++++ drivers/video/fbdev/msm/mdss_hdmi_util.h | 86 +++++++ 5 files changed, 378 insertions(+), 32 deletions(-) diff --git a/drivers/video/fbdev/msm/mdss_hdmi_hdcp.h b/drivers/video/fbdev/msm/mdss_hdmi_hdcp.h index 86d010da18d7..901aaefac387 100644 --- a/drivers/video/fbdev/msm/mdss_hdmi_hdcp.h +++ b/drivers/video/fbdev/msm/mdss_hdmi_hdcp.h @@ -14,6 +14,7 @@ #define __MDSS_HDMI_HDCP_H__ #include "mdss_hdmi_util.h" +#include