Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/bridge/adv7511/
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()
1078 of_property_read_u32(np, "adi,input-depth", &config->input_color_depth); in adv7511_parse_dt()
1079 if (config->input_color_depth != 8 && config->input_color_depth != 10 && in adv7511_parse_dt()
1080 config->input_color_depth != 12) in adv7511_parse_dt()
A Dadv7511.h278 unsigned int input_color_depth; member

Completed in 7 milliseconds