mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-04-08 12:02:33 +02:00
[ Upstream commitbade034052] Use coredump (if available) to collect FW logs in case of a FW crash. This makes dmesg more readable and allows to collect more log data. Signed-off-by: Karol Wachowski <karol.wachowski@intel.com> Reviewed-by: Jacek Lawrynowicz <jacek.lawrynowicz@linux.intel.com> Reviewed-by: Jeffrey Hugo <quic_jhugo@quicinc.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240930195322.461209-8-jacek.lawrynowicz@linux.intel.com Signed-off-by: Jacek Lawrynowicz <jacek.lawrynowicz@linux.intel.com> Stable-dep-of:41a2d8286c("accel/ivpu: Fix error handling in recovery/reset") Signed-off-by: Sasha Levin <sashal@kernel.org>
19 lines
594 B
Plaintext
19 lines
594 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
config DRM_ACCEL_IVPU
|
|
tristate "Intel NPU (Neural Processing Unit)"
|
|
depends on DRM_ACCEL
|
|
depends on X86_64 && !UML
|
|
depends on PCI && PCI_MSI
|
|
select FW_LOADER
|
|
select DRM_GEM_SHMEM_HELPER
|
|
select GENERIC_ALLOCATOR
|
|
select WANT_DEV_COREDUMP
|
|
help
|
|
Choose this option if you have a system with an 14th generation
|
|
Intel CPU (Meteor Lake) or newer. Intel NPU (formerly called Intel VPU)
|
|
is a CPU-integrated inference accelerator for Computer Vision
|
|
and Deep Learning applications.
|
|
|
|
If "M" is selected, the module will be called intel_vpu.
|