mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-08 02:18:06 +02:00
tests/amdgpu/vcn: clean abundant codes
Remove useless codes. Signed-off-by: Sonny Jiang <sonny.jiang@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com>
This commit is contained in:
parent
2315bcddd6
commit
19f0a9cb87
1 changed files with 0 additions and 2 deletions
|
|
@ -102,8 +102,6 @@ CU_BOOL suite_vcn_tests_enable(void)
|
|||
return CU_FALSE;
|
||||
|
||||
family_id = device_handle->info.family_id;
|
||||
chip_rev = device_handle->info.chip_rev;
|
||||
chip_id = device_handle->info.chip_external_rev;
|
||||
asic_id = device_handle->info.asic_id;
|
||||
chip_rev = device_handle->info.chip_rev;
|
||||
chip_id = device_handle->info.chip_external_rev;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue