Skip to content
Snippets Groups Projects
Commit fef257eb authored by Brian Welty's avatar Brian Welty Committed by Thomas Hellström
Browse files

drm/xe: Fix guc_exec_queue_set_priority


We need to set q->priority prior to calling guc_exec_queue_add_msg() as
that will call init_policies() and sets the scheduling properties to those
stored in the exec_queue.

Fixes: dd08ebf6 ("drm/xe: Introduce a new DRM driver for Intel GPUs")
Signed-off-by: default avatarBrian Welty <brian.welty@intel.com>
Signed-off-by: default avatarMatthew Brost <matthew.brost@intel.com>
Reviewed-by: default avatarMatthew Brost <matthew.brost@intel.com>
(cherry picked from commit b16483f9)
Signed-off-by: default avatarThomas Hellström <thomas.hellstrom@linux.intel.com>
parent 98949068
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment