drm: Add some HDCP related #defines
authorSean Paul <seanpaul@chromium.org>
Mon, 8 Jan 2018 19:55:38 +0000 (14:55 -0500)
committerSean Paul <seanpaul@chromium.org>
Mon, 8 Jan 2018 19:57:54 +0000 (14:57 -0500)
commit495eb7f877ab3789355c6ab5a0dbbd5277a88d69
tree0e34193dc57ff7f77bb957648cab46e34e2429e5
parent24557865c8b1a6d0eaccaac47aabd9b23badf8fd
drm: Add some HDCP related #defines

In preparation for implementing HDCP in i915, add some HDCP related
register offsets and defines. The dpcd register offsets will go in
drm_dp_helper.h whereas the ddc offsets along with generic HDCP stuff
will get stuffed in drm_hdcp.h, which is new.

Changes in v2:
- drm_hdcp.h gets MIT license (Daniel)
Changes in v3:
- None
Changes in v4:
- None
Changes in v5:
- None
Changes in v6:
- SPDX license

Cc: Daniel Vetter <daniel.vetter@intel.com>
Reviewed-by: Ramalingam C <ramalingm.c@intel.com>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20180108195545.218615-5-seanpaul@chromium.org
include/drm/drm_dp_helper.h
include/drm/drm_hdcp.h [new file with mode: 0644]