Searched refs:gt_is_root (Results 1 – 3 of 3) sorted by relevance
108 GEM_BUG_ON(!gt_is_root(gt) && !gt->info.engine_mask); in gsc_engine_supported()110 if (gt_is_root(gt)) in gsc_engine_supported()
91 if (gt_is_root(gt)) in intel_gt_sysfs_register()
85 static inline bool gt_is_root(struct intel_gt *gt) in gt_is_root() function