Home
last modified time | relevance | path

Searched refs:lmtt_root_pd_level (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/xe/tests/
Dxe_lmtt_test.c29 KUNIT_ASSERT_NOT_NULL(test, ops->lmtt_root_pd_level); in test_ops()
36 KUNIT_EXPECT_NE(test, ops->lmtt_root_pd_level(), 0); in test_ops()
38 for (n = 0; n <= ops->lmtt_root_pd_level(); n++) { in test_ops()
47 for (n = 0; n < ops->lmtt_root_pd_level(); n++) { in test_ops()
/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_lmtt_types.h52 unsigned int (*lmtt_root_pd_level)(void); member
Dxe_lmtt_2l.c144 .lmtt_root_pd_level = lmtt_2l_root_pd_level,
Dxe_lmtt.c103 lmtt_assert(lmtt, lmtt->ops->lmtt_root_pd_level()); in lmtt_init_pd()
105 pd = lmtt_pt_alloc(lmtt, lmtt->ops->lmtt_root_pd_level()); in lmtt_init_pd()
495 while (++level < lmtt->ops->lmtt_root_pd_level()) { in xe_lmtt_estimate_pt_size()
Dxe_lmtt_ml.c155 .lmtt_root_pd_level = lmtt_ml_root_pd_level,