Lines Matching refs:video_fmt
684 struct hdmi_video_format *video_fmt) in hdmi_wp_init() argument
695 video_fmt->packing_mode = HDMI_PACK_10b_RGB_YUV444; in hdmi_wp_init()
696 video_fmt->y_res = 0; in hdmi_wp_init()
697 video_fmt->x_res = 0; in hdmi_wp_init()
712 static void hdmi_wp_video_init_format(struct hdmi_video_format *video_fmt, in hdmi_wp_video_init_format() argument
717 video_fmt->y_res = param->timings.y_res; in hdmi_wp_video_init_format()
718 video_fmt->x_res = param->timings.x_res; in hdmi_wp_video_init_format()
729 struct hdmi_video_format *video_fmt) in hdmi_wp_video_config_format() argument
734 video_fmt->packing_mode, 10, 8); in hdmi_wp_video_config_format()
736 l |= FLD_VAL(video_fmt->y_res, 31, 16); in hdmi_wp_video_config_format()
737 l |= FLD_VAL(video_fmt->x_res, 15, 0); in hdmi_wp_video_config_format()