Symbol: xe_device_has_lmtt
drivers/gpu/drm/xe/tests/xe_gt_sriov_pf_config_kunit.c
93
KUNIT_ASSERT_TRUE(test, xe_device_has_lmtt(xe));
drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c
1466
return xe_device_has_lmtt(gt_to_xe(gt)) ?
drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c
1539
xe_assert(xe, xe_device_has_lmtt(xe));
drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c
1554
xe_assert(xe, xe_device_has_lmtt(xe));
drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c
1575
xe_assert(xe, xe_device_has_lmtt(xe));
drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c
1654
if (xe_device_has_lmtt(xe))
drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c
1677
if (xe_device_has_lmtt(xe)) {
drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c
1692
if (xe_device_has_lmtt(xe))
drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c
1734
if (!xe_device_has_lmtt(gt_to_xe(gt)))
drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c
1767
xe_gt_assert(gt, xe_device_has_lmtt(gt_to_xe(gt)));
drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c
1836
xe_gt_assert(gt, xe_device_has_lmtt(gt_to_xe(gt)));
drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c
2026
if (!xe_device_has_lmtt(gt_to_xe(gt)))
drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c
2855
if (released && xe_device_has_lmtt(xe))
drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c
3025
if (xe_device_has_lmtt(xe)) {
drivers/gpu/drm/xe/xe_gt_sriov_pf_debugfs.c
793
if (xe_device_has_lmtt(xe))
drivers/gpu/drm/xe/xe_gt_sriov_pf_debugfs.c
799
if (xe_device_has_lmtt(xe)) {
drivers/gpu/drm/xe/xe_lmtt.c
194
if (!xe_device_has_lmtt(xe))
drivers/gpu/drm/xe/xe_lmtt.c
592
lmtt_assert(lmtt, xe_device_has_lmtt(lmtt_to_xe(lmtt)));
drivers/gpu/drm/xe/xe_lmtt.c
71
lmtt_assert(lmtt, xe_device_has_lmtt(lmtt_to_xe(lmtt)));
drivers/gpu/drm/xe/xe_sriov_pf_provision.c
498
xe_assert(xe, xe_device_has_lmtt(xe));
drivers/gpu/drm/xe/xe_sriov_pf_provision.c
532
xe_assert(xe, xe_device_has_lmtt(xe));
drivers/gpu/drm/xe/xe_sriov_pf_sysfs.c
198
!xe_device_has_lmtt(vkobj->xe))
drivers/gpu/drm/xe/xe_sriov_pf_sysfs.c
312
if (!xe_device_has_lmtt(vkobj->xe))
drivers/gpu/drm/xe/xe_tile_sriov_pf_debugfs.c
179
xe_device_has_lmtt(xe) ? 0644 : 0444,