✓ CI.checkpatch: success for Add DRM-managed drm_mm_init()
Patchwork
patchwork at emeril.freedesktop.org
Fri May 24 13:42:01 UTC 2024
== Series Details ==
Series: Add DRM-managed drm_mm_init()
URL : https://patchwork.freedesktop.org/series/134021/
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
51ce9f6cd981d42d7467409d7dbc559a450abc1e
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit db493aa59afdd83e403af272729b25476ab87e18
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date: Fri May 24 15:35:18 2024 +0200
drm/xe: Use drm_device managed mutex/mm init helpers in GGTT
There is not need for private release action as there are existing
drmm_mm_init() and drmm_mutex_init() helpers that can be used.
Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
Cc: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
+ /mt/dim checkpatch 573842e9ab57ccd8d6bb68ad55ed2e012e3d5d2f drm-intel
60921bb99f4e drm: Add DRM-managed drm_mm_init()
db493aa59afd drm/xe: Use drm_device managed mutex/mm init helpers in GGTT
More information about the Intel-xe
mailing list