[PATCH 0/9] Adapt the driver to boot on the VF device
Michal Wajdeczko
michal.wajdeczko at intel.com
Wed Jun 19 21:45:48 UTC 2024
This series should be the last step required to boot the driver on
the VF device without crashing.
Michal Wajdeczko (9):
drm/xe/vf: Disable features that do not apply to VFs
drm/xe/vf: Don't run any save-restore RTP actions if VF
drm/xe/vf: Don't apply tile workarounds if VF
drm/xe/vf: Don't change hwe IRQ masks if using memory IRQs
drm/xe/vf: Don't initialize OA if VF
drm/xe/vf: Don't support gtidle if VF
drm/xe/vf: Don't use register based TLB invalidation if VF
drm/xe/vf: Skip engine ring enabling if VF
drm/xe/vf: Custom HuC initialization if VF
drivers/gpu/drm/xe/xe_device.c | 12 ++++++++++++
drivers/gpu/drm/xe/xe_gt_idle.c | 16 ++++++++++++++++
drivers/gpu/drm/xe/xe_gt_tlb_invalidation.c | 4 ++++
drivers/gpu/drm/xe/xe_huc.c | 4 ++++
drivers/gpu/drm/xe/xe_hw_engine.c | 3 ++-
drivers/gpu/drm/xe/xe_irq.c | 3 +++
drivers/gpu/drm/xe/xe_oa.c | 4 ++++
drivers/gpu/drm/xe/xe_rtp.c | 4 ++++
drivers/gpu/drm/xe/xe_wa.c | 4 ++++
9 files changed, 53 insertions(+), 1 deletion(-)
--
2.43.0
More information about the Intel-xe
mailing list