mbox series

[0/2] Fix UBSAN warning in hdcp_info

Message ID 20240327044422.240398-2-suraj.kandpal@intel.com (mailing list archive)
Headers show
Series Fix UBSAN warning in hdcp_info | expand

Message

Kandpal, Suraj March 27, 2024, 4:44 a.m. UTC
This patch series fixes the UBSAN warning which gets called
when hdcp_info is invoked accompanied by some other logical fixes
required in the hdcp capability function.

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

Suraj Kandpal (2):
  drm/i915/display: Initialize capability variables
  drm/i915/hdcp: Fix get remote hdcp capability function

 drivers/gpu/drm/i915/display/intel_display_debugfs.c | 2 +-
 drivers/gpu/drm/i915/display/intel_dp_hdcp.c         | 9 ++++-----
 2 files changed, 5 insertions(+), 6 deletions(-)