mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-01-04 04:00:20 +01:00
tests/amdgpu/vcn: update to not use asic_id for Renoir
Signed-off-by: Thong Thai <thong.thai@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
5dea8f56ee
commit
fc479e133e
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ CU_BOOL suite_vcn_tests_enable(void)
|
|||
}
|
||||
|
||||
if (family_id == AMDGPU_FAMILY_RV) {
|
||||
if (asic_id == 0x1636) {
|
||||
if (chip_id >= (chip_rev + 0x91)) {
|
||||
reg.data0 = 0x504;
|
||||
reg.data1 = 0x505;
|
||||
reg.cmd = 0x503;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue