mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 05:50:12 +01:00
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>
This commit is contained in:
parent
440e2d7a34
commit
fa80f49df8
1 changed files with 2 additions and 1 deletions
|
|
@ -142,7 +142,8 @@ CU_BOOL suite_vcn_tests_enable(void)
|
|||
} else if (family_id == AMDGPU_FAMILY_NV) {
|
||||
if (chip_id == (chip_rev + 0x28) ||
|
||||
chip_id == (chip_rev + 0x32) ||
|
||||
chip_id == (chip_rev + 0x3c)) {
|
||||
chip_id == (chip_rev + 0x3c) ||
|
||||
chip_id == (chip_rev + 0x46)) {
|
||||
reg.data0 = 0x10;
|
||||
reg.data1 = 0x11;
|
||||
reg.cmd = 0xf;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue