]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/xe: Move and export xe_hw_engine lookup.
authorDominik Grzegorzek <dominik.grzegorzek@intel.com>
Mon, 29 Jul 2024 13:01:52 +0000 (16:01 +0300)
committerMatthew Brost <matthew.brost@intel.com>
Wed, 31 Jul 2024 02:36:20 +0000 (19:36 -0700)
commit6f20fc09936e786a4ba18f5514fe185e0451ada9
treea2822061e318d5f1416502a7ed54b0d0e6ccbc8e
parent7f7a2da3bf8bc0e0f6c239af495b7050056e889c
drm/xe: Move and export xe_hw_engine lookup.

Move and export xe_hw_engine lookup. This is in preparation
to use this in eudebug code where we want to find active
engine.

v2: s/tile/gt due to uapi changes (Mika)

Signed-off-by: Dominik Grzegorzek <dominik.grzegorzek@intel.com>
Signed-off-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240729130152.100130-1-mika.kuoppala@linux.intel.com
drivers/gpu/drm/xe/xe_exec_queue.c
drivers/gpu/drm/xe/xe_hw_engine.c
drivers/gpu/drm/xe/xe_hw_engine.h