drm/i915/hdcp: Fill hdcp2_streamid_type and k in appropriate places
authorSuraj Kandpal <suraj.kandpal@intel.com>
Mon, 15 May 2023 11:27:26 +0000 (16:57 +0530)
committerAnimesh Manna <animesh.manna@intel.com>
Tue, 16 May 2023 08:16:19 +0000 (13:46 +0530)
commite45c5f1ad76968798b62add0396f85d9838aaca2
tree07edae4e6105a37504338721685b23ceb7708eae
parenta6d82f1b7ada6154668f1b5ff751a845aa540637
drm/i915/hdcp: Fill hdcp2_streamid_type and k in appropriate places

stream_id and k(no of streams) should be set in
intel_hdcp_set_content_streams. stream_type should be set in
intel_hdcp_required_content_stream.

--v5
-add missing stream_id assignment [Ankit]

Cc: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>
Reviewed-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
Signed-off-by: Animesh Manna <animesh.manna@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230515112726.689116-1-suraj.kandpal@intel.com
drivers/gpu/drm/i915/display/intel_hdcp.c