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

/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_hdmi.c3159 int target_slices; local
3216 target_slices = 1;
3218 target_slices = 2;
3220 target_slices = 4;
3222 target_slices = 8;
3224 target_slices = 12;
3226 target_slices = 16;
3230 slice_width = DIV_ROUND_UP(crtc_state->hw.adjusted_mode.hdisplay, target_slices);
3232 min_slices = target_slices + 1;
3235 return target_slices;
[all...]

Completed in 118 milliseconds