✓ CI.checkpatch: success for handle HPD polling on display pm runtime s/r (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Fri Aug 23 11:28:55 UTC 2024
== Series Details ==
Series: handle HPD polling on display pm runtime s/r (rev2)
URL : https://patchwork.freedesktop.org/series/137527/
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
9fe5037901cabbcdf27a6fe0dfb047ca1474d363
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit c195a57775be5532bf5dd6a990c717b6bcc5ab24
Author: Vinod Govindapillai <vinod.govindapillai at intel.com>
Date: Fri Aug 23 14:21:48 2024 +0300
drm/xe/display: handle HPD polling in display runtime suspend/resume
In XE, display runtime suspend / resume routines are called only
if d3cold is allowed. This makes the driver unable to detect any
HPDs once the device goes into runtime suspend state in platforms
like LNL. Update the display runtime suspend / resume routines
to include HPD polling regardless of d3cold status.
While xe_display_pm_suspend/resume() performs steps during runtime
suspend/resume that shouldn't happen, like suspending MST and they
are missing other steps like enabling DC9, this patchset is meant
to keep the current behavior wrt. these, leaving the corresponding
updates for a follow-up
v2: have a separate function for display runtime s/r (Rodrigo)
v3: better streamlining of system s/r and runtime s/r calls (Imre)
v4: rebased
Reviewed-by: Arun R Murthy <arun.r.murthy at intel.com>
Signed-off-by: Vinod Govindapillai <vinod.govindapillai at intel.com>
+ /mt/dim checkpatch bb53a030e951749b4e919a5a8b17e6d8bedc5597 drm-intel
d4d74f3ef2d8 drm/xe: Suspend/resume user access only during system s/r
632cfa2f318f drm/xe: Handle polling only for system s/r in xe_display_pm_suspend/resume()
c195a57775be drm/xe/display: handle HPD polling in display runtime suspend/resume
More information about the Intel-xe
mailing list