Searched refs:lmtt_pte_index (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/drm/xe/tests/ |
| H A D | xe_lmtt_test.c | 33 KUNIT_ASSERT_NOT_NULL(test, ops->lmtt_pte_index); in test_ops() 52 KUNIT_EXPECT_EQ_MSG(test, ops->lmtt_pte_index(addr - 1, n), 0, in test_ops() 54 KUNIT_EXPECT_EQ_MSG(test, ops->lmtt_pte_index(addr + 1, n), 1, in test_ops() 56 KUNIT_EXPECT_EQ_MSG(test, ops->lmtt_pte_index(addr * 2 - 1, n), 1, in test_ops() 58 KUNIT_EXPECT_EQ_MSG(test, ops->lmtt_pte_index(addr * 2, n), 2, in test_ops()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_lmtt_types.h | 56 unsigned int (*lmtt_pte_index)(u64 addr, unsigned int level); member
|
| H A D | xe_lmtt_2l.c | 148 .lmtt_pte_index = lmtt_2l_pte_index,
|
| H A D | xe_lmtt_ml.c | 159 .lmtt_pte_index = lmtt_ml_pte_index,
|