Merge tag 'drm-xe-next-2023-12-21-pr1-1' of https://gitlab.freedesktop.org/drm/xe...
authorDave Airlie <airlied@redhat.com>
Thu, 21 Dec 2023 21:55:59 +0000 (07:55 +1000)
committerDave Airlie <airlied@redhat.com>
Fri, 22 Dec 2023 00:36:21 +0000 (10:36 +1000)
commitd2197029026021ea4bc68475e5abef2213c8b01c
tree1e5facc5dbfaeacf7892e130bfa4d3997296abc2
parent6aaff21547a08e5a151fbf7a3f7be5a68877d9e3
parentb6e1b708176846248c87318786d22465ac96dd2c
Merge tag 'drm-xe-next-2023-12-21-pr1-1' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-next

Introduce a new DRM driver for Intel GPUs

Xe, is a new driver for Intel GPUs that supports both integrated and
discrete platforms. The experimental support starts with Tiger Lake.
i915 will continue be the main production driver for the platforms
up to Meteor Lake and Alchemist. Then the goal is to make this Intel
Xe driver the primary driver for Lunar Lake and newer platforms.

It uses most, if not all, of the key drm concepts, in special: TTM,
drm-scheduler, drm-exec, drm-gpuvm/gpuva and others.

Signed-off-by: Dave Airlie <airlied@redhat.com>
[airlied: add an extra X86 check, fix a typo, fix drm_exec_init interface
change].

From: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/ZYSwLgXZUZ57qGPQ@intel.com
MAINTAINERS
drivers/gpu/drm/xe/Kconfig
drivers/gpu/drm/xe/xe_exec.c
drivers/gpu/drm/xe/xe_gt_pagefault.c
drivers/gpu/drm/xe/xe_vm.c
include/drm/drm_gpuvm.h