Searched refs:MSLICE (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_gt_types.h61 MSLICE, enumerator in enum:intel_steering_type
H A Dintel_gt_mcr.c42 "MSLICE",
56 * Although the bspec lists more "MSLICE" ranges than shown here, some of those
191 gt->steering_table[MSLICE] = xehpsdv_mslice_steering_table;
199 gt->steering_table[MSLICE] = xehpsdv_mslice_steering_table;
643 case MSLICE:
827 report_steering_type(p, gt, MSLICE, dump_table);
H A Dintel_workarounds.c1310 * - MSLICE (fusable)
1315 * find overlap between the valid MSLICE and/or LNCF values with
1319 * We only need to look for overlap between GSLICE/MSLICE/LNCF to find
1349 /* How about sliceid values that also work for MSLICE steering? */
1352 gt->steering_table[MSLICE] = NULL;
/linux-master/drivers/gpu/drm/xe/
H A Dxe_gt_types.h54 MSLICE, enumerator in enum:xe_steering_type
H A Dxe_gt_mcr.c70 * Although the bspec lists more "MSLICE" ranges than shown here, some of those
180 { 0x004000, 0x004AFF }, /* GAM (MSLICE replication) */
182 { 0x00C800, 0x00CFFF }, /* GAM (MSLICE replication) */
183 { 0x00F000, 0x00FFFF }, /* GAM (MSLICE replication) */
285 gt->steering[MSLICE].group_target = __ffs(mask);
286 gt->steering[MSLICE].instance_target = 0; /* unused */
342 [MSLICE] = { "MSLICE", init_steering_mslice },
386 gt->steering[MSLICE].ranges = xehp_mslice_steering_table;

Completed in 139 milliseconds