Re: [PATCH 05/11] drm/i915/hdcp: Add new remote capability check shim function

2024-02-09 Thread Jani Nikula
On Sun, 04 Feb 2024, Suraj Kandpal wrote: > Create a remote HDCP capability shim function which can read the > remote monitor HDCP capability when in MST configuration. > > --v2 > -Add an assertion to make sure only mst encoder call this remote_cap > function [Ankit] > > Signed-off-by: Suraj Kandp

Re: [PATCH 05/11] drm/i915/hdcp: Add new remote capability check shim function

2024-02-06 Thread Nautiyal, Ankit K
On 2/4/2024 7:54 PM, Suraj Kandpal wrote: Create a remote HDCP capability shim function which can read the remote monitor HDCP capability when in MST configuration. --v2 -Add an assertion to make sure only mst encoder call this remote_cap function [Ankit] Signed-off-by: Suraj Kandpal --- .

[PATCH 05/11] drm/i915/hdcp: Add new remote capability check shim function

2024-02-04 Thread Suraj Kandpal
Create a remote HDCP capability shim function which can read the remote monitor HDCP capability when in MST configuration. --v2 -Add an assertion to make sure only mst encoder call this remote_cap function [Ankit] Signed-off-by: Suraj Kandpal --- .../drm/i915/display/intel_display_types.h|

[PATCH 05/11] drm/i915/hdcp: Add new remote capability check shim function

2024-02-03 Thread Suraj Kandpal
Create a remote HDCP capability shim function which can read the remote monitor HDCP capability when in MST configuration. --v2 -Add an assertion to make sure only mst encoder call this remote_cap function [Ankit] Signed-off-by: Suraj Kandpal --- .../drm/i915/display/intel_display_types.h|

Re: [PATCH 05/11] drm/i915/hdcp: Add new remote capability check shim function

2024-02-02 Thread Nautiyal, Ankit K
On 2/2/2024 12:08 PM, Suraj Kandpal wrote: Create a remote HDCP capability shim function which can read the remote monitor HDCP capability when in MST configuration. Signed-off-by: Suraj Kandpal --- .../drm/i915/display/intel_display_types.h| 4 drivers/gpu/drm/i915/display/intel

[PATCH 05/11] drm/i915/hdcp: Add new remote capability check shim function

2024-02-01 Thread Suraj Kandpal
Create a remote HDCP capability shim function which can read the remote monitor HDCP capability when in MST configuration. Signed-off-by: Suraj Kandpal --- .../drm/i915/display/intel_display_types.h| 4 drivers/gpu/drm/i915/display/intel_dp_hdcp.c | 22 +++ drivers/gpu