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

/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_hdmi.c3160 int max_throughput; /* max clock freq. in khz per slice */ local
3192 max_throughput = HDMI_DSC_MAX_ENC_THROUGHPUT_0;
3194 max_throughput = HDMI_DSC_MAX_ENC_THROUGHPUT_1;
3200 max_throughput = min(max_throughput, hdmi_throughput * 1000);
3202 min_slices = DIV_ROUND_UP(adjusted_clk_khz, max_throughput);

Completed in 66 milliseconds