Skip to content

Commit 2fc1a50

Browse files
jlawrynoStanislaw Gruszka
authored andcommitted
accel/ivpu: Rename VPU to NPU in product strings
VPU was rebranded as NPU (Neural Processing Unit) so user facing strings have to be updated but the code remains as is and the module is still called intel_vpu.ko. Signed-off-by: Jacek Lawrynowicz <jacek.lawrynowicz@linux.intel.com> Reviewed-by: Stanislaw Gruszka <stanislaw.gruszka@linux.intel.com> Reviewed-by: Jeffrey Hugo <quic_jhugo@quicinc.com> Signed-off-by: Stanislaw Gruszka <stanislaw.gruszka@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20231028155936.1183342-9-stanislaw.gruszka@linux.intel.com
1 parent 0c287c2 commit 2fc1a50

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

drivers/accel/ivpu/Kconfig

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
# SPDX-License-Identifier: GPL-2.0-only
22

33
config DRM_ACCEL_IVPU
4-
tristate "Intel VPU for Meteor Lake and newer"
4+
tristate "Intel NPU (Neural Processing Unit)"
55
depends on DRM_ACCEL
66
depends on X86_64 && !UML
77
depends on PCI && PCI_MSI
88
select FW_LOADER
99
select SHMEM
1010
select GENERIC_ALLOCATOR
1111
help
12-
Choose this option if you have a system that has an 14th generation Intel CPU
13-
or newer. VPU stands for Versatile Processing Unit and it's a CPU-integrated
14-
inference accelerator for Computer Vision and Deep Learning applications.
12+
Choose this option if you have a system with an 14th generation
13+
Intel CPU (Meteor Lake) or newer. Intel NPU (formerly called Intel VPU)
14+
is a CPU-integrated inference accelerator for Computer Vision
15+
and Deep Learning applications.
1516

1617
If "M" is selected, the module will be called intel_vpu.

drivers/accel/ivpu/ivpu_drv.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#include "ivpu_mmu_context.h"
2020

2121
#define DRIVER_NAME "intel_vpu"
22-
#define DRIVER_DESC "Driver for Intel Versatile Processing Unit (VPU)"
22+
#define DRIVER_DESC "Driver for Intel NPU (Neural Processing Unit)"
2323
#define DRIVER_DATE "20230117"
2424

2525
#define PCI_DEVICE_ID_MTL 0x7d1d

0 commit comments

Comments
 (0)