✓ CI.checkpatch: success for series starting with [1/7] drm/xe: Fix xe_pm_runtime_get_if_active return
Patchwork
patchwork at emeril.freedesktop.org
Wed May 8 20:14:09 UTC 2024
== Series Details ==
Series: series starting with [1/7] drm/xe: Fix xe_pm_runtime_get_if_active return
URL : https://patchwork.freedesktop.org/series/133344/
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
0daf0be5bb95eb0a0e42275e00a0e42d8d8fd543
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit c8095ec763d32b98db2f7d6df07b565ba81b79f9
Author: Rodrigo Vivi <rodrigo.vivi at intel.com>
Date: Wed May 8 16:07:07 2024 -0400
drm/xe: Enable D3Cold on 'low' VRAM utilization
Now that we eliminated all the mem_access get/put with its
locking issues from the inner calls of migration, we can
allow D3Cold.
Enable it when VRAM utilization is lower then 300Mb. On
higher utilization we only allow D3hot so we don't increase
so much the latency on runtime resume due to the memory
restoration.
Signed-off-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
+ /mt/dim checkpatch 8476ff943d5bc96e47fd38df01b1d2c632c2dda6 drm-intel
27ce1e6e0f11 drm/xe: Fix xe_pm_runtime_get_if_active return
a6ba2ff8cb53 drm/xe: Fix xe_pm_runtime_get_if_in_use documentation
3dd22db6807c drm/xe: Relax runtime pm protection during execution
1d01615dc30c drm/xe: Relax runtime pm protection around VM
4a2ee3321bdb drm/xe: Prepare display for D3Cold
a53ea09ed0e0 drm/xe: Stop checking for power_lost on D3Cold
c8095ec763d3 drm/xe: Enable D3Cold on 'low' VRAM utilization
More information about the Intel-xe
mailing list