]> www.infradead.org Git - users/willy/xarray.git/commit
drm/i915/hdcp: Move aux assignment after connector type check
authorSuraj Kandpal <suraj.kandpal@intel.com>
Tue, 21 May 2024 08:14:56 +0000 (13:44 +0530)
committerSuraj Kandpal <suraj.kandpal@intel.com>
Wed, 22 May 2024 10:03:46 +0000 (15:33 +0530)
commit1155de965e6a4987e2897f78ea56f07c7140764e
tree4ed1e3b2026fd15e8bf5fc3253314b748e888b58
parent3c7bbd4c9dc42e05218d489bd487580336d42fc7
drm/i915/hdcp: Move aux assignment after connector type check

Move assignment of aux after connector type check as port may not
exist if connector is not DPMST.

--v2
-Fix unwanted change in intel_encoder check [Jani]

Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>
Reviewed-by: Imre Deak <imre.deak@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240521081458.1500327-2-suraj.kandpal@intel.com
drivers/gpu/drm/i915/display/intel_dp_hdcp.c