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.c297 color_depth = config->input_color_depth == 8 ? 3 in adv7511_set_link_config()
298 : (config->input_color_depth == 10 ? 1 : 2); in adv7511_set_link_config()
1132 of_property_read_u32(np, "adi,input-depth", &config->input_color_depth); in adv7511_parse_dt()
1133 if (config->input_color_depth != 8 && config->input_color_depth != 10 && in adv7511_parse_dt()
1134 config->input_color_depth != 12) in adv7511_parse_dt()
A Dadv7511.h285 unsigned int input_color_depth; member

Completed in 10 milliseconds