Home
last modified time | relevance | path

Searched refs:hdmi_throughput (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_dw_hdmi_qp.c505 int hdmi_max_slices, int hdmi_throughput) in hdmi_dsc_get_num_slices() argument
527 if (!hdmi_throughput) in hdmi_dsc_get_num_slices()
562 max_throughput = min(max_throughput, hdmi_throughput * 1000); in hdmi_dsc_get_num_slices()
601 int hdmi_throughput = hdmi->dsc_cap.clk_per_slice; in hdmi_dsc_slices() local
608 hdmi_max_slices, hdmi_throughput); in hdmi_dsc_slices()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Ddw_hdmi-rockchip.c921 int hdmi_max_slices, int hdmi_throughput) in hdmi_dsc_get_num_slices() argument
943 if (!hdmi_throughput) in hdmi_dsc_get_num_slices()
978 max_throughput = min(max_throughput, hdmi_throughput * 1000); in hdmi_dsc_get_num_slices()
1017 int hdmi_throughput = hdmi->dsc_cap.clk_per_slice; in hdmi_dsc_slices() local
1024 hdmi_max_slices, hdmi_throughput); in hdmi_dsc_slices()