Skip to content

Commit 8d87f08

Browse files
committed
drm/i915/hpd: Fix mtp_tc_hpd_enable_detection()
Set the MTP TC hotplug bits in the correct register. Shouldn't matter really as this only gets used for eDP detection and there should be never eDP on TC ports on current hw. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20250902153915.4423-1-ville.syrjala@linux.intel.com Reviewed-by: Jani Nikula <jani.nikula@intel.com>
1 parent 2ce575d commit 8d87f08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1025,7 +1025,7 @@ static void mtp_tc_hpd_enable_detection(struct intel_encoder *encoder)
10251025
{
10261026
struct intel_display *display = to_intel_display(encoder);
10271027

1028-
intel_de_rmw(display, SHOTPLUG_CTL_DDI,
1028+
intel_de_rmw(display, SHOTPLUG_CTL_TC,
10291029
mtp_tc_hotplug_mask(encoder->hpd_pin),
10301030
mtp_tc_hotplug_enables(encoder));
10311031
}

0 commit comments

Comments
 (0)