[PATCH i-g-t] tests/intel/xe_exec_store: Remove redundant code

janga.rahul.kumar at intel.com janga.rahul.kumar at intel.com
Fri Jan 12 07:49:02 UTC 2024


From: Janga Rahul Kumar <janga.rahul.kumar at intel.com>

Remove redundant code related to exec queue creation.

Signed-off-by: Janga Rahul Kumar <janga.rahul.kumar at intel.com>
---
 tests/intel/xe_exec_store.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/intel/xe_exec_store.c b/tests/intel/xe_exec_store.c
index 870394d3c..3fa8880ba 100644
--- a/tests/intel/xe_exec_store.c
+++ b/tests/intel/xe_exec_store.c
@@ -148,7 +148,6 @@ static void basic_inst(int fd, int inst_type, struct drm_xe_engine_class_instanc
 	else
 		igt_assert_f(inst_type < 2, "Entered wrong inst_type.\n");
 
-	exec_queue = xe_exec_queue_create(fd, vm, eci, 0);
 	exec.exec_queue_id = exec_queue;
 	exec.address = data->addr;
 	sync.flags &= DRM_XE_SYNC_FLAG_SIGNAL;
-- 
2.25.1



More information about the igt-dev mailing list