Home
last modified time | relevance | path

Searched refs:video_height (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/meson/
Dmeson_overlay.c148 int video_top, video_left, video_width, video_height; in meson_overlay_setup_scaler_params() local
178 video_height = state->crtc_h; in meson_overlay_setup_scaler_params()
185 video_top, video_left, video_width, video_height); in meson_overlay_setup_scaler_params()
188 ratio_y = (h_in << 18) / video_height; in meson_overlay_setup_scaler_params()
202 start = video_top + video_height / 2 - ((h_in << 17) / ratio_y); in meson_overlay_setup_scaler_params()
214 video_top + video_height - 1, in meson_overlay_setup_scaler_params()
218 video_top + video_height - 1, in meson_overlay_setup_scaler_params()
241 video_top + video_height - 1)); in meson_overlay_setup_scaler_params()
/Linux-v5.4/drivers/media/pci/tw686x/
Dtw686x-video.c644 unsigned int video_height = TW686X_VIDEO_HEIGHT(vc->video_standard); in tw686x_try_fmt_vid_cap() local
658 if (f->fmt.pix.height <= video_height / 2) in tw686x_try_fmt_vid_cap()
659 f->fmt.pix.height = video_height / 2; in tw686x_try_fmt_vid_cap()
661 f->fmt.pix.height = video_height; in tw686x_try_fmt_vid_cap()
/Linux-v5.4/drivers/video/fbdev/sis/
Dsis.h561 int video_height; member
Dsis_main.c1316 ivideo->video_height = sisbios_mode[ivideo->sisfb_mode_idx].yres; in sisfb_do_set_var()
1324 ivideo->current_height = ivideo->video_height; in sisfb_do_set_var()
6417 ivideo->video_height = sisbios_mode[ivideo->sisfb_mode_idx].yres; in sisfb_probe()
6422 ivideo->video_width, ivideo->video_height, ivideo->video_bpp, in sisfb_probe()
6427 ivideo->default_var.yres = ivideo->default_var.yres_virtual = ivideo->video_height; in sisfb_probe()