Searched refs:vtot (Results 1 – 5 of 5) sorted by relevance
391 int vtot; in psb_intel_crtc_mode_get() local400 vtot = REG_READ(map->vtotal); in psb_intel_crtc_mode_get()406 vtot = p->vtotal; in psb_intel_crtc_mode_get()419 mode->vdisplay = (vtot & 0xffff) + 1; in psb_intel_crtc_mode_get()420 mode->vtotal = ((vtot & 0xffff0000) >> 16) + 1; in psb_intel_crtc_mode_get()
939 int vtot; in cdv_intel_crtc_mode_get() local945 vtot = REG_READ(map->vtotal); in cdv_intel_crtc_mode_get()951 vtot = p->vtotal; in cdv_intel_crtc_mode_get()964 mode->vdisplay = (vtot & 0xffff) + 1; in cdv_intel_crtc_mode_get()965 mode->vtotal = ((vtot & 0xffff0000) >> 16) + 1; in cdv_intel_crtc_mode_get()
257 u32 htot, vtot; in v4l2_print_dv_timings() local263 vtot = V4L2_DV_BT_FRAME_HEIGHT(bt); in v4l2_print_dv_timings()270 (htot * vtot) > 0 ? ((u32)bt->pixelclock / (htot * vtot)) : 0, in v4l2_print_dv_timings()271 htot, vtot); in v4l2_print_dv_timings()
851 u32 htot, vtot; in vivid_create_instance() local857 vtot = V4L2_DV_BT_FRAME_HEIGHT(bt); in vivid_create_instance()860 (u32)bt->pixelclock / (htot * vtot)); in vivid_create_instance()
8993 int vtot = I915_READ(VTOTAL(cpu_transcoder)); in intel_crtc_mode_get() local9020 mode->vdisplay = (vtot & 0xffff) + 1; in intel_crtc_mode_get()9021 mode->vtotal = ((vtot & 0xffff0000) >> 16) + 1; in intel_crtc_mode_get()