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

/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_hdmi.c3158 int min_slices; local
3202 min_slices = DIV_ROUND_UP(adjusted_clk_khz, max_throughput);
3206 * Keep on increasing the num of slices/line, starting from min_slices
3215 if (min_slices <= 1 && src_max_slices >= 1 && hdmi_max_slices >= 1)
3217 else if (min_slices <= 2 && src_max_slices >= 2 && hdmi_max_slices >= 2)
3219 else if (min_slices <= 4 && src_max_slices >= 4 && hdmi_max_slices >= 4)
3221 else if (min_slices <= 8 && src_max_slices >= 8 && hdmi_max_slices >= 8)
3223 else if (min_slices <= 12 && src_max_slices >= 12 && hdmi_max_slices >= 12)
3225 else if (min_slices <= 16 && src_max_slices >= 16 && hdmi_max_slices >= 16)
3232 min_slices
[all...]

Completed in 108 milliseconds