mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-03 14:58:03 +02:00
tests/amdgpu/vcn: update to support aldebaran
VCN is supported after AI family Arcturus. Signed-off-by: James Zhu <James.Zhu@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Leo Liu <leo.liu@amd.com>
This commit is contained in:
parent
7b844dabf9
commit
3c02304c04
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ CU_BOOL suite_vcn_tests_enable(void)
|
|||
if (r != 0 || !info.available_rings ||
|
||||
(family_id < AMDGPU_FAMILY_RV &&
|
||||
(family_id == AMDGPU_FAMILY_AI &&
|
||||
chip_id != (chip_rev + 0x32)))) { /* Arcturus */
|
||||
(chip_id - chip_rev) < 0x32))) { /* Arcturus */
|
||||
printf("\n\nThe ASIC NOT support VCN, suite disabled\n");
|
||||
return CU_FALSE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue