Home
last modified time | relevance | path

Searched refs:g2g_test_array (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/xe/tests/
H A Dxe_guc_g2g_test.c138 if (!xe->g2g_test_array) { in xe_guc_g2g_test_notification()
168 if (xe->g2g_test_array[idx] != payload->seqno - 1) { in xe_guc_g2g_test_notification()
170 xe->g2g_test_array[idx], payload->seqno - 1, in xe_guc_g2g_test_notification()
176 xe->g2g_test_array[idx] = payload->seqno; in xe_guc_g2g_test_notification()
242 xe->g2g_test_array = NULL; in g2g_clean_array()
253 xe->g2g_test_array = kunit_kcalloc(test, max_array, sizeof(u32), GFP_KERNEL); in g2g_run_test()
254 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, xe->g2g_test_array); in g2g_run_test()
280 KUNIT_ASSERT_EQ_MSG(test, 0, xe->g2g_test_array[idx], in g2g_run_test()
282 xe->g2g_test_array[idx], i, j); in g2g_run_test()
284 KUNIT_ASSERT_EQ_MSG(test, seqno, xe->g2g_test_array[idx], in g2g_run_test()
[all …]
/linux/drivers/gpu/drm/xe/
H A Dxe_device_types.h708 u32 *g2g_test_array; member