Lines Matching refs:frame
76 union hdmi_infoframe *frame, u8 fsel)
84 num = hdmi_infoframe_pack(frame, buffer, ZX_HDMI_INFOFRAME_SIZE);
104 union hdmi_infoframe frame;
107 ret = drm_hdmi_vendor_infoframe_from_display_mode(&frame.vendor.hdmi,
116 return zx_hdmi_infoframe_trans(hdmi, &frame, FSEL_VSIF);
122 union hdmi_infoframe frame;
125 ret = drm_hdmi_avi_infoframe_from_display_mode(&frame.avi,
135 frame.avi.colorspace = HDMI_COLORSPACE_YUV444;
137 return zx_hdmi_infoframe_trans(hdmi, &frame, FSEL_AVI);
397 union hdmi_infoframe frame;
437 memcpy(&frame.audio, cea, sizeof(*cea));
439 return zx_hdmi_infoframe_trans(hdmi, &frame, FSEL_AUDIO);