Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i2c/
Dadv7511.c333 if (config->input_colorspace != HDMI_COLORSPACE_YUV422) in adv7511_set_link_config()
358 adv7511->rgb = config->input_colorspace == HDMI_COLORSPACE_RGB; in adv7511_set_link_config()
785 config->input_colorspace = HDMI_COLORSPACE_RGB; in adv7511_parse_dt()
787 config->input_colorspace = HDMI_COLORSPACE_YUV422; in adv7511_parse_dt()
789 config->input_colorspace = HDMI_COLORSPACE_YUV444; in adv7511_parse_dt()
806 if (config->input_colorspace == HDMI_COLORSPACE_YUV422 || in adv7511_parse_dt()
Dadv7511.h247 enum hdmi_colorspace input_colorspace; member