tests/amdgpu: Add VCN test support for Biege Goby
Added Beige Goby chip id in vcn test. Signed-off-by: Guchun Chen <guchun.chen@amd.com> Reviewed-By: Veerabadhran Gopalakrishnan <Veerabadhran.gopalakrishnan@amd.com> Acked-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Leo Liu <leo.liu@amd.com>main
parent
440e2d7a34
commit
fa80f49df8
|
@ -142,7 +142,8 @@ CU_BOOL suite_vcn_tests_enable(void)
|
||||||
} 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) ||
|
chip_id == (chip_rev + 0x32) ||
|
||||||
chip_id == (chip_rev + 0x3c)) {
|
chip_id == (chip_rev + 0x3c) ||
|
||||||
|
chip_id == (chip_rev + 0x46)) {
|
||||||
reg.data0 = 0x10;
|
reg.data0 = 0x10;
|
||||||
reg.data1 = 0x11;
|
reg.data1 = 0x11;
|
||||||
reg.cmd = 0xf;
|
reg.cmd = 0xf;
|
||||||
|
|
Loading…
Reference in New Issue