OSDN Git Service

drm/msm: add HDCP_VERSION property for connector
authorAbhinav Kumar <abhinavk@codeaurora.org>
Wed, 20 Sep 2017 03:37:31 +0000 (20:37 -0700)
committerAbhinav Kumar <abhinavk@codeaurora.org>
Tue, 26 Sep 2017 02:42:30 +0000 (19:42 -0700)
commitc6535223b7c4575079eaea3825bf74575e1b595c
tree2a3dcec188143bbb8923defdde7a911a02cc7179
parentfa33f6bd9a2f2c62703ae7b6d3056edb03537ba6
drm/msm: add HDCP_VERSION property for connector

Expose a HDCP_VERSION property for the connector.
This property is used by the userspace to decide the
proper handling of secure streams based on HDCP version
of the sink.

This also guarantees that sinks do not receive
secure content higher than their capability.

Change-Id: Ia4ada2f26a5cde088b24c8792c10c9f9097602b1
Signed-off-by: Abhinav Kumar <abhinavk@codeaurora.org>
drivers/gpu/drm/msm/hdmi-staging/sde_hdmi.c
drivers/gpu/drm/msm/hdmi-staging/sde_hdmi.h
drivers/gpu/drm/msm/hdmi-staging/sde_hdmi_bridge.c
drivers/gpu/drm/msm/hdmi-staging/sde_hdmi_util.h
drivers/gpu/drm/msm/msm_drv.h
drivers/gpu/drm/msm/sde/sde_connector.c