diff options
author | Rodrigo Vivi <rodrigo.vivi@intel.com> | 2023-08-29 12:30:02 -0400 |
---|---|---|
committer | Rodrigo Vivi <rodrigo.vivi@intel.com> | 2023-09-07 17:28:18 -0400 |
commit | eed5d32ea1e2a02ba7f14f493263614121a429a3 (patch) | |
tree | 13a85eb47d70d890970e723c6b7ae971e56585df /Documentation | |
parent | d29e112ab8d4fea3bf82c7b023c6e65ed2c0e5eb (diff) | |
download | linux-stable-eed5d32ea1e2a02ba7f14f493263614121a429a3.tar.gz linux-stable-eed5d32ea1e2a02ba7f14f493263614121a429a3.tar.bz2 linux-stable-eed5d32ea1e2a02ba7f14f493263614121a429a3.zip |
drm/doc/rfc: Mark Dev_coredump as completed.
Xe is already using devcoredump infrastructure as the primary
error state and all the changes needed for user space error
replay and other useful logs are getting added into xe_devcoredump.
Link: https://gitlab.freedesktop.org/drm/xe/kernel/-/blob/drm-xe-next/drivers/gpu/drm/xe/xe_devcoredump.c
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20230829163005.54067-2-rodrigo.vivi@intel.com
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/gpu/rfc/xe.rst | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/Documentation/gpu/rfc/xe.rst b/Documentation/gpu/rfc/xe.rst index 3d2181bf3dad..bf60c5c82d0e 100644 --- a/Documentation/gpu/rfc/xe.rst +++ b/Documentation/gpu/rfc/xe.rst @@ -67,8 +67,8 @@ platforms. When the time comes for Xe, the protection will be lifted on Xe and kept in i915. -Xe – Pre-Merge Goals -==================== +Xe – Pre-Merge Goals - Work-in-Progress +======================================= Drm_scheduler ------------- @@ -206,6 +206,14 @@ This item ties into the GPUVA, VM_BIND, and even long-running compute support. As a key measurable result, we need to have a community consensus documented in this document and the Xe driver prepared for the changes, if necessary. +Xe – uAPI high level overview +============================= + +...Warning: To be done in follow up patches after/when/where the main consensus in various items are individually reached. + +Xe – Pre-Merge Goals - Completed +================================ + Dev_coredump ------------ @@ -222,8 +230,3 @@ Later, when we are in-tree, the goal is to collaborate with devcoredump infrastructure with overall possible improvements, like multiple file support for better organization of the dumps, snapshot support, dmesg extra print, and whatever may make sense and help the overall infrastructure. - -Xe – uAPI high level overview -============================= - -...Warning: To be done in follow up patches after/when/where the main consensus in various items are individually reached. |