diff options
| author | Abhinav Kumar <abhinavk@codeaurora.org> | 2017-05-17 16:39:53 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-06-15 21:18:54 -0700 |
| commit | be53b222b46b797eae375d58ca4797a124858827 (patch) | |
| tree | cfcd0d1d821eb962437ca94c286e9371af85aa58 /drivers/misc | |
| parent | 9342afef9fa19aaa6bba1bf0072d155345b02224 (diff) | |
drm/msm: add HDCP 2.2 module for DRM HDMI
Add the HDCP 2.2 module for DRM HDMI.
Call the HDCP 2.2 APIs from the SDE HDMI driver and
also invoke the HDCP 2.2 ISR routine from the parent
ISR routine of the SDE HDMI driver.
Change-Id: Ib9a427e5712c827fa93b91fc3a416af61ea83745
Signed-off-by: Abhinav Kumar <abhinavk@codeaurora.org>
Diffstat (limited to 'drivers/misc')
| -rw-r--r-- | drivers/misc/hdcp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/hdcp.c b/drivers/misc/hdcp.c index 77ce6b34503c..19950b4e8059 100644 --- a/drivers/misc/hdcp.c +++ b/drivers/misc/hdcp.c @@ -2479,6 +2479,7 @@ void hdcp1_notify_topology(void) snprintf(envp[1], 16, "%d", (int)DOWN_CHECK_TOPOLOGY); snprintf(envp[2], 16, "%d", (int)HDCP_V1_TX); + kobject_uevent_env(&hdcp_drv_mgr->device->kobj, KOBJ_CHANGE, envp); kfree(a); kfree(b); |
