[PATCH 1/2] tests/amdgpu/vce_enc: rename file
vitaly.prosyak at amd.com
vitaly.prosyak at amd.com
Tue May 7 19:56:06 UTC 2024
From: Vitaly Prosyak <vitaly.prosyak at amd.com>
It was a typo , now rename amd_vce_dec.c to
amd_vce_enc.c
Cc: Leo Liu <leo.liu at amd.com>
Cc: Ruijing Dong <ruijing.dong at amd.com>
Cc: Michael Strawbridge <michael.strawbridge at amd.com>
Signed-off-by: Vitaly Prosyak <vitaly.prosyak at amd.com>
---
tests/amdgpu/{amd_vce_dec.c => amd_vce_enc.c} | 0
tests/amdgpu/meson.build | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
rename tests/amdgpu/{amd_vce_dec.c => amd_vce_enc.c} (100%)
diff --git a/tests/amdgpu/amd_vce_dec.c b/tests/amdgpu/amd_vce_enc.c
similarity index 100%
rename from tests/amdgpu/amd_vce_dec.c
rename to tests/amdgpu/amd_vce_enc.c
diff --git a/tests/amdgpu/meson.build b/tests/amdgpu/meson.build
index d7152a356..3982a665f 100644
--- a/tests/amdgpu/meson.build
+++ b/tests/amdgpu/meson.build
@@ -33,7 +33,7 @@ if libdrm_amdgpu.found()
'amd_security',
'amd_uvd_dec',
'amd_uvd_enc',
- 'amd_vce_dec',
+ 'amd_vce_enc',
'amd_vcn',
'amd_vm',
'amd_vrr_range',
--
2.25.1
More information about the igt-dev
mailing list