Searched refs:input_color_depth (Results 1 – 3 of 3) sorted by relevance
296 color_depth = config->input_color_depth == 8 ? 3 in adv7511_set_link_config()297 : (config->input_color_depth == 10 ? 1 : 2); in adv7511_set_link_config()1100 of_property_read_u32(np, "adi,input-depth", &config->input_color_depth); in adv7511_parse_dt()1101 if (config->input_color_depth != 8 && config->input_color_depth != 10 && in adv7511_parse_dt()1102 config->input_color_depth != 12) in adv7511_parse_dt()
278 unsigned int input_color_depth; member
2716 u8 input_color_depth; in it6616_hdmi_irq_color_depth() local2718 input_color_depth = (it6616_hdmi_read(hdmi, 0x98) >> 4) & 0x0F; in it6616_hdmi_irq_color_depth()2719 dev_dbg(dev, "input color depth = %d bits\n", input_color_depth * 6); in it6616_hdmi_irq_color_depth()