Please open a libdrm merge request in gitlab for this. https://gitlab.freedesktop.org/mesa/drm/-/merge_requests/ Alex On Thu, May 27, 2021 at 12:09 PM <veerabadhran.gopalakrishnan@xxxxxxx> wrote: > > From: Veerabadhran Gopalakrishnan <veerabadhran.gopalakrishnan@xxxxxxx> > > Added Beige Goby chip id in vcn test. > > Signed-off-by: Veerabadhran Gopalakrishnan <veerabadhran.gopalakrishnan@xxxxxxx> > --- > tests/amdgpu/vcn_tests.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/tests/amdgpu/vcn_tests.c b/tests/amdgpu/vcn_tests.c > index 628b4910..15d573d3 100644 > --- a/tests/amdgpu/vcn_tests.c > +++ b/tests/amdgpu/vcn_tests.c > @@ -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; > -- > 2.25.1 > > _______________________________________________ > amd-gfx mailing list > amd-gfx@xxxxxxxxxxxxxxxxxxxxx > https://lists.freedesktop.org/mailman/listinfo/amd-gfx _______________________________________________ amd-gfx mailing list amd-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/amd-gfx