mbox series

[0/2] Fixes in hdcp remote capability

Message ID 20240507035037.1025012-1-suraj.kandpal@intel.com (mailing list archive)
Headers show
Series Fixes in hdcp remote capability | expand

Message

Kandpal, Suraj May 7, 2024, 3:50 a.m. UTC
This patch series aims to avoid page fault errors caused by aux
early assignment as connector may not be mst and using encoder
to check for connector type.

Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>

Suraj Kandpal (2):
  drm/i915/hdcp: Move aux assignment after connector type check
  drm/i915/hdcp: Check mst_port to determine connector type

 drivers/gpu/drm/i915/display/intel_dp_hdcp.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)