mirror of
https://github.com/torvalds/linux.git
synced 2026-05-04 06:22:40 -04:00
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>
This commit is contained in:
@@ -1025,7 +1025,7 @@ static void mtp_tc_hpd_enable_detection(struct intel_encoder *encoder)
|
||||
{
|
||||
struct intel_display *display = to_intel_display(encoder);
|
||||
|
||||
intel_de_rmw(display, SHOTPLUG_CTL_DDI,
|
||||
intel_de_rmw(display, SHOTPLUG_CTL_TC,
|
||||
mtp_tc_hotplug_mask(encoder->hpd_pin),
|
||||
mtp_tc_hotplug_enables(encoder));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user