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

/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dintel_sseu.c74 u8 slices, subslices; local
101 * amount of half of all available subslices per slice.
110 subslices = hweight8(ctx_sseu.subslice_mask);
114 * wide and Icelake has up to eight subslices, specfial programming is
115 * needed in order to correctly enable all subslices.
132 * a count of subslices between the SScount maximum of four restriction,
134 * subslices are enabled, or a count between one and four on the first
139 subslices > min_t(u8, 4, hweight8(sseu->subslice_mask[0]) / 2)) {
140 GEM_BUG_ON(subslices & 1);
170 u32 val = subslices;
[all...]

Completed in 191 milliseconds