Re: [Intel-gfx] [PATCH 1/2] drm/i915/hdcp: Fix WARN_ON(data->k > INTEL_NUM_PIPES)

2021-01-15 Thread Jani Nikula
On Fri, 15 Jan 2021, Anshuman Gupta wrote: > Initialize no. of streams transmitted on a port to zero > such that intel_hdcp_required_content_stream() can > prepared the content stream after subsequemt attmept to > enable hdcp after a HDCP failure. > > Cc: Ramalingam C > Signed-off-by: Anshuman

[Intel-gfx] [PATCH 1/2] drm/i915/hdcp: Fix WARN_ON(data->k > INTEL_NUM_PIPES)

2021-01-15 Thread Anshuman Gupta
Initialize no. of streams transmitted on a port to zero such that intel_hdcp_required_content_stream() can prepared the content stream after subsequemt attmept to enable hdcp after a HDCP failure. Cc: Ramalingam C Signed-off-by: Anshuman Gupta --- drivers/gpu/drm/i915/display/intel_hdcp.c | 2