All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tests/amdgpu/vcn: clean abundant codes
@ 2021-01-22 15:04 Sonny Jiang
  2021-01-22 15:06 ` Christian König
  2021-01-22 15:23 ` Alex Deucher
  0 siblings, 2 replies; 3+ messages in thread
From: Sonny Jiang @ 2021-01-22 15:04 UTC (permalink / raw)
  To: amd-gfx; +Cc: Sonny Jiang

Remove useless codes.

Signed-off-by: Sonny Jiang <sonny.jiang@amd.com>
---
 tests/amdgpu/vcn_tests.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/amdgpu/vcn_tests.c b/tests/amdgpu/vcn_tests.c
index 0f5b4241..1ca66297 100644
--- a/tests/amdgpu/vcn_tests.c
+++ b/tests/amdgpu/vcn_tests.c
@@ -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;
-- 
2.25.1

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-01-22 15:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-22 15:04 [PATCH] tests/amdgpu/vcn: clean abundant codes Sonny Jiang
2021-01-22 15:06 ` Christian König
2021-01-22 15:23 ` Alex Deucher

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.