mirror of https://github.com/torvalds/linux.git
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> |
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| panthor_devfreq.c | ||
| panthor_devfreq.h | ||
| panthor_device.c | ||
| panthor_device.h | ||
| panthor_drv.c | ||
| panthor_fw.c | ||
| panthor_fw.h | ||
| panthor_gem.c | ||
| panthor_gem.h | ||
| panthor_gpu.c | ||
| panthor_gpu.h | ||
| panthor_heap.c | ||
| panthor_heap.h | ||
| panthor_mmu.c | ||
| panthor_mmu.h | ||
| panthor_regs.h | ||
| panthor_sched.c | ||
| panthor_sched.h | ||