Searched refs:xe_guc_db_mgr_init (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/xe/tests/ |
| H A D | xe_guc_db_mgr_test.c | 27 KUNIT_ASSERT_EQ(test, xe_guc_db_mgr_init(dbm, 0), 0); in test_empty() 41 KUNIT_ASSERT_EQ(test, xe_guc_db_mgr_init(dbm, ~0), 0); in test_default() 66 KUNIT_ASSERT_EQ(test, xe_guc_db_mgr_init(dbm, *p), 0); in test_size() 89 KUNIT_ASSERT_EQ(test, xe_guc_db_mgr_init(dbm, *p), 0); in test_reuse() 118 KUNIT_ASSERT_EQ(test, xe_guc_db_mgr_init(dbm, ~0), 0); in test_range_overlap() 155 KUNIT_ASSERT_EQ(test, xe_guc_db_mgr_init(dbm, ~0), 0); in test_range_compact() 174 KUNIT_ASSERT_EQ(test, xe_guc_db_mgr_init(dbm, ~0), 0); in test_range_spare()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_guc_db_mgr.h | 12 int xe_guc_db_mgr_init(struct xe_guc_db_mgr *dbm, unsigned int count);
|
| H A D | xe_guc_db_mgr.c | 87 int xe_guc_db_mgr_init(struct xe_guc_db_mgr *dbm, unsigned int count) in xe_guc_db_mgr_init() function
|