-
- Downloads
drm/xe: Introduce a new DRM driver for Intel GPUs
Xe, is a new driver for Intel GPUs that supports both integrated and discrete platforms starting with Tiger Lake (first Intel Xe Architecture). The code is at a stage where it is already functional and has experimental support for multiple platforms starting from Tiger Lake, with initial support implemented in Mesa (for Iris and Anv, our OpenGL and Vulkan drivers), as well as in NEO (for OpenCL and Level0). The new Xe driver leverages a lot from i915. As for display, the intent is to share the display code with the i915 driver so that there is maximum reuse there. But it is not added in this patch. This initial work is a collaboration of many people and unfortunately the big squashed patch won't fully honor the proper credits. But let's get some git quick stats so we can at least try to preserve some of the credits: Co-developed-by:Matthew Brost <matthew.brost@intel.com> Co-developed-by:
Matthew Auld <matthew.auld@intel.com> Co-developed-by:
Matt Roper <matthew.d.roper@intel.com> Co-developed-by:
Thomas Hellström <thomas.hellstrom@linux.intel.com> Co-developed-by:
Francois Dugast <francois.dugast@intel.com> Co-developed-by:
Lucas De Marchi <lucas.demarchi@intel.com> Co-developed-by:
Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Co-developed-by:
Philippe Lecluse <philippe.lecluse@intel.com> Co-developed-by:
Nirmoy Das <nirmoy.das@intel.com> Co-developed-by:
Jani Nikula <jani.nikula@intel.com> Co-developed-by:
José Roberto de Souza <jose.souza@intel.com> Co-developed-by:
Rodrigo Vivi <rodrigo.vivi@intel.com> Co-developed-by:
Dave Airlie <airlied@redhat.com> Co-developed-by:
Faith Ekstrand <faith.ekstrand@collabora.com> Co-developed-by:
Daniel Vetter <daniel.vetter@ffwll.ch> Co-developed-by:
Mauro Carvalho Chehab <mchehab@kernel.org> Signed-off-by:
Rodrigo Vivi <rodrigo.vivi@intel.com> Signed-off-by:
Matthew Brost <matthew.brost@intel.com>
- Documentation/gpu/drivers.rst 1 addition, 0 deletionsDocumentation/gpu/drivers.rst
- Documentation/gpu/xe/index.rst 23 additions, 0 deletionsDocumentation/gpu/xe/index.rst
- Documentation/gpu/xe/xe_cs.rst 8 additions, 0 deletionsDocumentation/gpu/xe/xe_cs.rst
- Documentation/gpu/xe/xe_firmware.rst 34 additions, 0 deletionsDocumentation/gpu/xe/xe_firmware.rst
- Documentation/gpu/xe/xe_gt_mcr.rst 13 additions, 0 deletionsDocumentation/gpu/xe/xe_gt_mcr.rst
- Documentation/gpu/xe/xe_map.rst 8 additions, 0 deletionsDocumentation/gpu/xe/xe_map.rst
- Documentation/gpu/xe/xe_migrate.rst 8 additions, 0 deletionsDocumentation/gpu/xe/xe_migrate.rst
- Documentation/gpu/xe/xe_mm.rst 14 additions, 0 deletionsDocumentation/gpu/xe/xe_mm.rst
- Documentation/gpu/xe/xe_pcode.rst 14 additions, 0 deletionsDocumentation/gpu/xe/xe_pcode.rst
- Documentation/gpu/xe/xe_pm.rst 14 additions, 0 deletionsDocumentation/gpu/xe/xe_pm.rst
- Documentation/gpu/xe/xe_rtp.rst 20 additions, 0 deletionsDocumentation/gpu/xe/xe_rtp.rst
- Documentation/gpu/xe/xe_wa.rst 14 additions, 0 deletionsDocumentation/gpu/xe/xe_wa.rst
- drivers/gpu/drm/Kconfig 2 additions, 0 deletionsdrivers/gpu/drm/Kconfig
- drivers/gpu/drm/Makefile 1 addition, 0 deletionsdrivers/gpu/drm/Makefile
- drivers/gpu/drm/xe/.gitignore 2 additions, 0 deletionsdrivers/gpu/drm/xe/.gitignore
- drivers/gpu/drm/xe/Kconfig 63 additions, 0 deletionsdrivers/gpu/drm/xe/Kconfig
- drivers/gpu/drm/xe/Kconfig.debug 96 additions, 0 deletionsdrivers/gpu/drm/xe/Kconfig.debug
- drivers/gpu/drm/xe/Makefile 121 additions, 0 deletionsdrivers/gpu/drm/xe/Makefile
- drivers/gpu/drm/xe/abi/guc_actions_abi.h 219 additions, 0 deletionsdrivers/gpu/drm/xe/abi/guc_actions_abi.h
- drivers/gpu/drm/xe/abi/guc_actions_slpc_abi.h 249 additions, 0 deletionsdrivers/gpu/drm/xe/abi/guc_actions_slpc_abi.h
-
mentioned in commit 77aebae1
-
mentioned in commit 38602139
-
mentioned in commit agd5f/linux@f7da3989
-
mentioned in commit b7dce525
-
mentioned in commit 23e1ee3a
-
mentioned in commit b45f20fa
-
mentioned in commit FireBurn/linux@77a01101
-
mentioned in commit FireBurn/linux@a00e7e3f
-
mentioned in commit ca7c52ac
-
mentioned in commit nouveau@2d9c72f6
-
mentioned in commit nouveau@d69c3d4b
-
mentioned in commit nouveau@2d4b74a6
-
mentioned in commit nouveau@c002bfe6
-
mentioned in commit agd5f/linux@28d21e3e
-
mentioned in commit 408c2f14
-
mentioned in commit agd5f/linux@fe13fd68
-
mentioned in commit FireBurn/linux@2d2be279
-
mentioned in commit nouveau@74231870
-
mentioned in commit nouveau@1b30f87e
-
mentioned in commit 8ec5a4e5
-
mentioned in commit dcfd3971
-
mentioned in commit 1aa4b786
-
mentioned in commit f0403272
-
mentioned in commit e863781a
-
mentioned in commit db7f92af
-
mentioned in commit 42465603
-
mentioned in commit 993ca0ec
-
mentioned in commit 55858fa7
-
mentioned in commit ed31ba0a
-
mentioned in commit 6965f91a
-
mentioned in commit linux-media/media-committers@87651f31
-
mentioned in commit 20659d31