drm/xe: Remove set_job_timeout_ms() from exec_queue_ops
authorBrian Welty <brian.welty@intel.com>
Wed, 10 Jan 2024 17:32:52 +0000 (09:32 -0800)
committerMatthew Brost <matthew.brost@intel.com>
Wed, 10 Jan 2024 23:01:57 +0000 (15:01 -0800)
commit801e8c7ed6705bd34508f52376cdbb3fc374c921
treeba80eece8b13362ee810ebaddebf0dccacec55a3
parent25ce7c5063b335808e1753ced5f0069981073f17
drm/xe: Remove set_job_timeout_ms() from exec_queue_ops

This function is no longer used as the job_timeout is now
updated prior to calling queue_ops.init().

Signed-off-by: Brian Welty <brian.welty@intel.com>
Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
drivers/gpu/drm/xe/xe_exec_queue_types.h
drivers/gpu/drm/xe/xe_execlist.c
drivers/gpu/drm/xe/xe_guc_submit.c