Lines Matching refs:data
316 struct hdmi_data_info *data = &hdmi->hdmi_data;
324 /* Input video mode is SDR RGB24bit, data enable signal from external */
334 if (data->enc_in_format == data->enc_out_format) {
335 if ((data->enc_in_format == HDMI_COLORSPACE_RGB) ||
336 (data->enc_in_format >= HDMI_COLORSPACE_YUV444)) {
348 if (data->colorimetry == HDMI_COLORIMETRY_ITU_601) {
349 if ((data->enc_in_format == HDMI_COLORSPACE_RGB) &&
350 (data->enc_out_format == HDMI_COLORSPACE_YUV444)) {
355 } else if ((data->enc_in_format == HDMI_COLORSPACE_YUV444) &&
356 (data->enc_out_format == HDMI_COLORSPACE_RGB)) {
363 if ((data->enc_in_format == HDMI_COLORSPACE_RGB) &&
364 (data->enc_out_format == HDMI_COLORSPACE_YUV444)) {
369 } else if ((data->enc_in_format == HDMI_COLORSPACE_YUV444) &&
370 (data->enc_out_format == HDMI_COLORSPACE_RGB)) {
819 void *data)
822 struct drm_device *drm = data;
902 void *data)