Lines Matching refs:slice_height
127 u32 slice_height; member
597 int slice_height; in hdmi_dsc_get_slice_height() local
606 for (slice_height = 96; slice_height <= vactive; slice_height += 2) in hdmi_dsc_get_slice_height()
607 if (vactive % slice_height == 0) in hdmi_dsc_get_slice_height()
608 return slice_height; in hdmi_dsc_get_slice_height()
827 u16 slice_width, u16 slice_height, in dw_hdmi_qp_set_link_cfg() argument
836 slice_height == pps_datas[i].slice_height && in dw_hdmi_qp_set_link_cfg()
865 int slice_height; in dw_hdmi_qp_dsc_configure() local
883 slice_height = hdmi_dsc_get_slice_height(mode->vdisplay); in dw_hdmi_qp_dsc_configure()
884 if (!slice_height) in dw_hdmi_qp_dsc_configure()
900 slice_height, bits_per_pixel, depth); in dw_hdmi_qp_dsc_configure()
912 s->dsc_sink_cap.slice_height = slice_height; in dw_hdmi_qp_dsc_configure()