drm/xe: Fake pulling gt->info.engine_mask from hwconfig blob
authorMatthew Brost <matthew.brost@intel.com>
Thu, 12 Jan 2023 22:25:30 +0000 (17:25 -0500)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Tue, 12 Dec 2023 19:06:00 +0000 (14:06 -0500)
commitda34c2cf85a4739d4e2b1b5515a0fbc8f8e60358
tree4b34387030aa8e5ab92992bb17784c049f1ef658
parent60694edf668a5c837d7bf05bd2250388e2ada9a8
drm/xe: Fake pulling gt->info.engine_mask from hwconfig blob

The blob doesn't fully support this yet, so fake for now to ensure our
driver load order is correct.

Once the blob supports pulling gt->info.engine_mask from the blob, this
patch can be removed.

Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_gt.c
drivers/gpu/drm/xe/xe_gt_types.h
drivers/gpu/drm/xe/xe_pci.c