Skip to content
Snippets Groups Projects
Commit 10377d66 authored by Tao Zhou's avatar Tao Zhou Committed by Leo Liu
Browse files

tests/amdgpu: add vcn test support for navy_flounder


add navy_flounder chip id in vcn test

Signed-off-by: default avatarTao Zhou <tao.zhou1@amd.com>
Reviewed-by: default avatarJiansong Chen <Jiansong.Chen@amd.com>
parent 5f85a6d9
No related branches found
No related tags found
No related merge requests found
...@@ -142,7 +142,8 @@ CU_BOOL suite_vcn_tests_enable(void) ...@@ -142,7 +142,8 @@ CU_BOOL suite_vcn_tests_enable(void)
reg.cntl = 0x81c6; reg.cntl = 0x81c6;
} }
} else if (family_id == AMDGPU_FAMILY_NV) { } else if (family_id == AMDGPU_FAMILY_NV) {
if (chip_id == (chip_rev + 0x28)) { if (chip_id == (chip_rev + 0x28) ||
chip_id == (chip_rev + 0x32)) {
reg.data0 = 0x10; reg.data0 = 0x10;
reg.data1 = 0x11; reg.data1 = 0x11;
reg.cmd = 0xf; reg.cmd = 0xf;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment