]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915/dp: Set sdp_type in AS SDP unpack
authorAnkit Nautiyal <ankit.k.nautiyal@intel.com>
Mon, 11 May 2026 12:32:17 +0000 (18:02 +0530)
committerAnkit Nautiyal <ankit.k.nautiyal@intel.com>
Mon, 18 May 2026 02:43:53 +0000 (08:13 +0530)
commit801b3544b9a46050e4928362b23ef4ac3886c241
tree02ef5ad9c92328cbb4a8830e5e50e5efdb46ebde
parent563daf057863e06f35b90d072434c848ce280261
drm/i915/dp: Set sdp_type in AS SDP unpack

Add sdp_type in AS SDP unpack. Since the field sdp_type is not compared
in intel_compare_dp_as_sdp() it doesn't throw up any mismatch error yet.

In the subsequent change this field will be added along with other missing
fields for comparison.

Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patch.msgid.link/20260511123218.1589830-4-ankit.k.nautiyal@intel.com
drivers/gpu/drm/i915/display/intel_dp.c