✓ CI.checkpatch: success for drm/dp: Fix link training interrupted by HPD pulse

Patchwork patchwork at emeril.freedesktop.org
Tue Feb 25 01:54:54 UTC 2025


== Series Details ==

Series: drm/dp: Fix link training interrupted by HPD pulse
URL   : https://patchwork.freedesktop.org/series/145353/
State : success

== Summary ==

+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
22f9cda3436b4fe965b5c5f31d2f2c1bcb483189
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit e269048125719d78e66bb40f9da7b97a5b44d00b
Author: Imre Deak <imre.deak at intel.com>
Date:   Mon Feb 24 21:31:15 2025 +0200

    drm/i915/crt: Use intel_hpd_suspend/resume() instead of intel_hpd_disable/enable()
    
    intel_hpd_disable/enable() have the same purpose as
    intel_hpd_suspend/resume(), except that disable/enable will drop any HPD
    IRQs which were triggered while the HPD was disabled, while
    suspend/resume will handle such IRQs after the IRQ handling is resumed.
    Use intel_hpd_suspend/resume() for crt as well, by adding a helper to
    explicitly clear any pending IRQs before resuming.
    
    Signed-off-by: Imre Deak <imre.deak at intel.com>
+ /mt/dim checkpatch 9f112b86fd27ff7de2ce09718596cfefd71ee41f drm-intel
b4aaa7a5e746 drm/i915/hpd: Let an HPD pin be in the disabled state when handling missed IRQs
b7d0697f54bf drm/i915/hpd: Add support for suspending the IRQ handling on an HPD pin
bb30ebab2468 drm/i915/dp: Fix link training interrupted by a short HPD pulse
cfda20f33bc9 drm/i915/dp: Queue a link check after link training is complete
e26904812571 drm/i915/crt: Use intel_hpd_suspend/resume() instead of intel_hpd_disable/enable()




More information about the Intel-xe mailing list