Skip to content

Commit 864a00b

Browse files
jlawrynosgruszka
authored andcommitted
accel/ivpu: Rename sources to use generation based names
Given that VPU generation can be used by multiple platforms, driver should use VPU IP generation in names instead of a platform. Change naming for sources files. Use 37XX format, where: 3 - major VPU IP generation version 7 - minor VPU IP generation version XX - postfix indicating this is an architecture and not marketing name Signed-off-by: Jacek Lawrynowicz <[email protected]> Reviewed-by: Stanislaw Gruszka <[email protected]> Signed-off-by: Stanislaw Gruszka <[email protected]> Reviewed-by: Jeffrey Hugo <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent e05f393 commit 864a00b

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

drivers/accel/ivpu/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ intel_vpu-y := \
77
ivpu_fw.o \
88
ivpu_fw_log.o \
99
ivpu_gem.o \
10-
ivpu_hw_mtl.o \
10+
ivpu_hw_37xx.o \
1111
ivpu_ipc.o \
1212
ivpu_job.o \
1313
ivpu_jsm_msg.o \

drivers/accel/ivpu/ivpu_hw_mtl.c renamed to drivers/accel/ivpu/ivpu_hw_37xx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
#include "ivpu_drv.h"
77
#include "ivpu_fw.h"
8-
#include "ivpu_hw_mtl_reg.h"
8+
#include "ivpu_hw_37xx_reg.h"
99
#include "ivpu_hw_reg_io.h"
1010
#include "ivpu_hw.h"
1111
#include "ivpu_ipc.h"

drivers/accel/ivpu/ivpu_mmu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#include <linux/highmem.h>
88

99
#include "ivpu_drv.h"
10-
#include "ivpu_hw_mtl_reg.h"
10+
#include "ivpu_hw_37xx_reg.h"
1111
#include "ivpu_hw_reg_io.h"
1212
#include "ivpu_mmu.h"
1313
#include "ivpu_mmu_context.h"

0 commit comments

Comments
 (0)