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 3b0bde77
-
mentioned in commit 2b20d1be
-
mentioned in commit deeb2e51
-
mentioned in commit d336a2d7
-
mentioned in commit 84b9f177
-
mentioned in commit 315acff5
-
mentioned in commit 75cbe49f
-
mentioned in commit 9b852ee8
-
mentioned in commit 2102dd34
-
mentioned in commit fef257eb
-
mentioned in commit 5c63e757
-
mentioned in commit e2dc52f8
-
mentioned in commit 7b5bdb44
-
mentioned in commit f6bf0424
-
mentioned in commit ab5ae65f
-
mentioned in commit 3213b807
-
mentioned in commit 9e3a13f3
-
mentioned in commit 32f6c332
-
mentioned in commit d186e51b
-
mentioned in commit c6878e47
-
mentioned in commit d1df9bfb
-
mentioned in commit 78366eed
-
mentioned in commit 97fd7a7e
-
mentioned in commit d83d8ae2
-
mentioned in commit 3ecf036b
-
mentioned in commit ef875579
-
mentioned in commit f9c15a67
-
mentioned in commit efeff7b3
-
mentioned in commit c9cfed29
-
mentioned in commit a856b67a
-
mentioned in commit 774ef5df
-
mentioned in commit 8087199c
-
mentioned in commit d9890c02
-
mentioned in commit fc29b6d5
-
mentioned in commit 90773aaf
-
mentioned in commit 9e3fc1d6
-
mentioned in commit bf4c27b8
-
mentioned in commit 157261c5
-
mentioned in commit 8cb92dc7
-
mentioned in commit f1a9abc0
-
mentioned in commit 77aebae1
-
mentioned in commit 84a1ed5e
-
mentioned in commit 35ed1d2b
-
mentioned in commit ba6bbdc6
-
mentioned in commit eaa367a0
-
mentioned in commit a41f6b0d
-
mentioned in commit 14d4d0ad
-
mentioned in commit 27b5a3f2
-
mentioned in commit f7da3989
-
mentioned in commit 521db22a
-
mentioned in commit 38602139
-
mentioned in commit fe87b7df
-
mentioned in commit a5ef563b
-
mentioned in commit a96cd71e
-
mentioned in commit c82de378
-
mentioned in commit 1c5d98d1
-
mentioned in commit 0e243a26
-
mentioned in commit b7dce525
-
mentioned in commit 23e1ee3a
-
mentioned in commit b45f20fa
-
mentioned in commit 5a091aff
-
mentioned in commit 37c15c4a
-
mentioned in commit a00e7e3f
-
mentioned in commit 77a01101
-
mentioned in commit 83967c57
-
mentioned in commit ca7c52ac
-
mentioned in commit 3d44d67c
-
mentioned in commit 28d21e3e
-
mentioned in commit 98957360
-
mentioned in commit 50aec966
-
mentioned in commit ee728423
-
mentioned in commit 2d9c72f6
-
mentioned in commit d69c3d4b
-
mentioned in commit 2d4b74a6
-
mentioned in commit c002bfe6
-
mentioned in commit 40672b79
-
mentioned in commit 38007fa9
-
mentioned in commit 6c5cd080
-
mentioned in commit 3ad7d18c
-
mentioned in commit b5e3a9b8
-
mentioned in commit ce6b6333
-
mentioned in commit 4f82ac61
-
mentioned in commit fc932f51
-
mentioned in commit 1f006470
-
mentioned in commit 43a6faa6
-
mentioned in commit 408c2f14
-
mentioned in commit 0fde907d
-
mentioned in commit 0a382f9b
-
mentioned in commit d930c19f
-
mentioned in commit ea0cabb5
-
mentioned in commit 7f7a2da3
-
mentioned in commit 1fd54f10
-
mentioned in commit 4f854a8b
-
mentioned in commit 112e24e7
-
mentioned in commit fdaf4e49
-
mentioned in commit b1ab9ee1
-
mentioned in commit 549dd786
-
mentioned in commit f0027022
-
mentioned in commit 55ea73aa
-
mentioned in commit ddeb7989
-
mentioned in commit 3396900a
-
mentioned in commit 852856e3
-
mentioned in commit 7116c35a
-
mentioned in commit cb8f81c1
-
mentioned in commit ddf6492e
-
mentioned in commit 730b7248
-
mentioned in commit 7090d7fc
-
mentioned in commit 15939ca7
-
mentioned in commit 7586fc52
-
mentioned in commit 60db6f54
-
mentioned in commit 32a42c93
-
mentioned in commit a6f78359
-
mentioned in commit dd3e840a
-
mentioned in commit 9e7f3056
-
mentioned in commit 3034cc81
-
mentioned in commit fe13fd68
-
mentioned in commit 86110866
-
mentioned in commit 5d094029
-
mentioned in commit 8ec5a4e5
-
mentioned in commit dcfd3971
-
mentioned in commit 52789ce3
-
mentioned in commit f0403272
-
mentioned in commit 1aa4b786
-
mentioned in commit 2d2be279
-
mentioned in commit 1b30f87e
-
mentioned in commit 74231870
-
mentioned in commit 42465603
-
mentioned in commit e863781a
-
mentioned in commit db7f92af
-
mentioned in commit b8b11632
-
mentioned in commit e7518276
-
mentioned in commit 55858fa7
-
mentioned in commit 5a710196
-
mentioned in commit 993ca0ec
-
mentioned in commit 07064a20
-
mentioned in commit af797b83
-
mentioned in commit f2a6b8e3
-
mentioned in commit 46f1f4b0
-
mentioned in commit 15cf53ec
-
mentioned in commit ed31ba0a
-
mentioned in commit ddb106d2
-
mentioned in commit f161809b
-
mentioned in commit 6965f91a
-
mentioned in commit 87651f31
-
mentioned in commit cb57c750
-
mentioned in commit e5283bd4
-
mentioned in commit ed69b28b
-
mentioned in commit d7b02865
-
mentioned in commit 762b7e95