Searched refs:CCS_MASK (Results 1 – 11 of 11) sorted by relevance
20 int num_slices = hweight32(CCS_MASK(gt)); in __xe_gt_apply_ccs_mode()62 while ((CCS_MASK(gt) & BIT(cslice)) == 0) in __xe_gt_apply_ccs_mode()97 return sysfs_emit(buf, "%u\n", hweight32(CCS_MASK(gt))); in num_cslices_show()134 num_slices = hweight32(CCS_MASK(gt)); in ccs_mode_store()
20 return hweight32(CCS_MASK(gt)) > 1; in xe_gt_ccs_mode_enabled()
22 #define CCS_MASK(gt) (((gt)->info.engine_mask & XE_HW_ENGINE_CCS_MASK) >> XE_HW_ENGINE_CCS0) macro
175 if (CCS_MASK(gt) && GRAPHICS_VERx100(gt_to_xe(gt)) >= 1270) in needs_wa_dual_queue()
15 int first_ccs = __ffs(CCS_MASK(gt)); in intel_gt_apply_ccs_mode()
220 if (CCS_MASK(gt)) in gen11_gt_irq_reset()295 if (CCS_MASK(gt)) in gen11_gt_irq_postinstall()
501 __ffs(CCS_MASK(engine->gt) | RCS_MASK(engine->gt)) == engine->instance) in intel_engine_setup()827 if (hweight32(CCS_MASK(gt)) <= 1) in engine_mask_apply_compute_fuses()887 u8 first_ccs = __ffs(CCS_MASK(gt)); in init_engine_mask()893 gt->ccs.cslices = CCS_MASK(gt); in init_engine_mask()2552 if (!CCS_MASK(engine->gt)) in xehp_enable_ccs_engines()
102 #define CCS_MASK(gt) \ macro
396 CCS_MASK(engine->gt)) in guc_mmio_regset_init()512 info_map_write(info_map, engine_enabled_masks[GUC_COMPUTE_CLASS], CCS_MASK(gt)); in fill_engine_enable_masks()
322 (CCS_MASK(gt) && GRAPHICS_VER_FULL(gt->i915) >= IP_VER(12, 70))) in guc_ctl_wa_flags()
2184 if (RCS_MASK(uncore->gt) || CCS_MASK(uncore->gt)) in intel_uncore_fw_domains_init()
Completed in 29 milliseconds