✗ CI.checkpatch: warning for Fixes for settting exec_queue priority
Patchwork
patchwork at emeril.freedesktop.org
Sat Jan 6 00:56:54 UTC 2024
== Series Details ==
Series: Fixes for settting exec_queue priority
URL : https://patchwork.freedesktop.org/series/128279/
State : warning
== 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
6030b24c1386b00de8187b5fb987e283a57b372a
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit ceb02757000f675742315d0833e0bbd265ac0b03
Author: Brian Welty <brian.welty at intel.com>
Date: Fri Jan 5 11:04:40 2024 -0800
drm/xe: Fix modifying exec_queue priority in xe_migrate_init
After exec_queue has been created, we cannot simply modify q->priority.
This needs to be done by the backend via q->ops. However in this case,
it would be more efficient to simply pass a flag when creating the
exec_queue and set the desired priority upfront during queue creation.
To that end: new flag EXEC_QUEUE_FLAG_HIGH_PRIORITY is introduced.
The priority field is moved to be with other scheduling properties and
is now exec_queue.sched_props.priority. This is no longer set to initial
value by the backend, but is now set within __xe_exec_queue_create().
Fixes: b4eecedc75c1 ("drm/xe: Fix potential deadlock handling page faults")
Signed-off-by: Brian Welty <brian.welty at intel.com>
+ /mt/dim checkpatch cca0607b6f6a21bee68c092ed7ad9f3322e54523 drm-intel
957ac8dcf drm/xe: Fix guc_exec_queue_set_priority
-:10: WARNING:UNKNOWN_COMMIT_ID: Unknown commit id 'dd08ebf6c352', maybe rebased or not pulled?
#10:
Fixes: dd08ebf6c352 ("drm/xe: Introduce a new DRM driver for Intel GPUs")
total: 0 errors, 1 warnings, 0 checks, 9 lines checked
ceb027570 drm/xe: Fix modifying exec_queue priority in xe_migrate_init
-:16: WARNING:UNKNOWN_COMMIT_ID: Unknown commit id 'b4eecedc75c1', maybe rebased or not pulled?
#16:
Fixes: b4eecedc75c1 ("drm/xe: Fix potential deadlock handling page faults")
total: 0 errors, 1 warnings, 0 checks, 83 lines checked
More information about the Intel-xe
mailing list