Searched refs:pps_datas (Results 1 – 1 of 1) sorted by relevance
186 static struct pps_data pps_datas[] = { variable832 for (i = 0; i < ARRAY_SIZE(pps_datas); i++) in dw_hdmi_qp_set_link_cfg()833 if (pic_width == pps_datas[i].pic_width && in dw_hdmi_qp_set_link_cfg()834 pic_height == pps_datas[i].pic_height && in dw_hdmi_qp_set_link_cfg()835 slice_width == pps_datas[i].slice_width && in dw_hdmi_qp_set_link_cfg()836 slice_height == pps_datas[i].slice_height && in dw_hdmi_qp_set_link_cfg()837 bits_per_component == pps_datas[i].bpc && in dw_hdmi_qp_set_link_cfg()838 bits_per_pixel == pps_datas[i].bpp) in dw_hdmi_qp_set_link_cfg()841 if (i == ARRAY_SIZE(pps_datas)) { in dw_hdmi_qp_set_link_cfg()846 memcpy(hdmi->link_cfg.pps_payload, pps_datas[i].raw_pps, 128); in dw_hdmi_qp_set_link_cfg()