Lines Matching refs:data
306 struct hdmi_data_info *data = &hdmi->hdmi_data;
314 /* Input video mode is SDR RGB24bit, data enable signal from external */
324 if (data->enc_in_format == data->enc_out_format) {
325 if ((data->enc_in_format == HDMI_COLORSPACE_RGB) ||
326 (data->enc_in_format >= HDMI_COLORSPACE_YUV444)) {
338 if (data->colorimetry == HDMI_COLORIMETRY_ITU_601) {
339 if ((data->enc_in_format == HDMI_COLORSPACE_RGB) &&
340 (data->enc_out_format == HDMI_COLORSPACE_YUV444)) {
345 } else if ((data->enc_in_format == HDMI_COLORSPACE_YUV444) &&
346 (data->enc_out_format == HDMI_COLORSPACE_RGB)) {
353 if ((data->enc_in_format == HDMI_COLORSPACE_RGB) &&
354 (data->enc_out_format == HDMI_COLORSPACE_YUV444)) {
359 } else if ((data->enc_in_format == HDMI_COLORSPACE_YUV444) &&
360 (data->enc_out_format == HDMI_COLORSPACE_RGB)) {
808 void *data)
811 struct drm_device *drm = data;
893 void *data)