xe_device_has_mert
if (xe_device_has_mert(xe) && xe_tile_is_root(tile))
if (xe_device_has_mert(xe) && xe_tile_is_root(tile)) {
xe_assert(xe, xe_device_has_mert(xe));
return xe_device_has_mert(gt_to_xe(gt)) ? 2 : 1;
xe_gt_assert(gt, xe_device_has_mert(gt_to_xe(gt)));
return xe_device_has_mert((struct xe_device *)xe);