Searched refs:vtot (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/media/v4l2-core/ |
| H A D | v4l2-dv-timings.c | 301 u32 htot, vtot; in v4l2_print_dv_timings() local 308 vtot = V4L2_DV_BT_FRAME_HEIGHT(bt); in v4l2_print_dv_timings() 310 vtot /= 2; in v4l2_print_dv_timings() 312 fps = (htot * vtot) > 0 ? div_u64((100 * (u64)bt->pixelclock), in v4l2_print_dv_timings() 313 (htot * vtot)) : 0; in v4l2_print_dv_timings() 320 fps / 100, fps % 100, htot, vtot); in v4l2_print_dv_timings() 412 u32 htot, vtot, fps; in v4l2_calc_timeperframe() local 419 vtot = V4L2_DV_BT_FRAME_HEIGHT(bt); in v4l2_calc_timeperframe() 426 fps = (htot * vtot) > 0 ? div_u64((100 * pclk), (htot * vtot)) : 0; in v4l2_calc_timeperframe()
|
| /linux/drivers/gpu/drm/gma500/ |
| H A D | psb_intel_display.c | 388 int vtot; in psb_intel_crtc_mode_get() local 397 vtot = REG_READ(map->vtotal); in psb_intel_crtc_mode_get() 403 vtot = p->vtotal; in psb_intel_crtc_mode_get() 416 mode->vdisplay = (vtot & 0xffff) + 1; in psb_intel_crtc_mode_get() 417 mode->vtotal = ((vtot & 0xffff0000) >> 16) + 1; in psb_intel_crtc_mode_get()
|
| H A D | cdv_intel_display.c | 926 int vtot; in cdv_intel_crtc_mode_get() local 932 vtot = REG_READ(map->vtotal); in cdv_intel_crtc_mode_get() 938 vtot = p->vtotal; in cdv_intel_crtc_mode_get() 951 mode->vdisplay = (vtot & 0xffff) + 1; in cdv_intel_crtc_mode_get() 952 mode->vtotal = ((vtot & 0xffff0000) >> 16) + 1; in cdv_intel_crtc_mode_get()
|
| /linux/drivers/gpu/drm/hisilicon/kirin/ |
| H A D | dw_drm_dsi.c | 456 int htot, vtot; in dsi_set_mode_timing() local 476 vtot = mode->vtotal; in dsi_set_mode_timing() 507 vtot, vfp, vbp, vsw); in dsi_set_mode_timing()
|