[Intel-xe] [PATCH 0/5] Introduce Local Memory Translation Table

Rodrigo Vivi rodrigo.vivi at intel.com
Mon Dec 11 21:21:01 UTC 2023


On Tue, Nov 28, 2023 at 04:15:02PM +0100, Michal Wajdeczko wrote:
> The Local Memory Translation Table (LMTT) is required to support
> SR-IOV on discrete GPUs. In addition to the core LMTT code also
> introduce helpers that will be used by other upcoming SR-IOV code.

for the series
Reviewed-by: Rodrigo Vivi <rodrigo.vivi at intel.com>

but I'm afraid that you will need to rebase since it is not applying
anymore.

Thanks,
Rodrigo.

> 
> Michal Wajdeczko (5):
>   drm/xe: Define DRM_XE_DEBUG_SRIOV config
>   drm/xe: Introduce SR-IOV logging macros
>   drm/xe/pf: Introduce Local Memory Translation Table
>   drm/xe/kunit: Enable CONFIG_PCI_IOV in .kunitconfig
>   drm/xe/kunit: Add test for LMTT operations
> 
>  drivers/gpu/drm/xe/.kunitconfig         |   1 +
>  drivers/gpu/drm/xe/Kconfig.debug        |  10 +
>  drivers/gpu/drm/xe/Makefile             |   5 +
>  drivers/gpu/drm/xe/regs/xe_sriov_regs.h |  17 +
>  drivers/gpu/drm/xe/tests/xe_lmtt_test.c |  73 ++++
>  drivers/gpu/drm/xe/xe_device_types.h    |   8 +
>  drivers/gpu/drm/xe/xe_gt.c              |  10 +
>  drivers/gpu/drm/xe/xe_lmtt.c            | 506 ++++++++++++++++++++++++
>  drivers/gpu/drm/xe/xe_lmtt.h            |  27 ++
>  drivers/gpu/drm/xe/xe_lmtt_2l.c         | 150 +++++++
>  drivers/gpu/drm/xe/xe_lmtt_ml.c         | 161 ++++++++
>  drivers/gpu/drm/xe/xe_lmtt_types.h      |  63 +++
>  drivers/gpu/drm/xe/xe_sriov_printk.h    |  46 +++
>  13 files changed, 1077 insertions(+)
>  create mode 100644 drivers/gpu/drm/xe/regs/xe_sriov_regs.h
>  create mode 100644 drivers/gpu/drm/xe/tests/xe_lmtt_test.c
>  create mode 100644 drivers/gpu/drm/xe/xe_lmtt.c
>  create mode 100644 drivers/gpu/drm/xe/xe_lmtt.h
>  create mode 100644 drivers/gpu/drm/xe/xe_lmtt_2l.c
>  create mode 100644 drivers/gpu/drm/xe/xe_lmtt_ml.c
>  create mode 100644 drivers/gpu/drm/xe/xe_lmtt_types.h
>  create mode 100644 drivers/gpu/drm/xe/xe_sriov_printk.h
> 
> -- 
> 2.25.1
> 


More information about the Intel-xe mailing list