Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/gma500/
H A Dpsb_intel_display.c387 int vtot; in psb_intel_crtc_mode_get() local
396 vtot = REG_READ(map->vtotal); in psb_intel_crtc_mode_get()
402 vtot = p->vtotal; in psb_intel_crtc_mode_get()
415 mode->vdisplay = (vtot & 0xffff) + 1; in psb_intel_crtc_mode_get()
416 mode->vtotal = ((vtot & 0xffff0000) >> 16) + 1; in psb_intel_crtc_mode_get()
H A Dcdv_intel_display.c925 int vtot; in cdv_intel_crtc_mode_get() local
931 vtot = REG_READ(map->vtotal); in cdv_intel_crtc_mode_get()
937 vtot = p->vtotal; in cdv_intel_crtc_mode_get()
950 mode->vdisplay = (vtot & 0xffff) + 1; in cdv_intel_crtc_mode_get()
951 mode->vtotal = ((vtot & 0xffff0000) >> 16) + 1; in cdv_intel_crtc_mode_get()
/linux/drivers/gpu/drm/hisilicon/kirin/
H A Ddw_drm_dsi.c457 int htot, vtot; in dsi_set_mode_timing() local
477 vtot = mode->vtotal; in dsi_set_mode_timing()
508 vtot, vfp, vbp, vsw); in dsi_set_mode_timing()
/linux/drivers/media/i2c/
H A Dtda1997x.c1105 u16 vtot, vact, vfront1, vfront2, vsync, vback1, vback2; in tda1997x_detect_std() local
1127 vtot = io_read16(sd, REG_FMT_V_TOT); in tda1997x_detect_std()
1137 vtot, vact, vfront1, vfront2, vsync, vback1, vback2, vsync_pos ? '+' : '-'); in tda1997x_detect_std()
1155 timings->bt.pixelclock = (u64)htot * vtot * 27000000; in tda1997x_detect_std()