[Intel-xe] [PATCH v3 0/2] drm/xe: switch to using drm_exec

Francois Dugast francois.dugast at intel.com
Mon Jul 17 13:16:41 UTC 2023


Make Xe use drm_exec (execution context for GEM buffers v7) which was just merged to drm-misc-next.

Christian König (1):
  drm: execution context for GEM buffers v7

Francois Dugast (1):
  drm/xe: switch to using drm_exec

 Documentation/gpu/drm-mm.rst         |  12 +
 drivers/gpu/drm/Kconfig              |   6 +
 drivers/gpu/drm/Makefile             |   2 +
 drivers/gpu/drm/drm_exec.c           | 333 +++++++++++++++++++++++++++
 drivers/gpu/drm/xe/Kconfig           |   1 +
 drivers/gpu/drm/xe/xe_bo.c           |  30 ++-
 drivers/gpu/drm/xe/xe_bo_types.h     |   1 -
 drivers/gpu/drm/xe/xe_exec.c         |  30 +--
 drivers/gpu/drm/xe/xe_gt_pagefault.c |  55 +----
 drivers/gpu/drm/xe/xe_vm.c           | 247 ++++++++++----------
 drivers/gpu/drm/xe/xe_vm.h           |  32 +--
 include/drm/drm_exec.h               | 123 ++++++++++
 12 files changed, 646 insertions(+), 226 deletions(-)
 create mode 100644 drivers/gpu/drm/drm_exec.c
 create mode 100644 include/drm/drm_exec.h

-- 
2.34.1



More information about the Intel-xe mailing list