Lines Matching defs:frame
3393 * encoded. Our internal representation is of frame height, but some
3396 * The format list here is from CEA, in frame size. Technically we
7057 * @frame: HDMI AVI infoframe
7064 drm_hdmi_avi_infoframe_from_display_mode(struct hdmi_avi_infoframe *frame,
7071 if (!frame || !mode)
7074 hdmi_avi_infoframe_init(frame);
7077 frame->pixel_repeat = 1;
7082 frame->picture_aspect = HDMI_PICTURE_ASPECT_NONE;
7086 * So just initialize the frame with default values, just the same way
7089 frame->content_type = HDMI_CONTENT_TYPE_GRAPHICS;
7090 frame->itc = 0;
7123 frame->video_code = vic_for_avi_infoframe(connector, vic);
7124 frame->picture_aspect = picture_aspect;
7125 frame->active_aspect = HDMI_ACTIVE_ASPECT_PICTURE;
7126 frame->scan_mode = HDMI_SCAN_MODE_UNDERSCAN;
7135 * @frame: HDMI AVI infoframe
7141 drm_hdmi_avi_infoframe_quant_range(struct hdmi_avi_infoframe *frame,
7160 frame->quantization_range = rgb_quant_range;
7162 frame->quantization_range = HDMI_QUANTIZATION_RANGE_DEFAULT;
7179 frame->ycc_quantization_range =
7182 frame->ycc_quantization_range =
7217 * @frame: HDMI vendor infoframe
7228 drm_hdmi_vendor_infoframe_from_display_mode(struct hdmi_vendor_infoframe *frame,
7240 if (!frame || !mode)
7246 err = hdmi_vendor_infoframe_init(frame);
7259 frame->vic = drm_mode_hdmi_vic(connector, mode);
7260 frame->s3d_struct = s3d_structure_from_display_mode(mode);