diff options
author | Dave Airlie <airlied@redhat.com> | 2024-06-14 11:07:49 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2024-06-14 11:08:06 +1000 |
commit | f1909e859753c9bda87c6d2b82a7f832ef80aa2d (patch) | |
tree | dba2e9deef4f9c4e4a84b9a24ec5055717656f6d /MAINTAINERS | |
parent | ae1e782362e90f84ae5b3e66c5f65c197dcf034f (diff) | |
parent | 2470b141bfae2b9695b5b6823e3b978b22d33dde (diff) |
Merge tag 'drm-xe-fixes-2024-06-13' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-fixes
Core Changes:
- Xe Maintainers update to MAINTAINERS file.
Driver Changes:
- Use correct forcewake assertions.
- Assert that VRAM provisioning is only done on DGFX.
- Flush render caches before user-fence signalling on all engines.
- Move the disable_c6 call since it was sometimes never called.
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Thomas Hellstrom <thomas.hellstrom@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/ZmrXV0FoBb8M0c6J@fedora
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index aacccb376c28..78054e552cdc 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11034,8 +11034,8 @@ F: include/uapi/drm/i915_drm.h INTEL DRM XE DRIVER (Lunar Lake and newer) M: Lucas De Marchi <lucas.demarchi@intel.com> -M: Oded Gabbay <ogabbay@kernel.org> M: Thomas Hellström <thomas.hellstrom@linux.intel.com> +M: Rodrigo Vivi <rodrigo.vivi@intel.com> L: intel-xe@lists.freedesktop.org S: Supported W: https://drm.pages.freedesktop.org/intel-docs/ |