Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] VF Tweaks
@ 2024-01-12 15:26 Michal Wajdeczko
  2024-01-12 15:26 ` [PATCH 1/8] drm/xe/vf: Assume fixed GSM size if VF Michal Wajdeczko
                   ` (14 more replies)
  0 siblings, 15 replies; 24+ messages in thread
From: Michal Wajdeczko @ 2024-01-12 15:26 UTC (permalink / raw)
  To: intel-xe

Virtual Function (VF) has limited access to the registers.
Start avoiding using them if we run as VF driver.

Michal Wajdeczko (8):
  drm/xe/vf: Assume fixed GSM size if VF
  drm/xe/vf: Don't try to capture engine data unavailable to VF
  drm/xe/vf: Don't program MOCS if VF
  drm/xe/vf: Don't initialize stolen memory manager if VF
  drm/xe/vf: Don't check if LMEM is initialized if VF
  drm/xe/vf: Don't enable hwmon if VF
  drm/xe/vf: Don't program PAT if VF
  drm/xe/vf: Don't support MCR registers if VF

 drivers/gpu/drm/xe/xe_ggtt.c           |  7 ++++++-
 drivers/gpu/drm/xe/xe_gt_mcr.c         | 17 +++++++++++++++++
 drivers/gpu/drm/xe/xe_hw_engine.c      |  5 +++++
 drivers/gpu/drm/xe/xe_hwmon.c          |  5 +++++
 drivers/gpu/drm/xe/xe_mmio.c           |  9 ++++++++-
 drivers/gpu/drm/xe/xe_mocs.c           |  4 ++++
 drivers/gpu/drm/xe/xe_pat.c            |  5 +++++
 drivers/gpu/drm/xe/xe_ttm_stolen_mgr.c |  5 ++++-
 8 files changed, 54 insertions(+), 3 deletions(-)


base-commit: 7a20187068bed91b523795a18219e570f1e84eb1
-- 
2.25.1


^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2024-02-06 17:47 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-12 15:26 [PATCH 0/8] VF Tweaks Michal Wajdeczko
2024-01-12 15:26 ` [PATCH 1/8] drm/xe/vf: Assume fixed GSM size if VF Michal Wajdeczko
2024-01-13  1:13   ` Matt Roper
2024-01-12 15:26 ` [PATCH 2/8] drm/xe/vf: Don't try to capture engine data unavailable to VF Michal Wajdeczko
2024-01-12 21:15   ` Rodrigo Vivi
2024-01-12 15:26 ` [PATCH 3/8] drm/xe/vf: Don't program MOCS if VF Michal Wajdeczko
2024-01-13  0:54   ` Matt Roper
2024-01-12 15:26 ` [PATCH 4/8] drm/xe/vf: Don't initialize stolen memory manager " Michal Wajdeczko
2024-02-06 17:47   ` Matt Roper
2024-01-12 15:26 ` [PATCH 5/8] drm/xe/vf: Don't check if LMEM is initialized " Michal Wajdeczko
2024-01-13  4:37   ` Matt Roper
2024-01-12 15:26 ` [PATCH 6/8] drm/xe/vf: Don't enable hwmon " Michal Wajdeczko
2024-01-16 20:04   ` Nilawar, Badal
2024-01-12 15:26 ` [PATCH 7/8] drm/xe/vf: Don't program PAT " Michal Wajdeczko
2024-01-13  0:56   ` Matt Roper
2024-01-12 15:26 ` [PATCH 8/8] drm/xe/vf: Don't support MCR registers " Michal Wajdeczko
2024-01-13  1:11   ` Matt Roper
2024-01-12 15:30 ` ✓ CI.Patch_applied: success for VF Tweaks Patchwork
2024-01-12 15:30 ` ✓ CI.checkpatch: " Patchwork
2024-01-12 15:31 ` ✓ CI.KUnit: " Patchwork
2024-01-12 15:38 ` ✓ CI.Build: " Patchwork
2024-01-12 15:38 ` ✓ CI.Hooks: " Patchwork
2024-01-12 15:40 ` ✓ CI.checksparse: " Patchwork
2024-01-12 16:03 ` ✓ CI.BAT: " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox