[PATCH v2 0/4] PF: Improve VF control
Michal Wajdeczko
michal.wajdeczko at intel.com
Wed Aug 28 21:08:05 UTC 2024
v1: https://patchwork.freedesktop.org/series/137095/
v2: rebased (xe_migrate_clear, xe_ggtt_node)
fix duplicated functions calls (Piotr)
put RESUMED state on the main diagram (Piotr)
fix missed use of default timeout helper (Piotr)
increase severity of the FLR timedout message (Piotr)
review KUnit changes in kunit (Lucas)
Cc: Piotr Piórkowski <piotr.piorkowski at intel.com>
Michal Wajdeczko (4):
drm/xe/pf: Add function to sanitize VF resources
drm/xe/pf: Fix documentation formatting
drm/xe/pf: Drop GuC notifications for non-existing VF
drm/xe/pf: Improve VF control
drivers/gpu/drm/xe/xe_gt_sriov_pf.c | 6 +
drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c | 82 ++
drivers/gpu/drm/xe/xe_gt_sriov_pf_config.h | 1 +
drivers/gpu/drm/xe/xe_gt_sriov_pf_control.c | 1258 ++++++++++++++++-
drivers/gpu/drm/xe/xe_gt_sriov_pf_control.h | 3 +
.../gpu/drm/xe/xe_gt_sriov_pf_control_types.h | 107 ++
drivers/gpu/drm/xe/xe_gt_sriov_pf_types.h | 6 +
7 files changed, 1422 insertions(+), 41 deletions(-)
create mode 100644 drivers/gpu/drm/xe/xe_gt_sriov_pf_control_types.h
--
2.43.0
More information about the Intel-xe
mailing list