Home
last modified time | relevance | path

Searched refs:input_color_depth (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/adv7511/
H A Dadv7511_drv.c296 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()
H A Dadv7511.h278 unsigned int input_color_depth; member
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dit6616.c2716 u8 input_color_depth; in it6616_hdmi_irq_color_depth() local
2718 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()