Skip to content

Commit 855e828

Browse files
committed
drm/i915/dp: Write the source OUI during connector detection
The DP sink's capabilities, like DSC, may depend on the source OUI written to the sink. On eDP this OUI value could have been reset before the detection started if the panel power on it got disabled. Make sure the OUI is re-written at the beginning of detection in this case, before the sink capabilities are read out. Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Signed-off-by: Imre Deak <imre.deak@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20241025160259.3088727-8-imre.deak@intel.com
1 parent 4fbdc4a commit 855e828

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/gpu/drm/i915/display/intel_dp.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5667,6 +5667,8 @@ intel_dp_detect(struct drm_connector *connector,
56675667
goto out_unset_edid;
56685668
}
56695669

5670+
intel_dp_init_source_oui(intel_dp);
5671+
56705672
ret = intel_dp_tunnel_detect(intel_dp, ctx);
56715673
if (ret == -EDEADLK) {
56725674
status = ret;

0 commit comments

Comments
 (0)