✓ CI.checkpatch: success for drm/xe: Use enum instead of hard coding (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Mon Mar 25 17:42:28 UTC 2024
== Series Details ==
Series: drm/xe: Use enum instead of hard coding (rev2)
URL : https://patchwork.freedesktop.org/series/131460/
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
a9eb1ac8298ef9f9146567c29fa762d8e9efa1ef
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 24d7350c1f407233ef096a2b7aace668bf29dfee
Author: Himal Prasad Ghimiray <himal.prasad.ghimiray at intel.com>
Date: Fri Mar 22 08:45:58 2024 +0530
drm/xe: Use enum instead of hard coding
Instead of hardcoding the value 0, pass DRM_SCHED_PRIORITY_KERNEL as an
argument to drm_sched_entity_init.
v2
- Make changes in xe_execlist too. (Rodrigo)
Cc: Matthew Brost <matthew.brost at intel.com>
Signed-off-by: Himal Prasad Ghimiray <himal.prasad.ghimiray at intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
+ /mt/dim checkpatch d1ecfbbbb194e8f7941bd84f77f7c938b461ce14 drm-intel
24d7350c1f40 drm/xe: Use enum instead of hard coding
More information about the Intel-xe
mailing list