HomeSort by: relevance | last modified time | path
    Searched defs:subslices (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_sseu.c 74 u8 slices, subslices; local in function:intel_sseu_make_rpcs
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...]
intel_sseu.c 74 u8 slices, subslices; local in function:intel_sseu_make_rpcs
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...]
intel_sseu.c 74 u8 slices, subslices; local in function:intel_sseu_make_rpcs
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 61 milliseconds