mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
![]() Among the scheduler's statuses, the only one that indicates an error is DRM_GPU_SCHED_STAT_ENODEV. Any status other than DRM_GPU_SCHED_STAT_ENODEV signifies that the operation succeeded and the GPU is in a nominal state. However, to provide more information about the GPU's status, it is needed to convey more information than just "OK". Therefore, rename DRM_GPU_SCHED_STAT_NOMINAL to DRM_GPU_SCHED_STAT_RESET, which better communicates the meaning of this status. The status DRM_GPU_SCHED_STAT_RESET indicates that the GPU has hung, but it has been successfully reset and is now in a nominal state again. Reviewed-by: Philipp Stanner <phasta@kernel.org> Link: https://lore.kernel.org/r/20250714-sched-skip-reset-v6-1-5c5ba4f55039@igalia.com Signed-off-by: Maíra Canal <mcanal@igalia.com> |
||
---|---|---|
.. | ||
aie2_ctx.c | ||
aie2_error.c | ||
aie2_message.c | ||
aie2_msg_priv.h | ||
aie2_pci.c | ||
aie2_pci.h | ||
aie2_pm.c | ||
aie2_psp.c | ||
aie2_smu.c | ||
aie2_solver.c | ||
aie2_solver.h | ||
amdxdna_ctx.c | ||
amdxdna_ctx.h | ||
amdxdna_gem.c | ||
amdxdna_gem.h | ||
amdxdna_mailbox.c | ||
amdxdna_mailbox.h | ||
amdxdna_mailbox_helper.c | ||
amdxdna_mailbox_helper.h | ||
amdxdna_pci_drv.c | ||
amdxdna_pci_drv.h | ||
amdxdna_sysfs.c | ||
Kconfig | ||
Makefile | ||
npu1_regs.c | ||
npu2_regs.c | ||
npu4_regs.c | ||
npu5_regs.c | ||
npu6_regs.c | ||
TODO |