✓ CI.checkpatch: success for drm/i915/display: Do not report timeout on suspend

Patchwork patchwork at emeril.freedesktop.org
Sat Dec 14 00:16:27 UTC 2024


== Series Details ==

Series: drm/i915/display: Do not report timeout on suspend
URL   : https://patchwork.freedesktop.org/series/142588/
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
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit f8a2ffd5ac30239285703b636a6eef59c0ded7cd
Author: Jonathan Cavitt <jonathan.cavitt at intel.com>
Date:   Fri Dec 13 23:12:34 2024 +0000

    drm/i915/display: Do not report timeout on suspend
    
    In intel_dp_aux_wait_done, we call intel_de_wait_custom.  This call has
    a 10ms timeout before reporting ETIMEDOUT.  However, if the display pm
    runtime is suspended, then it would be expected for this call to time
    out.  This may be the case, for example, during an engine reset.
    
    Do not report ETIMEDOUT here when the pm runtime is suspended.
    
    Signed-off-by: Jonathan Cavitt <jonathan.cavitt at intel.com>
+ /mt/dim checkpatch ed42e55b9d8bcc9c4a8c179071e6166a5e423913 drm-intel
f8a2ffd5ac30 drm/i915/display: Do not report timeout on suspend




More information about the Intel-xe mailing list