Symbol: vtotal
arch/m68k/include/asm/amigahw.h
187
unsigned short vtotal;
arch/m68k/include/asm/amigahw.h
269
amiga_custom.vtotal = 223; /* 70 Hz */
drivers/gpu/drm/amd/amdgpu/amdgpu_display.c
1613
int vbl_start, vbl_end, vtotal, ret = 0;
drivers/gpu/drm/amd/amdgpu/amdgpu_display.c
1691
vtotal = mode->crtc_vtotal;
drivers/gpu/drm/amd/amdgpu/amdgpu_display.c
1697
*vpos = (*vpos < vtotal) ? (*vpos - vtotal) : 0;
drivers/gpu/drm/amd/amdgpu/amdgpu_encoders.c
170
unsigned int vblank = native_mode->vtotal - native_mode->vdisplay;
drivers/gpu/drm/amd/amdgpu/amdgpu_encoders.c
186
adjusted_mode->vtotal = native_mode->vdisplay + vblank;
drivers/gpu/drm/amd/amdgpu/atombios_encoders.c
2000
lvds->native_mode.vtotal = lvds->native_mode.vdisplay +
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
1086
if (max_size < (unsigned long) mode->htotal * mode->vtotal)
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
1087
max_size = (unsigned long) mode->htotal * mode->vtotal;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
11385
old_mode->vtotal != new_mode->vtotal &&
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
11408
(unsigned long long)new_crtc_state->mode.vtotal;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
6776
timing_out->v_total = mode_in->vtotal;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
6883
native_mode->vtotal == drm_mode->vtotal)) {
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
7072
timing_diff = high_mode->vtotal - mode->vtotal;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
8853
target_vtotal_diff = target_vtotal - m->vtotal;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
8858
m->vtotal + target_vtotal_diff < m->vsync_end)
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
8865
new_mode->vtotal += (u16)target_vtotal_diff;
drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c
691
pipe_data->pipe_config.vblank_data.vtotal = vblank_pipe->stream->timing.v_total;
drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c
804
pipe_data->pipe_config.subvp_data.vtotal = subvp_pipe->stream->timing.v_total;
drivers/gpu/drm/amd/display/dc/dce/dmub_replay.c
374
cmd.replay_set_pseudo_vtotal.data.vtotal =
drivers/gpu/drm/amd/display/dc/dce/dmub_replay.c
375
cmd_element->pseudo_vtotal_data.vtotal;
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
1360
v->frame_time_for_min_full_det_buffering_time = v->vtotal[k] * v->htotal[k] / v->pixel_clock[k];
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
1364
v->frame_time_for_min_full_det_buffering_time = v->vtotal[k] * v->htotal[k] / v->pixel_clock[k];
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
1393
v->v_blank_time = (v->vtotal[k] - v->vactive[k]) * v->htotal[k] / v->pixel_clock[k];
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
1626
v->max_vstartup_lines[k] = v->vtotal[k] - v->vactive[k] - 1.0;
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
1878
v->v_blank_dram_clock_change_latency_margin[k] = (v->vtotal[k] - v->scaler_recout_height[k]) * (v->htotal[k] / v->pixel_clock[k]) -dcn_bw_max2(v->dram_clock_change_watermark, v->writeback_dram_clock_change_watermark);
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
795
v->maximum_vstartup = v->vtotal[k] - v->vactive[k] - 1.0;
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calcs.c
1215
pipe->pipe_dlg_param.vtotal = pipe->stream->timing.v_total;
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calcs.c
1256
hsplit_pipe->pipe_dlg_param.vtotal = pipe->stream->timing.v_total;
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calcs.c
438
input->dest.vtotal = pipe->stream->timing.v_total;
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calcs.c
439
input->dest.vblank_start = input->dest.vtotal - pipe->stream->timing.v_front_porch;
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calcs.c
906
v->vtotal[input_idx] = pipe->stream->timing.v_total;
drivers/gpu/drm/amd/display/dc/dml/dcn20/dcn20_fpu.c
1399
pipes[pipe_cnt].pipe.dest.vtotal = v_total;
drivers/gpu/drm/amd/display/dc/dml/dcn314/dcn314_fpu.c
334
pipes[pipe_cnt].pipe.dest.vtotal = pipe->stream->adjust.v_total_min;
drivers/gpu/drm/amd/display/dc/dml/dcn314/dcn314_fpu.c
336
pipes[pipe_cnt].pipe.dest.vtotal = timing->v_total;
drivers/gpu/drm/amd/display/dc/dml/dcn35/dcn35_fpu.c
470
pipes[pipe_cnt].pipe.dest.vtotal =
drivers/gpu/drm/amd/display/dc/dml/dcn351/dcn351_fpu.c
503
pipes[pipe_cnt].pipe.dest.vtotal =
drivers/gpu/drm/amd/display/dc/dml/display_mode_lib.c
230
dml_print("DML PARAMS: vtotal = %d\n", pipe_dest->vtotal);
drivers/gpu/drm/amd/display/dc/dml/display_mode_structs.h
517
unsigned int vtotal;
drivers/gpu/drm/amd/display/dc/dml/display_mode_vba.c
604
mode_lib->vba.VTotal[mode_lib->vba.NumberOfActivePlanes] = dst->vtotal;
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/dml2_core_dcn4_calcs.c
12813
base_programming->vtotal = (uint16_t)stream_descriptor->timing.v_total;
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_utils.c
263
pipe_ctx->pipe_dlg_param.vtotal = pipe_ctx->stream->timing.v_total;
drivers/gpu/drm/amd/display/dc/inc/dcn_calcs.h
177
float vtotal[number_of_planes_minus_one + 1];
drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h
2220
uint16_t vtotal;
drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h
2241
uint16_t vtotal;
drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h
2600
uint16_t vtotal; // nominal vtotal
drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h
2632
uint16_t vtotal; // nominal vtotal
drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h
4726
uint16_t vtotal;
drivers/gpu/drm/amd/display/modules/power/power_helpers.c
1014
uint32_t vtotal)
drivers/gpu/drm/amd/display/modules/power/power_helpers.c
1016
link->replay_settings.defer_update_coasting_vtotal_table[type] = vtotal;
drivers/gpu/drm/amd/display/modules/power/power_helpers.c
1030
uint32_t vtotal)
drivers/gpu/drm/amd/display/modules/power/power_helpers.c
1032
link->replay_settings.coasting_vtotal_table[type] = vtotal;
drivers/gpu/drm/amd/display/modules/power/power_helpers.c
1035
void set_replay_low_rr_full_screen_video_src_vtotal(struct dc_link *link, uint16_t vtotal)
drivers/gpu/drm/amd/display/modules/power/power_helpers.c
1037
link->replay_settings.low_rr_full_screen_video_pseudo_vtotal = vtotal;
drivers/gpu/drm/amd/display/modules/power/power_helpers.c
1041
uint16_t vtotal, uint16_t htotal)
drivers/gpu/drm/amd/display/modules/power/power_helpers.c
1052
if (htotal != 0 && vtotal != 0 && pixel_deviation_per_line != 0)
drivers/gpu/drm/amd/display/modules/power/power_helpers.c
1053
max_link_off_frame_count = htotal * max_deviation_line / (pixel_deviation_per_line * vtotal);
drivers/gpu/drm/amd/display/modules/power/power_helpers.h
59
uint32_t vtotal);
drivers/gpu/drm/amd/display/modules/power/power_helpers.h
62
uint32_t vtotal);
drivers/gpu/drm/amd/display/modules/power/power_helpers.h
70
void set_replay_low_rr_full_screen_video_src_vtotal(struct dc_link *link, uint16_t vtotal);
drivers/gpu/drm/amd/display/modules/power/power_helpers.h
72
uint16_t vtotal, uint16_t htotal);
drivers/gpu/drm/aspeed/aspeed_gfx_crtc.c
120
writel(CRT_V_TOTAL(m->vtotal - 1) | CRT_V_DE(m->vdisplay - 1),
drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c
607
int vback_porch = mode->vtotal - mode->vsync_end;
drivers/gpu/drm/bridge/adv7511/adv7533.c
39
vbp = mode->vtotal - mode->vsync_end;
drivers/gpu/drm/bridge/adv7511/adv7533.c
56
regmap_write(adv->regmap_cec, 0x30, mode->vtotal >> 4);
drivers/gpu/drm/bridge/adv7511/adv7533.c
57
regmap_write(adv->regmap_cec, 0x31, (mode->vtotal << 4) & 0xff);
drivers/gpu/drm/bridge/analogix/anx7625.c
2218
ctx->dt.vback_porch.min = mode->vtotal - mode->vsync_end;
drivers/gpu/drm/bridge/analogix/anx7625.c
2244
mode->vtotal);
drivers/gpu/drm/bridge/analogix/anx7625.c
2308
vref = adj->clock * 1000 / (adj->htotal * adj->vtotal);
drivers/gpu/drm/bridge/analogix/anx7625.c
2311
adj_clock = vref * delta_adj * adj->vtotal;
drivers/gpu/drm/bridge/analogix/anx7625.c
2315
adj_clock = vref * delta_adj * adj->vtotal;
drivers/gpu/drm/bridge/cadence/cdns-dsi-core.c
578
if (mode->vtotal - mode->vsync_end < 2)
drivers/gpu/drm/bridge/chipone-icn6211.c
405
chipone_writeb(icn, VBP, mode->vtotal - mode->vsync_end);
drivers/gpu/drm/bridge/chrontel-ch7033.c
393
regmap_write(priv->regmap, 0x11, (mode->vtotal >> 8) << 3 |
drivers/gpu/drm/bridge/chrontel-ch7033.c
396
regmap_write(priv->regmap, 0x13, mode->vtotal);
drivers/gpu/drm/bridge/chrontel-ch7033.c
421
regmap_write(priv->regmap, 0x25, (mode->vtotal >> 8) << 3 |
drivers/gpu/drm/bridge/chrontel-ch7033.c
424
regmap_write(priv->regmap, 0x27, mode->vtotal);
drivers/gpu/drm/bridge/inno-hdmi.c
739
value = mode->vtotal;
drivers/gpu/drm/bridge/inno-hdmi.c
743
value = mode->vtotal - mode->vdisplay;
drivers/gpu/drm/bridge/inno-hdmi.c
746
value = mode->vtotal - mode->vsync_start;
drivers/gpu/drm/bridge/ite-it6505.c
3420
str += scnprintf(str, end - str, "VTotal:%d\n", vid->vtotal);
drivers/gpu/drm/bridge/ite-it6505.c
3427
vid->vtotal - vid->vsync_end);
drivers/gpu/drm/bridge/ite-it6505.c
715
int vtotal, vdes, vdew, vfph, vsyncw;
drivers/gpu/drm/bridge/ite-it6505.c
730
vtotal = it6505_read_word(it6505, REG_INPUT_VTOTAL) & 0xFFF;
drivers/gpu/drm/bridge/ite-it6505.c
768
it6505->video_info.vtotal = vtotal;
drivers/gpu/drm/bridge/lontium-lt9211.c
287
{ 0xd00d, (mode->vtotal >> 8) & 0xff },
drivers/gpu/drm/bridge/lontium-lt9211.c
288
{ 0xd00e, mode->vtotal & 0xff },
drivers/gpu/drm/bridge/lontium-lt9611.c
136
v_total = mode->vtotal;
drivers/gpu/drm/bridge/lontium-lt9611.c
146
vsync_porch = mode->vtotal - mode->vsync_start;
drivers/gpu/drm/bridge/lontium-lt9611uxc.c
310
v_total = mode->vtotal;
drivers/gpu/drm/bridge/nwl-dsi.c
270
vback_porch = dsi->mode.vtotal - dsi->mode.vsync_end;
drivers/gpu/drm/bridge/samsung-dsim.c
1188
| DSIM_MAIN_VBP(m->vtotal - m->vsync_end);
drivers/gpu/drm/bridge/ssd2825.c
538
((mode->vtotal - mode->vsync_end) << 8) |
drivers/gpu/drm/bridge/ssd2825.c
541
((mode->vtotal - mode->vsync_start) << 8) |
drivers/gpu/drm/bridge/synopsys/dw-dp.c
1245
vstart = mode->vtotal - mode->vsync_start;
drivers/gpu/drm/bridge/synopsys/dw-dp.c
1285
vblank = mode->vtotal - mode->vdisplay;
drivers/gpu/drm/bridge/synopsys/dw-hdmi.c
2084
vblank = mode->vtotal - mode->vdisplay;
drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c
841
vbp = mode->vtotal - mode->vsync_end;
drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi2.c
444
vbp = mode->vtotal - mode->vsync_end;
drivers/gpu/drm/bridge/tc358767.c
1020
FIELD_PREP(V_TOTAL, mode->vtotal));
drivers/gpu/drm/bridge/tc358767.c
907
int upper_margin = mode->vtotal - mode->vsync_end;
drivers/gpu/drm/bridge/tc358767.c
918
dev_dbg(tc->dev, "total: %dx%d\n", mode->htotal, mode->vtotal);
drivers/gpu/drm/bridge/tc358767.c
994
int upper_margin = mode->vtotal - mode->vsync_end;
drivers/gpu/drm/bridge/tc358775.c
391
vback_porch = mode->vtotal - mode->vsync_end;
drivers/gpu/drm/bridge/tda998x_drv.c
1400
if (mode->vtotal >= BIT(11))
drivers/gpu/drm/bridge/tda998x_drv.c
1480
n_line = mode->vtotal;
drivers/gpu/drm/bridge/tda998x_drv.c
1498
vwin1_line_s = mode->vtotal - mode->vdisplay - 1;
drivers/gpu/drm/bridge/tda998x_drv.c
1509
vwin1_line_s = (mode->vtotal - mode->vdisplay)/2;
drivers/gpu/drm/bridge/tda998x_drv.c
1515
vwin2_line_s = vwin1_line_s + mode->vtotal/2;
drivers/gpu/drm/bridge/tda998x_drv.c
1518
vs2_line_s = vs1_line_s + mode->vtotal/2 ;
drivers/gpu/drm/bridge/ti-sn65dsi83.c
666
mode->vtotal - mode->vsync_end);
drivers/gpu/drm/bridge/ti-sn65dsi86.c
1009
(mode->vtotal - mode->vsync_end) & 0xFF);
drivers/gpu/drm/bridge/ti-sn65dsi86.c
822
if ((mode->vtotal - mode->vsync_end) > 0xff)
drivers/gpu/drm/display/drm_dp_helper.c
3510
drm_printf(p, " vtotal: %d\n", as_sdp->vtotal);
drivers/gpu/drm/drm_edid.c
3485
mode->vtotal *= 2;
drivers/gpu/drm/drm_edid.c
3486
mode->vtotal |= 1;
drivers/gpu/drm/drm_edid.c
3560
mode->vtotal = mode->vdisplay + vblank;
drivers/gpu/drm/drm_edid.c
3569
if (mode->vsync_end > mode->vtotal) {
drivers/gpu/drm/drm_edid.c
3572
mode->vsync_end, mode->vtotal);
drivers/gpu/drm/drm_edid.c
3573
mode->vsync_end = mode->vtotal;
drivers/gpu/drm/drm_edid.c
4300
BUILD_BUG_ON(cea_mode_for_vic(8)->vtotal != 262 ||
drivers/gpu/drm/drm_edid.c
4301
cea_mode_for_vic(9)->vtotal != 262 ||
drivers/gpu/drm/drm_edid.c
4302
cea_mode_for_vic(12)->vtotal != 262 ||
drivers/gpu/drm/drm_edid.c
4303
cea_mode_for_vic(13)->vtotal != 262 ||
drivers/gpu/drm/drm_edid.c
4304
cea_mode_for_vic(23)->vtotal != 312 ||
drivers/gpu/drm/drm_edid.c
4305
cea_mode_for_vic(24)->vtotal != 312 ||
drivers/gpu/drm/drm_edid.c
4306
cea_mode_for_vic(27)->vtotal != 312 ||
drivers/gpu/drm/drm_edid.c
4307
cea_mode_for_vic(28)->vtotal != 312);
drivers/gpu/drm/drm_edid.c
4310
vic == 12 || vic == 13) && mode->vtotal < 263) ||
drivers/gpu/drm/drm_edid.c
4312
vic == 27 || vic == 28) && mode->vtotal < 314)) {
drivers/gpu/drm/drm_edid.c
4315
mode->vtotal++;
drivers/gpu/drm/drm_edid.c
6821
mode->vtotal = mode->vdisplay + vblank;
drivers/gpu/drm/drm_mipi_dbi.c
572
swap(mode->htotal, mode->vtotal);
drivers/gpu/drm/drm_modes.c
1000
drm_mode->vtotal = vtotal_lines;
drivers/gpu/drm/drm_modes.c
1005
drm_mode->vtotal *= 2;
drivers/gpu/drm/drm_modes.c
1082
dmode->vtotal = dmode->vsync_end + vm->vback_porch;
drivers/gpu/drm/drm_modes.c
1123
vm->vback_porch = dmode->vtotal - dmode->vsync_end;
drivers/gpu/drm/drm_modes.c
1291
if (mode->htotal == 0 || mode->vtotal == 0)
drivers/gpu/drm/drm_modes.c
1304
if (check_mul_overflow(mode->htotal * mode->vtotal, den, &den))
drivers/gpu/drm/drm_modes.c
1362
p->crtc_vtotal = p->vtotal;
drivers/gpu/drm/drm_modes.c
1483
mode1->vtotal == mode2->vtotal &&
drivers/gpu/drm/drm_modes.c
1652
mode->vtotal < mode->vsync_end)
drivers/gpu/drm/drm_modes.c
2594
out->vtotal = in->vtotal;
drivers/gpu/drm/drm_modes.c
2653
out->vtotal = in->vtotal;
drivers/gpu/drm/drm_modes.c
334
unsigned int htotal, vtotal;
drivers/gpu/drm/drm_modes.c
497
vtotal = vactive + vfp + vslen + vbp;
drivers/gpu/drm/drm_modes.c
498
if (params->num_lines != vtotal) {
drivers/gpu/drm/drm_modes.c
500
vtotal, params->num_lines);
drivers/gpu/drm/drm_modes.c
507
mode->vtotal = mode->vsync_end + vbp;
drivers/gpu/drm/drm_modes.c
509
if (mode->vtotal != params->num_lines)
drivers/gpu/drm/drm_modes.c
736
drm_mode->vtotal = vdisplay_rnd + 2 * vmargin +
drivers/gpu/drm/drm_modes.c
792
drm_mode->vtotal = vdisplay_rnd + 2 * vmargin + vbilines;
drivers/gpu/drm/drm_modes.c
811
drm_mode->vtotal *= 2;
drivers/gpu/drm/exynos/exynos7_drm_decon.c
211
if (mode->htotal == 0 || mode->vtotal == 0)
drivers/gpu/drm/exynos/exynos_drm_fimd.c
492
if (mode->htotal == 0 || mode->vtotal == 0)
drivers/gpu/drm/exynos/exynos_hdmi.c
1222
(m->htotal << 12) | m->vtotal);
drivers/gpu/drm/exynos/exynos_hdmi.c
1247
val = m->vtotal / 2;
drivers/gpu/drm/exynos/exynos_hdmi.c
1248
val |= ((m->vtotal - m->vdisplay) / 2) << 11;
drivers/gpu/drm/exynos/exynos_hdmi.c
1251
val = (m->vtotal +
drivers/gpu/drm/exynos/exynos_hdmi.c
1253
val |= m->vtotal << 11;
drivers/gpu/drm/exynos/exynos_hdmi.c
1256
val = ((m->vtotal / 2) + 7);
drivers/gpu/drm/exynos/exynos_hdmi.c
1257
val |= ((m->vtotal / 2) + 2) << 12;
drivers/gpu/drm/exynos/exynos_hdmi.c
1266
(m->vtotal - m->vdisplay) / 2);
drivers/gpu/drm/exynos/exynos_hdmi.c
1271
val = m->vtotal;
drivers/gpu/drm/exynos/exynos_hdmi.c
1272
val |= (m->vtotal - m->vdisplay) << 11;
drivers/gpu/drm/exynos/exynos_hdmi.c
1284
m->vtotal - m->vdisplay);
drivers/gpu/drm/exynos/exynos_hdmi.c
1291
hdmi_reg_writev(hdata, HDMI_TG_V_FSZ_L, 2, m->vtotal);
drivers/gpu/drm/exynos/exynos_hdmi.c
1311
hdmi_reg_writev(hdata, HDMI_V_LINE_0, 2, m->vtotal);
drivers/gpu/drm/exynos/exynos_hdmi.c
1332
hdmi_reg_writev(hdata, HDMI_V2_BLANK_0, 2, m->vtotal / 2);
drivers/gpu/drm/exynos/exynos_hdmi.c
1334
(m->vtotal - m->vdisplay) / 2);
drivers/gpu/drm/exynos/exynos_hdmi.c
1336
m->vtotal - m->vdisplay / 2);
drivers/gpu/drm/exynos/exynos_hdmi.c
1337
hdmi_reg_writev(hdata, HDMI_V_BLANK_F1_0, 2, m->vtotal);
drivers/gpu/drm/exynos/exynos_hdmi.c
1339
(m->vtotal / 2) + 7);
drivers/gpu/drm/exynos/exynos_hdmi.c
1341
(m->vtotal / 2) + 2);
drivers/gpu/drm/exynos/exynos_hdmi.c
1347
(m->vtotal - m->vdisplay) / 2);
drivers/gpu/drm/exynos/exynos_hdmi.c
1350
m->vtotal - m->vdisplay / 2);
drivers/gpu/drm/exynos/exynos_hdmi.c
1352
(m->vtotal / 2) + 1);
drivers/gpu/drm/exynos/exynos_hdmi.c
1354
(m->vtotal / 2) + 1);
drivers/gpu/drm/exynos/exynos_hdmi.c
1356
(m->vtotal / 2) + 1);
drivers/gpu/drm/exynos/exynos_hdmi.c
1364
hdmi_reg_writev(hdata, HDMI_V2_BLANK_0, 2, m->vtotal);
drivers/gpu/drm/exynos/exynos_hdmi.c
1366
m->vtotal - m->vdisplay);
drivers/gpu/drm/exynos/exynos_hdmi.c
1374
m->vtotal - m->vdisplay);
drivers/gpu/drm/exynos/exynos_hdmi.c
1405
hdmi_reg_writev(hdata, HDMI_TG_V_FSZ_L, 2, m->vtotal);
drivers/gpu/drm/exynos/exynos_mixer.c
1082
int hdisplay, vdisplay, htotal, vtotal, scan_val;
drivers/gpu/drm/exynos/exynos_mixer.c
1110
adjusted_mode->vsync_end = modes[i].vtotal;
drivers/gpu/drm/exynos/exynos_mixer.c
1111
adjusted_mode->vtotal = modes[i].vtotal;
drivers/gpu/drm/gma500/cdv_device.c
509
.vtotal = VTOTAL_A,
drivers/gpu/drm/gma500/cdv_device.c
534
.vtotal = VTOTAL_B,
drivers/gpu/drm/gma500/cdv_intel_display.c
790
REG_WRITE(map->vtotal, (adjusted_mode->crtc_vdisplay - 1) |
drivers/gpu/drm/gma500/cdv_intel_display.c
932
vtot = REG_READ(map->vtotal);
drivers/gpu/drm/gma500/cdv_intel_display.c
938
vtot = p->vtotal;
drivers/gpu/drm/gma500/cdv_intel_display.c
952
mode->vtotal = ((vtot & 0xffff0000) >> 16) + 1;
drivers/gpu/drm/gma500/cdv_intel_dp.c
883
adjusted_mode->vtotal = fixed_mode->vtotal;
drivers/gpu/drm/gma500/cdv_intel_lvds.c
215
adjusted_mode->vtotal = panel_fixed_mode->vtotal;
drivers/gpu/drm/gma500/gma_display.c
599
crtc_state->saveVTOTAL = REG_READ(map->vtotal);
drivers/gpu/drm/gma500/gma_display.c
653
REG_WRITE(map->vtotal, crtc_state->saveVTOTAL);
drivers/gpu/drm/gma500/intel_bios.c
166
panel_fixed_mode->vtotal = panel_fixed_mode->vdisplay +
drivers/gpu/drm/gma500/intel_bios.c
184
if (panel_fixed_mode->vsync_end > panel_fixed_mode->vtotal)
drivers/gpu/drm/gma500/intel_bios.c
185
panel_fixed_mode->vtotal = panel_fixed_mode->vsync_end + 1;
drivers/gpu/drm/gma500/intel_bios.c
259
if (panel_fixed_mode->htotal > 0 && panel_fixed_mode->vtotal > 0) {
drivers/gpu/drm/gma500/oaktrail_crtc.c
449
REG_WRITE_WITH_AUX(map->vtotal, (mode->crtc_vdisplay - 1) |
drivers/gpu/drm/gma500/oaktrail_crtc.c
468
REG_WRITE_WITH_AUX(map->vtotal, (adjusted_mode->crtc_vdisplay - 1) |
drivers/gpu/drm/gma500/oaktrail_device.c
148
p->vtotal = PSB_RVDC32(VTOTAL_A);
drivers/gpu/drm/gma500/oaktrail_device.c
268
PSB_WVDC32(p->vtotal, VTOTAL_A);
drivers/gpu/drm/gma500/oaktrail_device.c
406
.vtotal = VTOTAL_A,
drivers/gpu/drm/gma500/oaktrail_device.c
430
.vtotal = VTOTAL_B,
drivers/gpu/drm/gma500/oaktrail_hdmi.c
760
pipeb->vtotal = PSB_RVDC32(VTOTAL_B);
drivers/gpu/drm/gma500/oaktrail_hdmi.c
813
PSB_WVDC32(pipeb->vtotal, VTOTAL_B);
drivers/gpu/drm/gma500/oaktrail_lvds.c
246
mode->vtotal = mode->vdisplay + \
drivers/gpu/drm/gma500/oaktrail_lvds.c
257
pr_info("vtotal is %d\n", mode->vtotal);
drivers/gpu/drm/gma500/psb_device.c
208
.vtotal = VTOTAL_A,
drivers/gpu/drm/gma500/psb_device.c
232
.vtotal = VTOTAL_B,
drivers/gpu/drm/gma500/psb_drv.h
232
u32 vtotal;
drivers/gpu/drm/gma500/psb_drv.h
266
u32 vtotal;
drivers/gpu/drm/gma500/psb_intel_display.c
274
REG_WRITE(map->vtotal, (adjusted_mode->crtc_vdisplay - 1) |
drivers/gpu/drm/gma500/psb_intel_display.c
397
vtot = REG_READ(map->vtotal);
drivers/gpu/drm/gma500/psb_intel_display.c
403
vtot = p->vtotal;
drivers/gpu/drm/gma500/psb_intel_display.c
417
mode->vtotal = ((vtot & 0xffff0000) >> 16) + 1;
drivers/gpu/drm/gma500/psb_intel_lvds.c
410
adjusted_mode->vtotal = panel_fixed_mode->vtotal;
drivers/gpu/drm/gma500/psb_intel_sdvo.c
823
mode->vtotal = mode->vdisplay + dtd->part1.v_blank;
drivers/gpu/drm/gma500/psb_intel_sdvo.c
824
mode->vtotal += (dtd->part1.v_high & 0xf) << 8;
drivers/gpu/drm/gud/gud_internal.h
145
dst->vtotal = cpu_to_le16(src->vtotal);
drivers/gpu/drm/gud/gud_internal.h
163
dst->vtotal = le16_to_cpu(src->vtotal);
drivers/gpu/drm/hisilicon/hibmc/dp/dp_hw.c
88
vblank = mode->vtotal - mode->vdisplay;
drivers/gpu/drm/hisilicon/hibmc/dp/dp_hw.c
91
vstart = mode->vtotal - mode->vsync_start;
drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_de.c
378
writel(HIBMC_FIELD(HIBMC_CRT_VERT_TOTAL_TOTAL, mode->vtotal - 1) |
drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c
477
vtot = mode->vtotal;
drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c
482
vbp = mode->vtotal - mode->vsync_end;
drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c
188
vbp = mode->vtotal - mode->vsync_end;
drivers/gpu/drm/i915/display/dvo_ns2501.c
217
u16 vtotal; /* number of lines generated, 82/83 */
drivers/gpu/drm/i915/display/dvo_ns2501.c
244
.vtotal = 1341,
drivers/gpu/drm/i915/display/dvo_ns2501.c
264
.vtotal = 1341,
drivers/gpu/drm/i915/display/dvo_ns2501.c
283
.vtotal = 1341,
drivers/gpu/drm/i915/display/dvo_ns2501.c
532
mode->hdisplay, mode->htotal, mode->vdisplay, mode->vtotal);
drivers/gpu/drm/i915/display/dvo_ns2501.c
559
mode->hdisplay, mode->htotal, mode->vdisplay, mode->vtotal);
drivers/gpu/drm/i915/display/dvo_ns2501.c
627
ns2501_writeb(dvo, NS2501_REG82, conf->vtotal & 0xff);
drivers/gpu/drm/i915/display/dvo_ns2501.c
628
ns2501_writeb(dvo, NS2501_REG83, conf->vtotal >> 8);
drivers/gpu/drm/i915/display/icl_dsi.c
1032
VBLANK_START(vactive - 1) | VBLANK_END(vtotal - 1));
drivers/gpu/drm/i915/display/icl_dsi.c
881
u16 vtotal, vactive, vsync_start, vsync_end, vsync_shift;
drivers/gpu/drm/i915/display/icl_dsi.c
912
vtotal = adjusted_mode->crtc_vtotal;
drivers/gpu/drm/i915/display/icl_dsi.c
923
vtotal = vactive + DIV_ROUND_UP(400, line_time_us);
drivers/gpu/drm/i915/display/icl_dsi.c
987
VACTIVE(vactive - 1) | VTOTAL(vtotal - 1));
drivers/gpu/drm/i915/display/icl_dsi.c
990
if (vsync_end < vsync_start || vsync_end > vtotal)
drivers/gpu/drm/i915/display/intel_bios.c
553
panel_fixed_mode->vtotal = panel_fixed_mode->vdisplay +
drivers/gpu/drm/i915/display/intel_bios.c
579
if (panel_fixed_mode->vsync_end > panel_fixed_mode->vtotal) {
drivers/gpu/drm/i915/display/intel_bios.c
581
panel_fixed_mode->vsync_end, panel_fixed_mode->vtotal);
drivers/gpu/drm/i915/display/intel_bios.c
582
panel_fixed_mode->vsync_end = panel_fixed_mode->vtotal;
drivers/gpu/drm/i915/display/intel_bios.c
987
panel_fixed_mode->vtotal =
drivers/gpu/drm/i915/display/intel_crt.c
701
u32 vtotal, vactive;
drivers/gpu/drm/i915/display/intel_crt.c
717
vtotal = REG_FIELD_GET(VTOTAL_MASK, save_vtotal) + 1;
drivers/gpu/drm/i915/display/intel_crt.c
754
if (vblank_start <= vactive && vblank_end >= vtotal) {
drivers/gpu/drm/i915/display/intel_crt.c
767
if (vblank_start - vactive >= vtotal - vblank_end)
drivers/gpu/drm/i915/display/intel_crt.c
770
vsample = (vtotal + vblank_end) >> 1;
drivers/gpu/drm/i915/display/intel_display.c
2219
mode->vtotal = timings->crtc_vtotal;
drivers/gpu/drm/i915/display/intel_display.c
4871
return a->vtotal == b->vtotal &&
drivers/gpu/drm/i915/display/intel_display.c
8097
mode->vtotal > vtotal_max)
drivers/gpu/drm/i915/display/intel_display.c
8123
if (mode->vtotal - mode->vdisplay < 5)
drivers/gpu/drm/i915/display/intel_display.c
8129
if (mode->vtotal - mode->vdisplay < 3)
drivers/gpu/drm/i915/display/intel_display_regs.h
374
#define VTOTAL(vtotal) REG_FIELD_PREP(VTOTAL_MASK, (vtotal))
drivers/gpu/drm/i915/display/intel_dp.c
3004
as_sdp->vtotal = intel_vrr_vmin_vtotal(crtc_state);
drivers/gpu/drm/i915/display/intel_dp.c
4874
sdp->db[1] = as_sdp->vtotal & 0xFF;
drivers/gpu/drm/i915/display/intel_dp.c
4875
sdp->db[2] = (as_sdp->vtotal >> 8) & 0xFF;
drivers/gpu/drm/i915/display/intel_dp.c
5064
as_sdp->vtotal = (sdp->db[2] << 8) | sdp->db[1];
drivers/gpu/drm/i915/display/intel_dsb.c
156
int vtotal = dsb_vtotal(state, crtc);
drivers/gpu/drm/i915/display/intel_dsb.c
158
return (scanline + vtotal - intel_crtc_scanline_offset(crtc_state)) % vtotal;
drivers/gpu/drm/i915/display/intel_dsb.c
461
int vtotal = dsb_vtotal(state, crtc);
drivers/gpu/drm/i915/display/intel_dsb.c
467
drm_WARN(crtc->base.dev, (end - start + vtotal) % vtotal == vtotal - 1,
drivers/gpu/drm/i915/display/intel_dsb.c
470
start, end, vtotal);
drivers/gpu/drm/i915/display/intel_dsi_vbt.c
805
intel_dsi->pclk += DIV_ROUND_UP(mode->vtotal * intel_dsi->pixel_overlap * 60, 1000);
drivers/gpu/drm/i915/display/intel_panel.c
241
adjusted_mode->vtotal =
drivers/gpu/drm/i915/display/intel_sdvo.c
845
v_blank_len = mode->vtotal - mode->vdisplay;
drivers/gpu/drm/i915/display/intel_sdvo.c
906
mode.vtotal = mode.vdisplay + dtd->part1.v_blank;
drivers/gpu/drm/i915/display/intel_sdvo.c
907
mode.vtotal += (dtd->part1.v_high & 0xf) << 8;
drivers/gpu/drm/i915/display/intel_tv.c
1033
mode->vtotal = mode->vdisplay +
drivers/gpu/drm/i915/display/intel_tv.c
1041
mode->vtotal = mode->vdisplay +
drivers/gpu/drm/i915/display/intel_tv.c
1079
int new_vtotal = mode->vtotal * vdisplay /
drivers/gpu/drm/i915/display/intel_tv.c
1082
mode->clock = mode->clock * new_vtotal / mode->vtotal;
drivers/gpu/drm/i915/display/intel_tv.c
1085
mode->vsync_start = vdisplay + vsync_start * new_vtotal / mode->vtotal;
drivers/gpu/drm/i915/display/intel_tv.c
1086
mode->vsync_end = vdisplay + vsync_end * new_vtotal / mode->vtotal;
drivers/gpu/drm/i915/display/intel_tv.c
1087
mode->vtotal = new_vtotal;
drivers/gpu/drm/i915/display/intel_vblank.c
189
u32 vtotal = mode->crtc_vtotal;
drivers/gpu/drm/i915/display/intel_vblank.c
193
scanline = min(scanline, vtotal - 1);
drivers/gpu/drm/i915/display/intel_vblank.c
194
scanline = (scanline + vblank_start) % vtotal;
drivers/gpu/drm/i915/display/intel_vblank.c
250
int position, vtotal;
drivers/gpu/drm/i915/display/intel_vblank.c
258
vtotal = intel_mode_vtotal(mode);
drivers/gpu/drm/i915/display/intel_vblank.c
292
return (position + vtotal + crtc->scanline_offset) % vtotal;
drivers/gpu/drm/i915/display/intel_vblank.c
339
int vbl_start, vbl_end, hsync_start, htotal, vtotal;
drivers/gpu/drm/i915/display/intel_vblank.c
354
vtotal = intel_mode_vtotal(mode);
drivers/gpu/drm/i915/display/intel_vblank.c
384
position = min(crtc->vmax_vblank_start + scanlines, vtotal - 1);
drivers/gpu/drm/i915/display/intel_vblank.c
401
vtotal *= htotal;
drivers/gpu/drm/i915/display/intel_vblank.c
412
position = min(position, vtotal - 1);
drivers/gpu/drm/i915/display/intel_vblank.c
423
position = (position + htotal - hsync_start) % vtotal;
drivers/gpu/drm/i915/display/intel_vblank.c
444
position += vtotal - vbl_end;
drivers/gpu/drm/i915/display/intel_vblank.c
615
int vtotal = mode->crtc_vtotal;
drivers/gpu/drm/i915/display/intel_vblank.c
618
vtotal /= 2;
drivers/gpu/drm/i915/display/intel_vblank.c
620
return vtotal;
drivers/gpu/drm/i915/display/intel_vbt_defs.h
644
u16 vtotal;
drivers/gpu/drm/i915/display/intel_vrr.c
201
int multiplier_m = 1, multiplier_n = 1, vtotal, desired_refresh_rate;
drivers/gpu/drm/i915/display/intel_vrr.c
214
vtotal = DIV_ROUND_UP_ULL(mul_u32_u32(adjusted_mode->crtc_clock * 1000, multiplier_n),
drivers/gpu/drm/i915/display/intel_vrr.c
219
return vtotal;
drivers/gpu/drm/i915/display/vlv_dsi.c
1800
if (fixed_mode->vtotal == 820)
drivers/gpu/drm/i915/display/vlv_dsi.c
1801
fixed_mode->vtotal -= 4;
drivers/gpu/drm/i915/gvt/handlers.c
672
u32 dp_br, link_m, link_n, htotal, vtotal;
drivers/gpu/drm/i915/gvt/handlers.c
696
vtotal = (vgpu_vreg_t(vgpu, TRANS_VTOTAL(display, TRANSCODER_A)) >> TRANS_VTOTAL_SHIFT);
drivers/gpu/drm/i915/gvt/handlers.c
698
if (dp_br && link_n && htotal && vtotal) {
drivers/gpu/drm/i915/gvt/handlers.c
708
new_rate = DIV64_U64_ROUND_CLOSEST(mul_u64_u32_shr(pixel_clk, MSEC_PER_SEC, 0), mul_u32_u32(htotal + 1, vtotal + 1));
drivers/gpu/drm/imx/dc/dc-crtc.c
342
int vtotal = mode->crtc_vtotal;
drivers/gpu/drm/imx/dc/dc-crtc.c
365
*vpos = line - (vtotal - 1);
drivers/gpu/drm/imx/dc/dc-fg.c
144
u32 vact, vtotal, vsync, vsbp;
drivers/gpu/drm/imx/dc/dc-fg.c
154
vtotal = m->crtc_vtotal;
drivers/gpu/drm/imx/dc/dc-fg.c
161
regmap_write(fg->reg, VTCFG1, VACT(vact) | VTOTAL(vtotal));
drivers/gpu/drm/imx/lcdc/imx-lcdc.c
175
FIELD_PREP(IMX21LCDC_LVCR_VBPORCH, crtc->mode.vtotal - crtc->mode.vsync_end);
drivers/gpu/drm/logicvc/logicvc_crtc.c
89
vbp = mode->vtotal - mode->vsync_end;
drivers/gpu/drm/mcde/mcde_display.c
988
vbp = mode->vtotal - mode->vsync_end;
drivers/gpu/drm/mcde/mcde_dsi.c
505
val |= (mode->vtotal - mode->vsync_end)
drivers/gpu/drm/mediatek/mtk_disp_merge.c
279
rate = mode->clock / (mode->vtotal - mode->vsync_end);
drivers/gpu/drm/mediatek/mtk_dp.c
1457
sdp_down_cnt_init += mode.vtotal <= 525 ? 4 : 0;
drivers/gpu/drm/mediatek/mtk_dp.c
1488
dc_offset = (mode.vtotal <= 525) ? 0x14 : 0x00;
drivers/gpu/drm/mediatek/mtk_dp.c
1493
dc_offset = (mode.vtotal <= 525) ? 0x08 : 0x00;
drivers/gpu/drm/mediatek/mtk_dp.c
495
mode.vtotal, VTOTAL_SW_DP_ENC0_P0_MASK);
drivers/gpu/drm/mediatek/mtk_dp.c
526
mode.vtotal,
drivers/gpu/drm/mediatek/mtk_hdmi_common.c
240
adjusted_mode->vtotal);
drivers/gpu/drm/meson/meson_venc.c
1013
sof_lines = mode->vtotal - mode->vsync_end;
drivers/gpu/drm/meson/meson_venc.c
1155
lines_f0 = mode->vtotal >> 1;
drivers/gpu/drm/meson/meson_venc.c
1438
+ ((mode->vtotal - 1) / 2);
drivers/gpu/drm/meson/meson_venc.c
1475
vs_bline_evn = mode->vtotal
drivers/gpu/drm/meson/meson_venc.c
1482
mode->vtotal);
drivers/gpu/drm/meson/meson_venc.c
1646
max_lncnt = mode->vtotal - 1;
drivers/gpu/drm/meson/meson_venc.c
1649
vavon_bline = mode->vtotal - mode->vsync_start;
drivers/gpu/drm/meson/meson_venc.c
907
dmt_mode->encp.vavon_bline = mode->vtotal - mode->vsync_start;
drivers/gpu/drm/meson/meson_venc.c
917
dmt_mode->encp.max_lncnt = mode->vtotal - 1;
drivers/gpu/drm/mgag200/mgag200_mode.c
218
unsigned int vdispend, vsyncstr, vsyncend, vtotal, vblkstr, vblkend;
drivers/gpu/drm/mgag200/mgag200_mode.c
235
vtotal = mode->crtc_vtotal - 2;
drivers/gpu/drm/mgag200/mgag200_mode.c
237
vblkend = vtotal + 1;
drivers/gpu/drm/mgag200/mgag200_mode.c
261
crtcext2 = ((vtotal & 0xc00) >> 10) |
drivers/gpu/drm/mgag200/mgag200_mode.c
274
WREG_CRT(0x06, vtotal & 0xff);
drivers/gpu/drm/mgag200/mgag200_mode.c
275
WREG_CRT(0x07, ((vtotal & 0x100) >> 8) |
drivers/gpu/drm/mgag200/mgag200_mode.c
280
((vtotal & 0x200) >> 4) |
drivers/gpu/drm/mgag200/mgag200_mode.c
770
if (!mode->htotal || !mode->vtotal || !mode->clock)
drivers/gpu/drm/mgag200/mgag200_mode.c
774
total_area = mode->htotal * mode->vtotal;
drivers/gpu/drm/msm/disp/dpu1/dpu_core_perf.c
102
mode_clk = (u64)mode->vtotal * mode->hdisplay * drm_mode_vrefresh(mode);
drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c
1926
u32 vtotal, time_to_vsync;
drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c
1943
vtotal = mode->vtotal;
drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c
1944
if (cur_line >= vtotal)
drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c
1945
time_to_vsync = line_time * vtotal;
drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c
1947
time_to_vsync = line_time * (vtotal - cur_line);
drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c
1951
vtotal);
drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c
1960
cur_line, vtotal, time_to_vsync,
drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_cmd.c
382
(mode->vtotal * drm_mode_vrefresh(mode));
drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_cmd.c
389
tc_cfg.sync_cfg_height = mode->vtotal * 2;
drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_cmd.c
398
vsync_hz, mode->vtotal, drm_mode_vrefresh(mode));
drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_vid.c
52
|| (mode->vtotal < mode->vsync_end)
drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_vid.c
62
mode->vtotal, mode->vdisplay);
drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_vid.c
728
fetch_start = mode.vtotal - (mode.vsync_start - mode.vdisplay);
drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_vid.c
730
(s.line_count <= mode.vtotal))
drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_vid.c
81
timing->v_back_porch = mode->vtotal - mode->vsync_end;
drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c
133
vbp = mode->vtotal - mode->vsync_end;
drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c
140
plane_pixel_rate = src_width * mode->vtotal * fps;
drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c
177
dst_width * mode->vtotal * fps;
drivers/gpu/drm/msm/disp/mdp4/mdp4_dsi_encoder.c
54
vsync_period = mode->vtotal * mode->htotal;
drivers/gpu/drm/msm/disp/mdp4/mdp4_dsi_encoder.c
56
display_v_start = (mode->vtotal - mode->vsync_start) * mode->htotal + dsi_hsync_skew;
drivers/gpu/drm/msm/disp/mdp4/mdp4_dtv_encoder.c
58
vsync_period = mode->vtotal * mode->htotal;
drivers/gpu/drm/msm/disp/mdp4/mdp4_dtv_encoder.c
60
display_v_start = (mode->vtotal - mode->vsync_start) * mode->htotal + dtv_hsync_skew;
drivers/gpu/drm/msm/disp/mdp4/mdp4_lcdc_encoder.c
231
vsync_period = mode->vtotal * mode->htotal;
drivers/gpu/drm/msm/disp/mdp4/mdp4_lcdc_encoder.c
233
display_v_start = (mode->vtotal - mode->vsync_start) * mode->htotal + lcdc_hsync_skew;
drivers/gpu/drm/msm/disp/mdp5/mdp5_cmd_encoder.c
35
total_lines = mode->vtotal * drm_mode_vrefresh(mode);
drivers/gpu/drm/msm/disp/mdp5/mdp5_cmd_encoder.c
38
__func__, mode->vtotal, drm_mode_vrefresh(mode));
drivers/gpu/drm/msm/disp/mdp5/mdp5_cmd_encoder.c
63
REG_MDP5_PP_SYNC_CONFIG_HEIGHT(pp_id), (2 * mode->vtotal));
drivers/gpu/drm/msm/disp/mdp5/mdp5_encoder.c
76
vsync_period = mode->vtotal * mode->htotal;
drivers/gpu/drm/msm/disp/mdp5/mdp5_encoder.c
78
display_v_start = (mode->vtotal - mode->vsync_start) * mode->htotal + dtv_hsync_skew;
drivers/gpu/drm/msm/dp/dp_debug.c
51
drm_mode->vtotal - drm_mode->vsync_end);
drivers/gpu/drm/msm/dp/dp_panel.c
380
vsync_period = drm_mode->vtotal;
drivers/gpu/drm/msm/dp/dp_panel.c
382
display_v_start = ((drm_mode->vtotal - drm_mode->vsync_start) *
drivers/gpu/drm/msm/dp/dp_panel.c
625
drm_mode->vdisplay, drm_mode->vtotal - drm_mode->vsync_end,
drivers/gpu/drm/msm/dp/dp_panel.c
631
total_ver = drm_mode->vtotal;
drivers/gpu/drm/msm/dp/dp_panel.c
639
data = (drm_mode->vtotal - drm_mode->vsync_start);
drivers/gpu/drm/msm/dp/dp_panel.c
705
drm_mode->vtotal - drm_mode->vsync_end,
drivers/gpu/drm/msm/dsi/dsi_host.c
982
u32 v_total = mode->vtotal;
drivers/gpu/drm/msm/hdmi/hdmi_bridge.c
364
vstart = mode->vtotal - mode->vsync_start - 1;
drivers/gpu/drm/msm/hdmi/hdmi_bridge.c
365
vend = mode->vtotal - mode->vsync_start + mode->vdisplay - 1;
drivers/gpu/drm/msm/hdmi/hdmi_bridge.c
368
mode->htotal, mode->vtotal, hstart, hend, vstart, vend);
drivers/gpu/drm/msm/hdmi/hdmi_bridge.c
372
HDMI_TOTAL_V_TOTAL(mode->vtotal - 1));
drivers/gpu/drm/msm/hdmi/hdmi_bridge.c
383
HDMI_VSYNC_TOTAL_F2_V_TOTAL(mode->vtotal));
drivers/gpu/drm/mxsfb/lcdif_kms.c
320
writel(VSYN_PARA_BP_V(m->vtotal - m->vsync_end) |
drivers/gpu/drm/nouveau/dispnv04/dfp.c
315
regp->fp_vert_regs[FP_TOTAL] = output_mode->vtotal - 1;
drivers/gpu/drm/nouveau/dispnv04/dfp.c
316
regp->fp_vert_regs[FP_CRTC] = output_mode->vtotal - 5 - 1;
drivers/gpu/drm/nouveau/dispnv04/i2c/ch7006_mode.c
120
.vtotal = vt, \
drivers/gpu/drm/nouveau/dispnv04/i2c/ch7006_mode.c
186
mode->mode.vtotal != drm_mode->vtotal ||
drivers/gpu/drm/nouveau/dispnv04/i2c/ch7006_mode.c
345
scale = norm->vtotal*fixed1;
drivers/gpu/drm/nouveau/dispnv04/i2c/ch7006_mode.c
346
do_div(scale, mode->vtotal);
drivers/gpu/drm/nouveau/dispnv04/i2c/ch7006_mode.c
352
* priv->hmargin * mode->vtotal) / norm->vtotal / 100 / 4;
drivers/gpu/drm/nouveau/dispnv04/i2c/ch7006_mode.c
41
.vtotal = 525, \
drivers/gpu/drm/nouveau/dispnv04/i2c/ch7006_mode.c
46
.vtotal = 625, \
drivers/gpu/drm/nouveau/dispnv04/i2c/ch7006_priv.h
52
int vtotal;
drivers/gpu/drm/nouveau/dispnv04/tvnv04.c
149
regp->tv_vtotal = adjusted_mode->vtotal;
drivers/gpu/drm/nouveau/dispnv04/tvnv17.c
217
mode->vtotal / 1000;
drivers/gpu/drm/nouveau/dispnv04/tvnv17.c
286
mode->vtotal = output_mode->vtotal;
drivers/gpu/drm/nouveau/dispnv04/tvnv17.c
549
regs->fp_vert_regs[FP_TOTAL] = output_mode->vtotal - 1;
drivers/gpu/drm/nouveau/dispnv50/head.c
150
umode_vdisplay += umode->vtotal;
drivers/gpu/drm/nouveau/include/nvif/if0013.h
27
__u16 vtotal;
drivers/gpu/drm/nouveau/nouveau_bios.c
478
mode->vtotal = ROM16(mode_entry[35]) + 1;
drivers/gpu/drm/nouveau/nouveau_display.c
110
*vpos = calc(args.vblanks, args.vblanke, args.vtotal, args.vline);
drivers/gpu/drm/nouveau/nvkm/engine/disp/gf119.c
430
state->vtotal = (data & 0xffff0000) >> 16;
drivers/gpu/drm/nouveau/nvkm/engine/disp/gv100.c
274
state->vtotal = (data & 0xffff0000) >> 16;
drivers/gpu/drm/nouveau/nvkm/engine/disp/head.h
19
u16 vtotal;
drivers/gpu/drm/nouveau/nvkm/engine/disp/nv04.c
58
state->vtotal = nvkm_rd32(device, 0x680804 + hoff) & 0x0000ffff;
drivers/gpu/drm/nouveau/nvkm/engine/disp/nv04.c
59
state->vblanke = state->vtotal - 1;
drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c
419
state->vtotal = (data & 0xffff0000) >> 16;
drivers/gpu/drm/nouveau/nvkm/engine/disp/uhead.c
54
args->v0.vtotal = head->arm.vtotal;
drivers/gpu/drm/nouveau/nvkm/engine/disp/uhead.c
65
if (!args->v0.vtotal || !args->v0.htotal)
drivers/gpu/drm/omapdrm/dss/venc.c
225
.vtotal = 625,
drivers/gpu/drm/omapdrm/dss/venc.c
240
.vtotal = 525,
drivers/gpu/drm/omapdrm/omap_crtc.c
540
bandwidth = div_u64(bandwidth, mode->htotal * mode->vtotal);
drivers/gpu/drm/panel/panel-abt-y030xx067a.c
338
.vtotal = 480 + 84 + 20 + 16,
drivers/gpu/drm/panel/panel-abt-y030xx067a.c
350
.vtotal = 480 + 84 + 20 + 16,
drivers/gpu/drm/panel/panel-arm-versatile.c
145
.vtotal = 240 + 5 + 6 + 5,
drivers/gpu/drm/panel/panel-arm-versatile.c
168
.vtotal = 480 + 11 + 2 + 32,
drivers/gpu/drm/panel/panel-arm-versatile.c
190
.vtotal = 220 + 0 + 2 + 1,
drivers/gpu/drm/panel/panel-arm-versatile.c
213
.vtotal = 320 + 2 + 2 + 2,
drivers/gpu/drm/panel/panel-asus-z00t-tm5p5-n35596.c
138
.vtotal = 1920 + 4 + 2 + 4,
drivers/gpu/drm/panel/panel-auo-a030jtn01.c
255
.vtotal = 480 + 90 + 24 + 6,
drivers/gpu/drm/panel/panel-auo-a030jtn01.c
267
.vtotal = 480 + 90 + 24 + 6,
drivers/gpu/drm/panel/panel-boe-bf060y8m-aj0.c
179
.vtotal = 2160 + 16 + 1 + 15,
drivers/gpu/drm/panel/panel-boe-himax8279d.c
232
.vtotal = 1920 + 10 + 14 + 4,
drivers/gpu/drm/panel/panel-boe-td4320.c
150
.vtotal = 2340 + 4 + 4 + 60,
drivers/gpu/drm/panel/panel-boe-th101mb31ig002-28a.c
264
.vtotal = 1280 + 2 + 4 + 12,
drivers/gpu/drm/panel/panel-boe-th101mb31ig002-28a.c
289
.vtotal = 1280 + 20 + 4 + 12,
drivers/gpu/drm/panel/panel-boe-tv101wum-ll2.c
144
.vtotal = 1920 + 155 + 8 + 32,
drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c
1432
.vtotal = 2000 + 26 + 2 + 148,
drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c
1461
.vtotal = 2000 + 26 + 2 + 172,
drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c
1490
.vtotal = 1920 + 10 + 14 + 4,
drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c
1517
.vtotal = 1920 + 16 + 4 + 16,
drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c
1544
.vtotal = 1920 + 20 + 4 + 10,
drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c
1571
.vtotal = 1920 + 34 + 2 + 24,
drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c
1599
.vtotal = 1920 + 20 + 4 + 10,
drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c
1627
.vtotal = 1920 + 14 + 10 + 15,
drivers/gpu/drm/panel/panel-dsi-cm.c
476
mode->vdisplay = mode->vsync_start = mode->vsync_end = mode->vtotal =
drivers/gpu/drm/panel/panel-ebbg-ft8719.c
130
.vtotal = 2246 + 120 + 4 + 12,
drivers/gpu/drm/panel/panel-edp.c
1023
.vtotal = 768 + 10 + 12 + 6,
drivers/gpu/drm/panel/panel-edp.c
1036
.vtotal = 768 + 4 + 6 + 15,
drivers/gpu/drm/panel/panel-edp.c
1064
.vtotal = 1080 + 25 + 10 + 10,
drivers/gpu/drm/panel/panel-edp.c
1091
.vtotal = 768 + 3 + 6 + 13,
drivers/gpu/drm/panel/panel-edp.c
1114
.vtotal = 800 + 3 + 5 + 24,
drivers/gpu/drm/panel/panel-edp.c
1125
.vtotal = 800 + 3 + 5 + 24,
drivers/gpu/drm/panel/panel-edp.c
1155
.vtotal = 1440 + 3 + 6 + 31,
drivers/gpu/drm/panel/panel-edp.c
1167
.vtotal = 1440 + 3 + 6 + 31,
drivers/gpu/drm/panel/panel-edp.c
1198
.vtotal = 1080 + 3 + 6 + 31,
drivers/gpu/drm/panel/panel-edp.c
1239
.vtotal = 1125,
drivers/gpu/drm/panel/panel-edp.c
1268
.vtotal = 768 + 8 + 12 + 12,
drivers/gpu/drm/panel/panel-edp.c
1330
.vtotal = 1080 + 4 + 4 + 24,
drivers/gpu/drm/panel/panel-edp.c
1352
.vtotal = 1440 + 3 + 10 + 27,
drivers/gpu/drm/panel/panel-edp.c
1379
.vtotal = 768 + 5 + 5 + 122,
drivers/gpu/drm/panel/panel-edp.c
1405
.vtotal = 2048 + 8 + 4 + 8,
drivers/gpu/drm/panel/panel-edp.c
1427
.vtotal = 1536 + 3 + 1 + 9,
drivers/gpu/drm/panel/panel-edp.c
1448
.vtotal = 1280 + 4 + 4 + 12,
drivers/gpu/drm/panel/panel-edp.c
1470
.vtotal = 1700 + 3 + 10 + 36,
drivers/gpu/drm/panel/panel-edp.c
1493
.vtotal = 1080 + 3 + 5 + 23,
drivers/gpu/drm/panel/panel-edp.c
1504
.vtotal = 1080 + 3 + 5 + 23,
drivers/gpu/drm/panel/panel-edp.c
1533
.vtotal = 1600 + 2 + 5 + 57,
drivers/gpu/drm/panel/panel-edp.c
1554
.vtotal = 768 + 2 + 5 + 17,
drivers/gpu/drm/panel/panel-edp.c
1576
.vtotal = 1280 + 3 + 10 + 57,
drivers/gpu/drm/panel/panel-elida-kd35t133.c
159
.vtotal = 480 + 2 + 1 + 2,
drivers/gpu/drm/panel/panel-feixin-k101-im2ba02.c
400
.vtotal = 1280 + 16 + 4 + 4,
drivers/gpu/drm/panel/panel-feiyang-fy07024di26a30d.c
152
.vtotal = 600 + 12 + 2 + 21,
drivers/gpu/drm/panel/panel-himax-hx8279.c
1111
.vtotal = 1920 + 10 + 14 + 4,
drivers/gpu/drm/panel/panel-himax-hx8279.c
1132
.vtotal = 1920 + 14 + 2 + 10,
drivers/gpu/drm/panel/panel-himax-hx83102.c
713
.vtotal = 1920 + 116 + 8 + 12,
drivers/gpu/drm/panel/panel-himax-hx83102.c
735
.vtotal = 1920 + 115 + 8 + 12,
drivers/gpu/drm/panel/panel-himax-hx83102.c
757
.vtotal = 1920 + 88 + 8 + 38,
drivers/gpu/drm/panel/panel-himax-hx83102.c
779
.vtotal = 1920 + 115 + 8 + 12,
drivers/gpu/drm/panel/panel-himax-hx83102.c
801
.vtotal = 1920 + 88 + 8 + 38,
drivers/gpu/drm/panel/panel-himax-hx83102.c
823
.vtotal = 1920 + 115 + 8 + 28,
drivers/gpu/drm/panel/panel-himax-hx83112a.c
247
.vtotal = 2340 + 27 + 5 + 5,
drivers/gpu/drm/panel/panel-himax-hx83112b.c
297
.vtotal = 2160 + 32 + 2 + 2,
drivers/gpu/drm/panel/panel-himax-hx8394.c
189
.vtotal = 1440 + 9 + 7 + 7,
drivers/gpu/drm/panel/panel-himax-hx8394.c
318
.vtotal = 1280 + 12 + 10 + 10,
drivers/gpu/drm/panel/panel-himax-hx8394.c
465
.vtotal = 1280 + 14 + 13,
drivers/gpu/drm/panel/panel-himax-hx8394.c
606
.vtotal = 1920 + 16 + 2 + 14,
drivers/gpu/drm/panel/panel-hydis-hv101hd1.c
86
.vtotal = 768 + 21 + 7 + 4,
drivers/gpu/drm/panel/panel-ilitek-ili9322.c
545
.vtotal = 262,
drivers/gpu/drm/panel/panel-ilitek-ili9322.c
558
.vtotal = 262,
drivers/gpu/drm/panel/panel-ilitek-ili9322.c
572
.vtotal = 262,
drivers/gpu/drm/panel/panel-ilitek-ili9322.c
586
.vtotal = 320 + 4 + 1 + 18,
drivers/gpu/drm/panel/panel-ilitek-ili9322.c
599
.vtotal = 360 + 4 + 1 + 18,
drivers/gpu/drm/panel/panel-ilitek-ili9322.c
613
.vtotal = 500,
drivers/gpu/drm/panel/panel-ilitek-ili9322.c
627
.vtotal = 500,
drivers/gpu/drm/panel/panel-ilitek-ili9341.c
199
.vtotal = 320 + 4 + 2 + 2,/* vbp 2 */
drivers/gpu/drm/panel/panel-ilitek-ili9805.c
256
.vtotal = 480 + 2 + 4 + 10,
drivers/gpu/drm/panel/panel-ilitek-ili9805.c
270
.vtotal = 768 + 2 + 4 + 10,
drivers/gpu/drm/panel/panel-ilitek-ili9806e.c
367
.vtotal = 640 + 52 + 4 + 16,
drivers/gpu/drm/panel/panel-ilitek-ili9806e.c
527
.vtotal = 640 + 40 + 4 + 20,
drivers/gpu/drm/panel/panel-ilitek-ili9881c.c
2104
.vtotal = 1280 + 10 + 10 + 20,
drivers/gpu/drm/panel/panel-ilitek-ili9881c.c
2121
.vtotal = 1280 + 16 + 6 + 15,
drivers/gpu/drm/panel/panel-ilitek-ili9881c.c
2138
.vtotal = 1280 + 10 + 10 + 20,
drivers/gpu/drm/panel/panel-ilitek-ili9881c.c
2155
.vtotal = 1280 + 26 + 6 + 28,
drivers/gpu/drm/panel/panel-ilitek-ili9881c.c
2172
.vtotal = 1280 + 16 + 6 + 15,
drivers/gpu/drm/panel/panel-ilitek-ili9881c.c
2189
.vtotal = 1280 + 22 + 4 + 11,
drivers/gpu/drm/panel/panel-ilitek-ili9881c.c
2206
.vtotal = 1280 + 6 + 8 + 4,
drivers/gpu/drm/panel/panel-ilitek-ili9881c.c
2223
.vtotal = 1280 + 100 + 2 + 100,
drivers/gpu/drm/panel/panel-ilitek-ili9881c.c
2240
.vtotal = 1280 + 20 + 2 + 30,
drivers/gpu/drm/panel/panel-ilitek-ili9881c.c
2257
.vtotal = 1280 + 20 + 4 + 20,
drivers/gpu/drm/panel/panel-ilitek-ili9882t.c
681
.vtotal = 1920 + 68 + 2 + 10,
drivers/gpu/drm/panel/panel-ilitek-ili9882t.c
694
.vtotal = 2560 + 62 + 2 + 136,
drivers/gpu/drm/panel/panel-innolux-ej030na.c
264
.vtotal = 480 + 102 + 9 + 9,
drivers/gpu/drm/panel/panel-innolux-ej030na.c
276
.vtotal = 480 + 102 + 9 + 9,
drivers/gpu/drm/panel/panel-innolux-p079zca.c
151
.vtotal = 1024 + 20 + 4 + 20,
drivers/gpu/drm/panel/panel-innolux-p079zca.c
184
.vtotal = 2048 + 100 + 2 + 18,
drivers/gpu/drm/panel/panel-jadard-jd9365da-h3.c
1099
.vtotal = 1280 + 30 + 4 + 8,
drivers/gpu/drm/panel/panel-jadard-jd9365da-h3.c
1355
.vtotal = 480 + 10 + 2 + 16,
drivers/gpu/drm/panel/panel-jadard-jd9365da-h3.c
383
.vtotal = 1280 + 20 + 4 + 20,
drivers/gpu/drm/panel/panel-jadard-jd9365da-h3.c
615
.vtotal = 1280 + 20 + 4 + 20,
drivers/gpu/drm/panel/panel-jadard-jd9365da-h3.c
848
.vtotal = 1280 + 30 + 4 + 8,
drivers/gpu/drm/panel/panel-jdi-fhd-r63452.c
142
.vtotal = 1920 + 4 + 2 + 4,
drivers/gpu/drm/panel/panel-jdi-lpm102a188a.c
283
.vtotal = 1800 + 4 + 4 + 4,
drivers/gpu/drm/panel/panel-jdi-lt070me05000.c
271
.vtotal = 1920 + 3 + 5 + 6,
drivers/gpu/drm/panel/panel-khadas-ts050.c
760
.vtotal = 1920 + 4 + 3 + 31,
drivers/gpu/drm/panel/panel-kingdisplay-kd097d04.c
283
.vtotal = 2048 + 95 + 2 + 23,
drivers/gpu/drm/panel/panel-leadtek-ltk050h3146w.c
307
.vtotal = 1280 + 9 + 2 + 16,
drivers/gpu/drm/panel/panel-leadtek-ltk050h3146w.c
388
.vtotal = 1280 + 12 + 4 + 18,
drivers/gpu/drm/panel/panel-leadtek-ltk050h3146w.c
447
.vtotal = 1280 + 18 + 4 + 12,
drivers/gpu/drm/panel/panel-leadtek-ltk500hd1829.c
225
.vtotal = 1280 + 24 + 4 + 8,
drivers/gpu/drm/panel/panel-leadtek-ltk500hd1829.c
470
.vtotal = 1280 + 30 + 4 + 12,
drivers/gpu/drm/panel/panel-lg-lb035q02.c
136
.vtotal = 240 + 4 + 2 + 18,
drivers/gpu/drm/panel/panel-lg-ld070wx3.c
102
.vtotal = 1280 + 5 + 3 + 1,
drivers/gpu/drm/panel/panel-lg-lg4573.c
208
.vtotal = 800 + 15 + 15 + 15,
drivers/gpu/drm/panel/panel-lg-sw43408.c
173
.vtotal = 2160 + 20 + 4 + 20,
drivers/gpu/drm/panel/panel-lincolntech-lcd197.c
161
.vtotal = 1920 + 79,
drivers/gpu/drm/panel/panel-magnachip-d53e6ea8966.c
466
.vtotal = 544 + 10 + 2 + 10,
drivers/gpu/drm/panel/panel-magnachip-d53e6ea8966.c
479
.vtotal = 544 + 10 + 2 + 10,
drivers/gpu/drm/panel/panel-mantix-mlaf057we51.c
170
.vtotal = 1440 + 130 + 8 + 106,
drivers/gpu/drm/panel/panel-mantix-mlaf057we51.c
185
.vtotal = 1440 + 175 + 8 + 50,
drivers/gpu/drm/panel/panel-nec-nl8048hl11.c
118
.vtotal = 480 + 3 + 1 + 4,
drivers/gpu/drm/panel/panel-newvision-nv3051d.c
444
.vtotal = 480 + 18 + 2 + 28,
drivers/gpu/drm/panel/panel-newvision-nv3051d.c
456
.vtotal = 480 + 18 + 2 + 28,
drivers/gpu/drm/panel/panel-newvision-nv3051d.c
468
.vtotal = 480 + 18 + 2 + 28,
drivers/gpu/drm/panel/panel-newvision-nv3051d.c
483
.vtotal = 480 + 18 + 2 + 4,
drivers/gpu/drm/panel/panel-newvision-nv3052c.c
575
.vtotal = 480 + 5 + 2 + 13,
drivers/gpu/drm/panel/panel-newvision-nv3052c.c
587
.vtotal = 480 + 5 + 2 + 13,
drivers/gpu/drm/panel/panel-newvision-nv3052c.c
602
.vtotal = 480 + 12 + 4 + 6,
drivers/gpu/drm/panel/panel-newvision-nv3052c.c
617
.vtotal = 480 + 21 + 4 + 15,
drivers/gpu/drm/panel/panel-novatek-nt35510.c
1246
.vtotal = 800 + 2 + 0 + 5, /* VBP = 5 */
drivers/gpu/drm/panel/panel-novatek-nt35510.c
1320
.vtotal = 800 + 15 + 12 + 15, /* VBP = 15 */
drivers/gpu/drm/panel/panel-novatek-nt35560.c
111
.vtotal = 854 + 14 + 1 + 11,
drivers/gpu/drm/panel/panel-novatek-nt35560.c
130
.vtotal = 854 + 1 + 1 + 1,
drivers/gpu/drm/panel/panel-novatek-nt35560.c
69
.vtotal = 864 + 14 + 1 + 11,
drivers/gpu/drm/panel/panel-novatek-nt35560.c
88
.vtotal = 864 + 1 + 1 + 1,
drivers/gpu/drm/panel/panel-novatek-nt35950.c
564
.vtotal = 1920 + 12 + 2 + 10,
drivers/gpu/drm/panel/panel-novatek-nt36523.c
899
.vtotal = 2560 + 26 + 4 + 168,
drivers/gpu/drm/panel/panel-novatek-nt36523.c
913
.vtotal = 2560 + 26 + 4 + 168,
drivers/gpu/drm/panel/panel-novatek-nt36523.c
927
.vtotal = 2000 + 26 + 2 + 93,
drivers/gpu/drm/panel/panel-novatek-nt36672a.c
566
.vtotal = 2246 + 15 + 2 + 8,
drivers/gpu/drm/panel/panel-novatek-nt36672e.c
479
.vtotal = 2408 + 46 + 10 + 10,
drivers/gpu/drm/panel/panel-novatek-nt37801.c
199
.vtotal = 3200 + 20 + 2 + 18,
drivers/gpu/drm/panel/panel-novatek-nt39016.c
312
.vtotal = 240 + 5 + 1 + 4,
drivers/gpu/drm/panel/panel-novatek-nt39016.c
324
.vtotal = 240 + 5 + 1 + 4,
drivers/gpu/drm/panel/panel-olimex-lcd-olinuxino.c
135
mode->vtotal = lcd_mode->vactive + lcd_mode->vfp +
drivers/gpu/drm/panel/panel-orisetech-ota5601a.c
307
.vtotal = 480 + 7 + 6 + 7,
drivers/gpu/drm/panel/panel-orisetech-ota5601a.c
320
.vtotal = 480 + 7 + 6 + 7,
drivers/gpu/drm/panel/panel-orisetech-otm8009a.c
100
.vtotal = 800 + 15 + 10 + 16,
drivers/gpu/drm/panel/panel-orisetech-otm8009a.c
86
.vtotal = 800 + 15 + 10 + 14,
drivers/gpu/drm/panel/panel-osd-osd101t2587-53ts.c
79
.vtotal = 1200 + 24 + 6 + 48,
drivers/gpu/drm/panel/panel-panasonic-vvx10f034n00.c
119
.vtotal = 1200 + 24 + 6 + 48,
drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c
210
.vtotal = 480 + 7 + 2 + 21,
drivers/gpu/drm/panel/panel-raydium-rm67191.c
219
.vtotal = 1920 + 10 + 2 + 4,
drivers/gpu/drm/panel/panel-raydium-rm67200.c
464
.vtotal = 1952,
drivers/gpu/drm/panel/panel-raydium-rm68200.c
91
.vtotal = 1280 + 12 + 5 + 12,
drivers/gpu/drm/panel/panel-raydium-rm692e5.c
194
.vtotal = 2700 + 8 + 2 + 8,
drivers/gpu/drm/panel/panel-raydium-rm69380.c
132
.vtotal = 1600 + 20 + 4 + 8,
drivers/gpu/drm/panel/panel-renesas-r61307.c
202
.vtotal = 1024 + 24 + 8 + 2,
drivers/gpu/drm/panel/panel-renesas-r69328.c
167
.vtotal = 1280 + 6 + 3 + 1,
drivers/gpu/drm/panel/panel-ronbo-rb070d30.c
99
.vtotal = 600 + 12 + 10 + 13,
drivers/gpu/drm/panel/panel-samsung-ams581vf01.c
155
.vtotal = 2340 + 8 + 1 + 8,
drivers/gpu/drm/panel/panel-samsung-ams639rq08.c
183
.vtotal = 2340 + 64 + 20 + 64,
drivers/gpu/drm/panel/panel-samsung-db7430.c
78
.vtotal = 800 + 6 + 1 + 7,
drivers/gpu/drm/panel/panel-samsung-ltl106hl02.c
92
.vtotal = 1080 + 6 + 3 + 22,
drivers/gpu/drm/panel/panel-samsung-s6d16d0.c
38
.vtotal = 480 + 1 + 1 + 1,
drivers/gpu/drm/panel/panel-samsung-s6d27a1.c
63
.vtotal = 800 + 11 + 2 + 10,
drivers/gpu/drm/panel/panel-samsung-s6d7aa0.c
237
.vtotal = 1280 + 8 + 4 + 4,
drivers/gpu/drm/panel/panel-samsung-s6d7aa0.c
312
.vtotal = 1024 + 8 + 2 + 6,
drivers/gpu/drm/panel/panel-samsung-s6d7aa0.c
340
.vtotal = 1024 + 8 + 2 + 6,
drivers/gpu/drm/panel/panel-samsung-s6e3fa7.c
106
.vtotal = 2220 + 32 + 4 + 78,
drivers/gpu/drm/panel/panel-samsung-s6e3fc2x01.c
248
.vtotal = 2340 + 32 + 4 + 18,
drivers/gpu/drm/panel/panel-samsung-s6e3ha2.c
618
.vtotal = 2560 + 1 + 1 + 15,
drivers/gpu/drm/panel/panel-samsung-s6e3ha2.c
636
.vtotal = 2560 + 1 + 1 + 15,
drivers/gpu/drm/panel/panel-samsung-s6e3ha8.c
231
.vtotal = 2960 + 120 + 80 + 124,
drivers/gpu/drm/panel/panel-samsung-s6e63j0x03.c
54
.vtotal = 320 + 150 + 1 + 2,
drivers/gpu/drm/panel/panel-samsung-s6e63m0.c
294
.vtotal = 800 + 28 + 2 + 1,
drivers/gpu/drm/panel/panel-samsung-s6e88a0-ams427ap24.c
641
.vtotal = 960 + 12 + 1 + 3,
drivers/gpu/drm/panel/panel-samsung-s6e88a0-ams452ef01.c
132
.vtotal = 960 + 14 + 2 + 8,
drivers/gpu/drm/panel/panel-samsung-s6e8aa5x01-ams561ra01.c
876
.vtotal = 1480 + 12 + 2 + 10,
drivers/gpu/drm/panel/panel-samsung-sofef00.c
154
.vtotal = 2280 + 36 + 8 + 12,
drivers/gpu/drm/panel/panel-sharp-lq079l1sx01.c
116
.vtotal = 2048 + 14 + 8 + 2,
drivers/gpu/drm/panel/panel-sharp-lq101r1sx01.c
234
.vtotal = 1600 + 4 + 8 + 32,
drivers/gpu/drm/panel/panel-sharp-ls037v7dw01.c
95
.vtotal = 640 + 1 + 1 + 1,
drivers/gpu/drm/panel/panel-sharp-ls043t1le01.c
152
.vtotal = 960 + 3 + 10 + 15,
drivers/gpu/drm/panel/panel-sharp-ls060t1sx01.c
160
.vtotal = 1920 + 4 + 1 + 16,
drivers/gpu/drm/panel/panel-simple.c
1014
.vtotal = 768 + 10 + 12 + 6,
drivers/gpu/drm/panel/panel-simple.c
1099
.vtotal = 600 + 10 + 35 + 2,
drivers/gpu/drm/panel/panel-simple.c
1123
.vtotal = 600 + 1 + 23 + 4,
drivers/gpu/drm/panel/panel-simple.c
1232
.vtotal = 806,
drivers/gpu/drm/panel/panel-simple.c
1369
.vtotal = 1080 + 4 + 5 + 36,
drivers/gpu/drm/panel/panel-simple.c
1397
.vtotal = 600 + 17 + 1 + 17,
drivers/gpu/drm/panel/panel-simple.c
1424
.vtotal = 480 + 13 + 3 + 29,
drivers/gpu/drm/panel/panel-simple.c
1504
.vtotal = 800 + 6 + 8 + 2,
drivers/gpu/drm/panel/panel-simple.c
1581
.vtotal = 600 + 10 + 10 + 10,
drivers/gpu/drm/panel/panel-simple.c
1632
.vtotal = 272 + 8 + 8 + 8,
drivers/gpu/drm/panel/panel-simple.c
1657
.vtotal = 600 + 12 + 3 + 20,
drivers/gpu/drm/panel/panel-simple.c
1684
.vtotal = 480 + 22 + 2 + 21,
drivers/gpu/drm/panel/panel-simple.c
1710
.vtotal = 480 + 29 + 13 + 3,
drivers/gpu/drm/panel/panel-simple.c
1763
.vtotal = 1280 + 1 + 7 + 15,
drivers/gpu/drm/panel/panel-simple.c
1789
.vtotal = 768 + 4 + 4 + 4,
drivers/gpu/drm/panel/panel-simple.c
1814
.vtotal = 768 + 16 + 8 + 16,
drivers/gpu/drm/panel/panel-simple.c
1888
.vtotal = 480 + 10 + 2 + 33,
drivers/gpu/drm/panel/panel-simple.c
1975
.vtotal = 240 + 4 + 4 + 14,
drivers/gpu/drm/panel/panel-simple.c
2000
.vtotal = 240 + 4 + 18,
drivers/gpu/drm/panel/panel-simple.c
2032
.vtotal = 288 + 2 + 4 + 10,
drivers/gpu/drm/panel/panel-simple.c
2056
.vtotal = 272 + 2 + 10 + 2,
drivers/gpu/drm/panel/panel-simple.c
2082
.vtotal = 480 + 10 + 3 + 32,
drivers/gpu/drm/panel/panel-simple.c
2108
.vtotal = 480 + 10 + 2 + 33,
drivers/gpu/drm/panel/panel-simple.c
2200
.vtotal = 480 + 10 + 3 + 35,
drivers/gpu/drm/panel/panel-simple.c
2308
.vtotal = 480 + 37 + 2 + 8,
drivers/gpu/drm/panel/panel-simple.c
2332
.vtotal = 240 + 2 + 6 + 2,
drivers/gpu/drm/panel/panel-simple.c
2344
.vtotal = 240 + 2 + 6 + 2,
drivers/gpu/drm/panel/panel-simple.c
2371
.vtotal = 1280 + 4 + 8 + 4,
drivers/gpu/drm/panel/panel-simple.c
2393
.vtotal = 272 + 8 + 1 + 8,
drivers/gpu/drm/panel/panel-simple.c
2546
.vtotal = 480 + 16 + 13 + 16,
drivers/gpu/drm/panel/panel-simple.c
2572
.vtotal = 272 + 2 + 10 + 2,
drivers/gpu/drm/panel/panel-simple.c
2598
.vtotal = 480 + 22 + 23 + 10,
drivers/gpu/drm/panel/panel-simple.c
2716
.vtotal = 480 + 22 + 23 + 10,
drivers/gpu/drm/panel/panel-simple.c
2905
.vtotal = 768 + 2 + 6 + 12,
drivers/gpu/drm/panel/panel-simple.c
2930
.vtotal = 600 + 16 + 4 + 16,
drivers/gpu/drm/panel/panel-simple.c
3089
.vtotal = 240 + 4 + 3 + 15,
drivers/gpu/drm/panel/panel-simple.c
3136
.vtotal = 1200 + 19 + 4 + 20,
drivers/gpu/drm/panel/panel-simple.c
3223
.vtotal = 480 + 38 + 3 + 29,
drivers/gpu/drm/panel/panel-simple.c
3255
.vtotal = 480 + 47 + 3 + 20,
drivers/gpu/drm/panel/panel-simple.c
3288
.vtotal = 272 + 2 + 11 + 3,
drivers/gpu/drm/panel/panel-simple.c
3321
.vtotal = 1200 + 24 + 8 + 3,
drivers/gpu/drm/panel/panel-simple.c
3350
.vtotal = 720 + 3 + 3 + 2,
drivers/gpu/drm/panel/panel-simple.c
3379
.vtotal = 480 + 48 + 1 + 0,
drivers/gpu/drm/panel/panel-simple.c
3411
.vtotal = 768 + 3 + 6 + 1,
drivers/gpu/drm/panel/panel-simple.c
3610
.vtotal = 272 + 2 + 4 + 2,
drivers/gpu/drm/panel/panel-simple.c
3635
.vtotal = 600 + 127 + 20 + 3,
drivers/gpu/drm/panel/panel-simple.c
3657
.vtotal = 272 + 2 + 10 + 2,
drivers/gpu/drm/panel/panel-simple.c
3684
.vtotal = 768 + 1 + 3 + 22,
drivers/gpu/drm/panel/panel-simple.c
3735
.vtotal = 480 + 0 + 10 + 50,
drivers/gpu/drm/panel/panel-simple.c
3789
.vtotal = 272 + 8 + 5 + 3,
drivers/gpu/drm/panel/panel-simple.c
3811
.vtotal = 480 + 22 + 10 + 13,
drivers/gpu/drm/panel/panel-simple.c
3872
.vtotal = 500,
drivers/gpu/drm/panel/panel-simple.c
3900
.vtotal = 640 + 4 + 2 + 4,
drivers/gpu/drm/panel/panel-simple.c
3926
.vtotal = 800 + 3 + 3 + 3,
drivers/gpu/drm/panel/panel-simple.c
3951
.vtotal = 480 + 22 + 13 + 10,
drivers/gpu/drm/panel/panel-simple.c
3978
.vtotal = 480 + 1 + 23 + 22,
drivers/gpu/drm/panel/panel-simple.c
4000
.vtotal = 800 + 9 + 8 + 6,
drivers/gpu/drm/panel/panel-simple.c
4026
.vtotal = 800 + 1 + 3 + 20,
drivers/gpu/drm/panel/panel-simple.c
4052
.vtotal = 480 + 49 + 2 + 22,
drivers/gpu/drm/panel/panel-simple.c
4080
.vtotal = 480 + 10 + 2 + 33,
drivers/gpu/drm/panel/panel-simple.c
4106
.vtotal = 272 + 4 + 10 + 2,
drivers/gpu/drm/panel/panel-simple.c
4130
.vtotal = 272 + 16 + 10 + 2,
drivers/gpu/drm/panel/panel-simple.c
4142
.vtotal = 272 + 116 + 10 + 2,
drivers/gpu/drm/panel/panel-simple.c
4250
.vtotal = 800 + 2 + 5 + 16,
drivers/gpu/drm/panel/panel-simple.c
4341
.vtotal = 600 + 3 + 6 + 61,
drivers/gpu/drm/panel/panel-simple.c
4390
.vtotal = 480 + 8 + 2 + 35,
drivers/gpu/drm/panel/panel-simple.c
4416
.vtotal = 320 + 9 + 1 + 7,
drivers/gpu/drm/panel/panel-simple.c
4465
.vtotal = 160 + 24 + 10 + 6,
drivers/gpu/drm/panel/panel-simple.c
4477
.vtotal = 160 + 24 + 10 + 6,
drivers/gpu/drm/panel/panel-simple.c
4505
.vtotal = 480 + 1 + 23 + 22,
drivers/gpu/drm/panel/panel-simple.c
4527
.vtotal = 480 + 22 + 1 + 22,
drivers/gpu/drm/panel/panel-simple.c
4614
.vtotal = 480 + 13 + 2 + 29,
drivers/gpu/drm/panel/panel-simple.c
4770
.vtotal = 240 + 3 + 1 + 17,
drivers/gpu/drm/panel/panel-simple.c
4797
.vtotal = 240 + 0 + 1 + 0,
drivers/gpu/drm/panel/panel-simple.c
4856
.vtotal = 768 + 20 + 7 + 3,
drivers/gpu/drm/panel/panel-simple.c
4880
.vtotal = 480 + 10 + 2 + 33,
drivers/gpu/drm/panel/panel-simple.c
4902
.vtotal = 600 + 20 + 5 + 25,
drivers/gpu/drm/panel/panel-simple.c
4960
.vtotal = 600 + 12 + 10 + 13,
drivers/gpu/drm/panel/panel-simple.c
4985
.vtotal = 480 + 22 + 10 + 23,
drivers/gpu/drm/panel/panel-simple.c
5010
.vtotal = 240 + 4 + 3 + 15,
drivers/gpu/drm/panel/panel-simple.c
5034
.vtotal = 600 + 10 + 10 + 15,
drivers/gpu/drm/panel/panel-simple.c
5060
.vtotal = 480 + 23 + 5 + 1,
drivers/gpu/drm/panel/panel-simple.c
5086
.vtotal = 768 + 3 + 6 + 29,
drivers/gpu/drm/panel/panel-simple.c
5672
.vtotal = 1920 + 9 + 2 + 8,
drivers/gpu/drm/panel/panel-simple.c
5700
.vtotal = 1920 + 21 + 3 + 18,
drivers/gpu/drm/panel/panel-simple.c
5730
.vtotal = 1280 + 8 + 4 + 12,
drivers/gpu/drm/panel/panel-simple.c
5758
.vtotal = 1200 + 17 + 2 + 16,
drivers/gpu/drm/panel/panel-simple.c
5787
.vtotal = 1920 + 2 + 2 + 2,
drivers/gpu/drm/panel/panel-simple.c
5815
.vtotal = 1200 + 16 + 2 + 16,
drivers/gpu/drm/panel/panel-simple.c
806
.vtotal = 800 + 3 + 10 + 10,
drivers/gpu/drm/panel/panel-simple.c
832
.vtotal = 272 + 2 + 10 + 2,
drivers/gpu/drm/panel/panel-simple.c
856
.vtotal = 480 + 2 + 45 + 0,
drivers/gpu/drm/panel/panel-simple.c
966
.vtotal = 600 + 16 + 6 + 16,
drivers/gpu/drm/panel/panel-simple.c
991
.vtotal = 768 + 14 + 42,
drivers/gpu/drm/panel/panel-sitronix-st7701.c
1071
.vtotal = 640 + 2 + 40 + 16,
drivers/gpu/drm/panel/panel-sitronix-st7701.c
1171
.vtotal = 480 + 2 + 70 + 13,
drivers/gpu/drm/panel/panel-sitronix-st7701.c
247
mode->vtotal - mode->vsync_end),
drivers/gpu/drm/panel/panel-sitronix-st7701.c
673
.vtotal = 854 + 18 + 8 + 4,
drivers/gpu/drm/panel/panel-sitronix-st7701.c
772
.vtotal = 640 + 2 + 40 + 16,
drivers/gpu/drm/panel/panel-sitronix-st7701.c
873
.vtotal = 854 + 2 + 2 + 17,
drivers/gpu/drm/panel/panel-sitronix-st7701.c
972
.vtotal = 640 + 10 + 4 + 16,
drivers/gpu/drm/panel/panel-sitronix-st7703.c
142
.vtotal = 1440 + 20 + 4 + 12,
drivers/gpu/drm/panel/panel-sitronix-st7703.c
321
.vtotal = 1440 + 18 + 10 + 17,
drivers/gpu/drm/panel/panel-sitronix-st7703.c
408
.vtotal = 480 + 18 + 2 + 28,
drivers/gpu/drm/panel/panel-sitronix-st7703.c
492
.vtotal = 720 + 15 + 3 + 11,
drivers/gpu/drm/panel/panel-sitronix-st7703.c
578
.vtotal = 1280 + 16 + 4 + 14,
drivers/gpu/drm/panel/panel-sitronix-st7703.c
660
.vtotal = 480 + 17 + 5 + 13,
drivers/gpu/drm/panel/panel-sitronix-st7789v.c
246
.vtotal = 320 + 8 + 4 + 4,
drivers/gpu/drm/panel/panel-sitronix-st7789v.c
266
.vtotal = 320 + 8 + 4 + 4,
drivers/gpu/drm/panel/panel-sitronix-st7789v.c
281
.vtotal = 320 + 8 + 4 + 4,
drivers/gpu/drm/panel/panel-sitronix-st7789v.c
296
.vtotal = 280 + 48 + 4 + 4,
drivers/gpu/drm/panel/panel-sony-acx565akm.c
505
.vtotal = 480 + 3 + 3 + 4,
drivers/gpu/drm/panel/panel-sony-td4353-jdi.c
137
.vtotal = 2160 + 259 + 8 + 8,
drivers/gpu/drm/panel/panel-sony-tulip-truly-nt35521.c
353
.vtotal = 1280 + 18 + 1 + 18,
drivers/gpu/drm/panel/panel-startek-kd070fhfid015.c
168
.vtotal = 1920 + 8 + 4 + 4,
drivers/gpu/drm/panel/panel-summit.c
45
.vtotal = 2008 + 1 + 15 + 6,
drivers/gpu/drm/panel/panel-synaptics-r63353.c
193
.vtotal = 1280 + 2 + 4 + 0,
drivers/gpu/drm/panel/panel-tdo-tl070wsh30.c
108
.vtotal = 600 + 5 + 5 + 20,
drivers/gpu/drm/panel/panel-tpo-td028ttec1.c
274
.vtotal = 640 + 4 + 2 + 2,
drivers/gpu/drm/panel/panel-tpo-td043mtea1.c
341
.vtotal = 480 + 39 + 1 + 34,
drivers/gpu/drm/panel/panel-tpo-tpg110.c
113
.vtotal = 480 + 10 + 1 + 35,
drivers/gpu/drm/panel/panel-tpo-tpg110.c
129
.vtotal = 480 + 18 + 1 + 27,
drivers/gpu/drm/panel/panel-tpo-tpg110.c
145
.vtotal = 272 + 2 + 1 + 12,
drivers/gpu/drm/panel/panel-tpo-tpg110.c
161
.vtotal = 640 + 4 + 1 + 8,
drivers/gpu/drm/panel/panel-tpo-tpg110.c
177
.vtotal = 240 + 2 + 1 + 20,
drivers/gpu/drm/panel/panel-truly-nt35597.c
496
.vtotal = 2560 + 8 + 1 + 7,
drivers/gpu/drm/panel/panel-visionox-g2647fb105.c
139
.vtotal = 2340 + 8 + 4 + 4,
drivers/gpu/drm/panel/panel-visionox-r66451.c
165
.vtotal = 2370,
drivers/gpu/drm/panel/panel-visionox-rm69299.c
248
.vtotal = 2248 + 56 + 4 + 4,
drivers/gpu/drm/panel/panel-visionox-rm69299.c
261
.vtotal = 2160 + 8 + 4 + 4,
drivers/gpu/drm/panel/panel-visionox-rm692e5.c
250
.vtotal = 2400 + 16 + 21 + 16,
drivers/gpu/drm/panel/panel-visionox-rm692e5.c
264
.vtotal = 2400 + 16 + 21 + 16,
drivers/gpu/drm/panel/panel-visionox-rm692e5.c
278
.vtotal = 2400 + 16 + 21 + 16,
drivers/gpu/drm/panel/panel-visionox-vtdr6130.c
189
.vtotal = 2400 + 20 + 2 + 18,
drivers/gpu/drm/panel/panel-widechips-ws2401.c
93
.vtotal = 800 + 8 + 2 + 18,
drivers/gpu/drm/panel/panel-xinpeng-xpp055c272.c
202
.vtotal = 1280 + 22 + 4 + 11,
drivers/gpu/drm/pl111/pl111_display.c
156
vbp = mode->vtotal - mode->vsync_end;
drivers/gpu/drm/pl111/pl111_display.c
66
bw = div_u64(bw, mode->htotal * mode->vtotal);
drivers/gpu/drm/radeon/radeon_atombios.c
1652
lvds->native_mode.vtotal = lvds->native_mode.vdisplay +
drivers/gpu/drm/radeon/radeon_combios.c
1253
lvds->native_mode.vtotal = lvds->native_mode.vdisplay +
drivers/gpu/drm/radeon/radeon_display.c
1825
int vbl_start, vbl_end, vtotal, ret = 0;
drivers/gpu/drm/radeon/radeon_display.c
1983
vtotal = mode->crtc_vtotal;
drivers/gpu/drm/radeon/radeon_display.c
1984
*vpos = *vpos - vtotal;
drivers/gpu/drm/radeon/radeon_encoders.c
328
unsigned int vblank = native_mode->vtotal - native_mode->vdisplay;
drivers/gpu/drm/radeon/radeon_encoders.c
346
adjusted_mode->vtotal = native_mode->vdisplay + vblank;
drivers/gpu/drm/radeon/rs780_dpm.c
66
if (crtc->mode.htotal && crtc->mode.vtotal)
drivers/gpu/drm/renesas/rcar-du/rcar_du_crtc.c
890
vbp = (mode->vtotal - mode->vsync_end) / (interlaced ? 2 : 1);
drivers/gpu/drm/renesas/rcar-du/rcar_mipi_dsi.c
504
| TXVMVPRMSET2R_VBP(mode->vtotal - mode->vsync_end);
drivers/gpu/drm/renesas/rz-du/rzg2l_du_crtc.c
81
ditr2 = DU_DITR2_VBP(mode->vtotal - mode->vsync_end)
drivers/gpu/drm/renesas/rz-du/rzg2l_mipi_dsi.c
869
VICH1VPSETR_VBP(mode->vtotal - mode->vsync_end);
drivers/gpu/drm/renesas/shmobile/shmob_drm_crtc.c
161
| mode->vtotal; /* VTLN */
drivers/gpu/drm/rockchip/cdn-dp-reg.c
740
val = mode->vtotal;
drivers/gpu/drm/rockchip/cdn-dp-reg.c
741
val |= (mode->vtotal - mode->vsync_start) << 16;
drivers/gpu/drm/rockchip/cdn-dp-reg.c
768
val |= (mode->vtotal - mode->vsync_start) << 16;
drivers/gpu/drm/rockchip/cdn-dp-reg.c
773
val = mode->vtotal;
drivers/gpu/drm/rockchip/rk3066_hdmi.c
245
value = mode->vtotal;
drivers/gpu/drm/rockchip/rk3066_hdmi.c
249
value = mode->vtotal - mode->vdisplay;
drivers/gpu/drm/rockchip/rk3066_hdmi.c
252
value = mode->vtotal - mode->vsync_start + vsync_offset;
drivers/gpu/drm/rockchip/rockchip_drm_vop.c
1377
u16 vtotal = adjusted_mode->vtotal;
drivers/gpu/drm/rockchip/rockchip_drm_vop.c
1379
u16 vact_st = adjusted_mode->vtotal - adjusted_mode->vsync_start;
drivers/gpu/drm/rockchip/rockchip_drm_vop.c
1469
VOP_REG_SET(vop, modeset, vtotal_pw, (vtotal << 16) | vsync_len);
drivers/gpu/drm/rockchip/rockchip_drm_vop.c
961
dsp_sty = dest->y1 + crtc->mode.vtotal - crtc->mode.vsync_start;
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1555
u16 vtotal = mode->crtc_vtotal;
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1593
u16 vact_st_f1 = vtotal + vact_st + 1;
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1625
u16 vtotal = mode->crtc_vtotal;
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1711
u16 vact_st_f1 = vtotal + vact_st + 1;
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1717
val = vtotal << 16 | (vtotal + vsync_len);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1722
vtotal += vtotal + 1;
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1731
vop2_vp_write(vp, RK3568_VP_DSP_VTOTAL_VS_END, vtotal << 16 | vsync_len);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1994
mode->vsync_end, mode->vtotal);
drivers/gpu/drm/sitronix/st7920.c
714
mode->vtotal = st7920->height;
drivers/gpu/drm/solomon/ssd130x.c
1874
mode->vtotal = ssd130x->height;
drivers/gpu/drm/sti/sti_dvo.c
123
timing.total_lines = mode->vtotal;
drivers/gpu/drm/sti/sti_dvo.c
126
timing.trailing_lines = mode->vtotal - mode->vsync_start;
drivers/gpu/drm/sti/sti_vtg.c
228
risesync_top = mode->vtotal;
drivers/gpu/drm/sti/sti_vtg.c
254
writel(mode->vtotal * 2, vtg->regs + VTG_HLFLN);
drivers/gpu/drm/sti/sti_vtg.c
322
u32 start_line = mode.vtotal - mode.vsync_start + 1;
drivers/gpu/drm/stm/ltdc.c
1074
int line, vactive_start, vactive_end, vtotal;
drivers/gpu/drm/stm/ltdc.c
1100
regmap_read(ldev->regmap, LTDC_TWCR, &vtotal);
drivers/gpu/drm/stm/ltdc.c
1101
vtotal &= TWCR_TOTALH;
drivers/gpu/drm/stm/ltdc.c
1104
*vpos = line - vtotal - vactive_start;
drivers/gpu/drm/stm/ltdc.c
959
mode->vtotal - mode->vsync_end,
drivers/gpu/drm/stm/ltdc.c
966
accum_vbp = mode->vtotal - mode->vsync_start - 1;
drivers/gpu/drm/stm/ltdc.c
970
total_height = mode->vtotal - 1;
drivers/gpu/drm/sun4i/sun4i_hdmi_enc.c
137
y = mode->vtotal - mode->vsync_start;
drivers/gpu/drm/sun4i/sun4i_rgb.c
95
if ((mode->vdisplay < 1) || (mode->vtotal < 1))
drivers/gpu/drm/sun4i/sun4i_rgb.c
98
if ((mode->vdisplay > 0x7ff) || (mode->vtotal > 0xfff))
drivers/gpu/drm/sun4i/sun4i_tcon.c
279
int delay = mode->vtotal - mode->vdisplay;
drivers/gpu/drm/sun4i/sun4i_tcon.c
601
unsigned int bp, hsync, vsync, vtotal;
drivers/gpu/drm/sun4i/sun4i_tcon.c
665
vtotal = mode->vtotal;
drivers/gpu/drm/sun4i/sun4i_tcon.c
667
vtotal = vtotal * 2;
drivers/gpu/drm/sun4i/sun4i_tcon.c
671
SUN4I_TCON1_BASIC4_V_TOTAL(vtotal) |
drivers/gpu/drm/sun4i/sun4i_tv.c
338
SUN4I_TVE_LINE_NUMBER(mode->vtotal));
drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c
368
u16 delay = mode->vtotal - (mode->vsync_start - mode->vdisplay) + 1;
drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c
370
if (delay > mode->vtotal)
drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c
371
delay = delay % mode->vtotal;
drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c
630
SUN6I_DSI_BASIC_SIZE0_VBP(mode->vtotal -
drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c
635
SUN6I_DSI_BASIC_SIZE1_VT(mode->vtotal));
drivers/gpu/drm/sun4i/sun8i_vi_layer.c
140
fps = (mode->clock * 1000) / (mode->vtotal * mode->htotal);
drivers/gpu/drm/tegra/dc.c
1837
value = ((mode->vtotal - mode->vsync_end) << 16) |
drivers/gpu/drm/tegra/sor.c
1347
value = ((mode->vtotal & 0x7fff) << 16) | (mode->htotal & 0x7fff);
drivers/gpu/drm/tegra/sor.c
1358
vbe = vse + (mode->vtotal - mode->vsync_end);
drivers/gpu/drm/tests/drm_modes_test.c
128
KUNIT_EXPECT_EQ(test, mode->vtotal, 625);
drivers/gpu/drm/tests/drm_modes_test.c
186
KUNIT_EXPECT_EQ(test, mode->vtotal, 625);
drivers/gpu/drm/tests/drm_modes_test.c
70
KUNIT_EXPECT_EQ(test, mode->vtotal, 525);
drivers/gpu/drm/tidss/tidss_dispc.c
1369
vbp = mode->vtotal - mode->vsync_end;
drivers/gpu/drm/tidss/tidss_dispc.c
1386
bandwidth = div_u64(bandwidth, mode->htotal * mode->vtotal);
drivers/gpu/drm/tilcdc/tilcdc_crtc.c
269
return (uint) div_u64(1000llu * mode->htotal * mode->vtotal,
drivers/gpu/drm/tilcdc/tilcdc_crtc.c
318
vbp = mode->vtotal - mode->vsync_end;
drivers/gpu/drm/tilcdc/tilcdc_crtc.c
792
vbp = mode->vtotal - mode->vsync_end;
drivers/gpu/drm/tiny/cirrus-qemu.c
161
int vtotal, vdispend;
drivers/gpu/drm/tiny/cirrus-qemu.c
169
vtotal = mode->vtotal;
drivers/gpu/drm/tiny/cirrus-qemu.c
173
vtotal -= 2;
drivers/gpu/drm/tiny/cirrus-qemu.c
185
wreg_crt(cirrus, VGA_CRTC_V_TOTAL, vtotal & 0xff);
drivers/gpu/drm/tiny/cirrus-qemu.c
197
if (vtotal & 0x100)
drivers/gpu/drm/tiny/cirrus-qemu.c
203
if (vtotal & 0x200)
drivers/gpu/drm/tiny/cirrus-qemu.c
217
if (vtotal & 0x100)
drivers/gpu/drm/tiny/cirrus-qemu.c
219
if (vtotal & 0x200)
drivers/gpu/drm/tiny/panel-mipi-dbi.c
293
vback_porch = mode->vtotal - mode->vsync_end;
drivers/gpu/drm/tiny/panel-mipi-dbi.c
309
mode->clock = mode->htotal * mode->vtotal * 60 / 1000;
drivers/gpu/drm/tiny/pixpaper.c
939
.vtotal = PIXPAPER_VTOTAL,
drivers/gpu/drm/vc4/vc4_crtc.c
197
vblank_lines = mode->vtotal - mode->vdisplay;
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1376
mode->vtotal = mode->vsync_end + 50;
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1378
mode->clock = (u32)mode->htotal * (u32)mode->vtotal / 100 * 6;
drivers/gpu/drm/xlnx/zynqmp_dp.c
1347
zynqmp_dp_write(dp, ZYNQMP_DP_MAIN_STREAM_VTOTAL, mode->vtotal);
drivers/gpu/drm/xlnx/zynqmp_dp.c
1362
mode->vtotal - mode->vsync_start);
drivers/gpu/drm/xlnx/zynqmp_dp.c
1667
(adjusted_mode->vtotal * adjusted_mode->htotal);
drivers/gpu/drm/xlnx/zynqmp_dp.c
1673
adjusted_mode->clock = adjusted_mode->vtotal *
drivers/gpu/drm/xlnx/zynqmp_kms.c
217
(adjusted_mode->vtotal * adjusted_mode->htotal);
drivers/media/i2c/adv7604.c
1001
u32 height = vtotal(bt);
drivers/media/i2c/adv7604.c
1394
if (vtotal(bt) != stdi->lcf + 1)
drivers/media/i2c/adv7842.c
1047
u32 height = vtotal(bt);
drivers/media/i2c/adv7842.c
1422
if (vtotal(bt) != stdi->lcf + 1)
drivers/media/i2c/lt6911uxe.c
137
bt->vsync = lt6911uxe->cur_mode.vtotal - lt6911uxe->cur_mode.height;
drivers/media/i2c/lt6911uxe.c
223
u64 half_htotal, vtotal, half_width, height;
drivers/media/i2c/lt6911uxe.c
250
cci_read(lt6911uxe->regmap, REG_V_TOTAL, &vtotal, &ret);
drivers/media/i2c/lt6911uxe.c
251
if (ret || half_htotal == 0 || vtotal == 0) {
drivers/media/i2c/lt6911uxe.c
256
fps = div_u64(half_pix_clk, half_htotal * vtotal);
drivers/media/i2c/lt6911uxe.c
287
lt6911uxe->cur_mode.vtotal = vtotal;
drivers/media/i2c/lt6911uxe.c
83
u32 vtotal;
drivers/media/i2c/ths8200.c
218
uint16_t line_start_front_porch = (vtotal(bt) - bt->vfrontporch);
drivers/media/i2c/ths8200.c
265
((vtotal(bt) >> 4) & 0xf0) + 0x7);
drivers/media/i2c/ths8200.c
266
ths8200_write(sd, THS8200_DTG1_FRAME_SZ_LSB, vtotal(bt) & 0xff);
drivers/media/i2c/ths8200.c
292
ths8200_write(sd, THS8200_DTG2_BP3_4_MSB, ((vtotal(bt)) >> 4) & 0x70);
drivers/media/i2c/ths8200.c
295
ths8200_write(sd, THS8200_DTG2_BP3_LSB, (vtotal(bt)) & 0xff);
drivers/media/i2c/ths8200.c
318
((vtotal(bt) + 1) >> 8) & 0x7);
drivers/media/i2c/ths8200.c
319
ths8200_write(sd, THS8200_DTG2_VDLY1_LSB, vtotal(bt) + 1);
drivers/media/i2c/ths8200.c
356
"vertical: sync %d\n", __func__, htotal(bt), vtotal(bt),
drivers/media/pci/bt8xx/bttv-driver.c
485
.vtotal = 524,
drivers/media/pci/bt8xx/bttv-risc.c
269
geo->vtotal = tvnorm->vtotal;
drivers/media/pci/bt8xx/bttv-risc.c
320
geo->vtotal = tvnorm->vtotal;
drivers/media/pci/bt8xx/bttv-risc.c
356
btwrite(geo->vtotal>>8, BT848_VTOTAL_HI);
drivers/media/pci/bt8xx/bttv-risc.c
357
btwrite(geo->vtotal & 0xff, BT848_VTOTAL_LO);
drivers/media/pci/bt8xx/bttvp.h
140
u16 sheight,vscale,vdelay,vtotal;
drivers/media/pci/bt8xx/bttvp.h
87
u16 vtotal;
drivers/media/platform/aspeed/aspeed-video.c
1037
u32 mds, sync, htotal, vtotal, vsync, hsync;
drivers/media/platform/aspeed/aspeed-video.c
1042
vtotal = FIELD_GET(VE_MODE_DETECT_V_LINES, mds);
drivers/media/platform/aspeed/aspeed-video.c
1062
det->vfrontporch = vtotal - v->frame_bottom;
drivers/media/platform/aspeed/aspeed-video.c
1067
det->vsync = vtotal - vsync;
drivers/media/platform/synopsys/hdmirx/snps_hdmirx.c
268
u32 hact, vact, htotal, vtotal, fps;
drivers/media/platform/synopsys/hdmirx/snps_hdmirx.c
278
vtotal = val & 0xffff;
drivers/media/platform/synopsys/hdmirx/snps_hdmirx.c
295
vfp = vtotal - vact - vs - vbp;
drivers/media/platform/synopsys/hdmirx/snps_hdmirx.c
297
fps = div_u64(bt->pixelclock + (htotal * vtotal) / 2, htotal * vtotal);
drivers/media/platform/synopsys/hdmirx/snps_hdmirx.c
311
htotal, vtotal, fps, bt->pixelclock);
drivers/media/platform/xilinx/xilinx-tpg.c
196
unsigned int vtotal;
drivers/media/platform/xilinx/xilinx-tpg.c
200
vtotal = min_t(unsigned int, XVTC_MAX_VSIZE,
drivers/media/platform/xilinx/xilinx-tpg.c
205
config.vsync_end = vtotal - 1;
drivers/media/platform/xilinx/xilinx-tpg.c
206
config.vsize = vtotal;
drivers/video/fbdev/amifb.c
1030
#define vtotal2hw(vtotal) (div2(vtotal) - 1)
drivers/video/fbdev/amifb.c
1133
u_int htotal, vtotal;
drivers/video/fbdev/amifb.c
1224
par->vtotal =
drivers/video/fbdev/amifb.c
1241
par->diwstop_v = par->vtotal -
drivers/video/fbdev/amifb.c
1248
if (par->diwstop_v > par->vtotal) {
drivers/video/fbdev/amifb.c
1265
if (par->vtotal > (PAL_VTOTAL + NTSC_VTOTAL) / 2) {
drivers/video/fbdev/amifb.c
1280
vtotal = PAL_VTOTAL>>1;
drivers/video/fbdev/amifb.c
1310
vtotal = NTSC_VTOTAL>>1;
drivers/video/fbdev/amifb.c
1345
par->diwstop_v = par->vtotal;
drivers/video/fbdev/amifb.c
1351
if (par->vtotal > 2048) {
drivers/video/fbdev/amifb.c
1370
vtotal = par->vtotal>>1;
drivers/video/fbdev/amifb.c
1569
var->upper_margin = (par->vtotal>>line_shift) - var->yres - var->lower_margin - var->vsync_len;
drivers/video/fbdev/amifb.c
1583
var->lower_margin = ((par->vtotal - par->diwstop_v)>>line_shift) + var->vsync_len;
drivers/video/fbdev/amifb.c
1584
var->upper_margin = (((par->vtotal - 2)>>line_shift) + 1) - var->yres -
drivers/video/fbdev/amifb.c
1716
custom.vtotal = vtotal2hw(par->vtotal);
drivers/video/fbdev/amifb.c
1768
custom.vsstrt = vsstrt2hw(par->vtotal + 4);
drivers/video/fbdev/amifb.c
1769
custom.vsstop = vsstop2hw(par->vtotal + 4);
drivers/video/fbdev/amifb.c
1780
custom.vsstrt = vsstrt2hw(par->vtotal + 4);
drivers/video/fbdev/amifb.c
1781
custom.vsstop = vsstop2hw(par->vtotal + 4);
drivers/video/fbdev/amifb.c
1786
custom.vtotal = vtotal2hw(par->vtotal);
drivers/video/fbdev/amifb.c
2273
(copl++)->l = CMOVE(vtotal2hw(par->vtotal), vtotal);
drivers/video/fbdev/amifb.c
2276
(cops++)->l = CMOVE(vtotal2hw(par->vtotal), vtotal);
drivers/video/fbdev/amifb.c
2297
(copl++)->l = CMOVE(vtotal2hw(par->vtotal), vtotal);
drivers/video/fbdev/amifb.c
762
u_short vtotal; /* vmode */
drivers/video/fbdev/cirrusfb.c
1226
if (vtotal & 1024)
drivers/video/fbdev/cirrusfb.c
668
int yres, vdispend, vsyncstart, vsyncend, vtotal;
drivers/video/fbdev/cirrusfb.c
710
vtotal = vsyncend + var->upper_margin;
drivers/video/fbdev/cirrusfb.c
716
vtotal *= 2;
drivers/video/fbdev/cirrusfb.c
721
vtotal = (vtotal + 1) / 2;
drivers/video/fbdev/cirrusfb.c
725
vtotal /= 2;
drivers/video/fbdev/cirrusfb.c
734
vtotal -= 2;
drivers/video/fbdev/cirrusfb.c
775
dev_dbg(info->device, "CRT6: %d\n", vtotal & 0xff);
drivers/video/fbdev/cirrusfb.c
776
vga_wcrt(regbase, VGA_CRTC_V_TOTAL, vtotal & 0xff);
drivers/video/fbdev/cirrusfb.c
779
if (vtotal & 256)
drivers/video/fbdev/cirrusfb.c
787
if (vtotal & 512)
drivers/video/fbdev/cirrusfb.c
816
dev_dbg(info->device, "CRT16: %d\n", vtotal & 0xff);
drivers/video/fbdev/cirrusfb.c
817
vga_wcrt(regbase, VGA_CRTC_V_BLANK_END, vtotal & 0xff);
drivers/video/fbdev/cirrusfb.c
829
if (vtotal & 256)
drivers/video/fbdev/cirrusfb.c
831
if (vtotal & 512)
drivers/video/fbdev/core/fbcvt.c
164
u32 vtotal = cvt->yres/cvt->interlace;
drivers/video/fbdev/core/fbcvt.c
166
vtotal += 2 * cvt->v_margin + cvt->interlace/2 + fb_cvt_vbi_lines(cvt);
drivers/video/fbdev/core/fbcvt.c
167
vtotal |= cvt->interlace/2;
drivers/video/fbdev/core/fbcvt.c
169
return vtotal;
drivers/video/fbdev/core/fbcvt.c
177
pixclock = (cvt->f_refresh * cvt->vtotal * cvt->htotal)/1000;
drivers/video/fbdev/core/fbcvt.c
352
cvt.vtotal = fb_cvt_vtotal(&cvt);
drivers/video/fbdev/core/fbcvt.c
362
cvt.v_back_porch = cvt.vtotal - cvt.yres/cvt.interlace -
drivers/video/fbdev/core/fbcvt.c
45
u32 vtotal;
drivers/video/fbdev/core/fbmon.c
1030
u32 vtotal;
drivers/video/fbdev/core/fbmon.c
1157
timings->vtotal = timings->vactive + timings->vblank;
drivers/video/fbdev/core/fbmon.c
1167
timings->vtotal = timings->vactive + timings->vblank;
drivers/video/fbdev/core/fbmon.c
1168
timings->vfreq = timings->hfreq/timings->vtotal;
drivers/video/fbdev/core/fbmon.c
1182
timings->vtotal = timings->vactive + timings->vblank;
drivers/video/fbdev/core/fbmon.c
1183
timings->vfreq = timings->hfreq/timings->vtotal;
drivers/video/fbdev/core/fbmon.c
1319
unsigned int htotal, vtotal, total;
drivers/video/fbdev/core/fbmon.c
1349
vtotal = vm->vactive + vm->vfront_porch + vm->vback_porch +
drivers/video/fbdev/core/fbmon.c
1352
total = htotal * vtotal;
drivers/video/fbdev/core/fbmon.c
1441
u32 hfreq, vfreq, htotal, vtotal, pixclock;
drivers/video/fbdev/core/fbmon.c
1471
vtotal = var->yres + var->lower_margin + var->vsync_len +
drivers/video/fbdev/core/fbmon.c
1475
vtotal /= 2;
drivers/video/fbdev/core/fbmon.c
1477
vtotal *= 2;
drivers/video/fbdev/core/fbmon.c
1482
vfreq = hfreq/vtotal;
drivers/video/fbdev/core/fbmon.c
727
int vtotal, htotal;
drivers/video/fbdev/core/fbmon.c
741
vtotal = mode->yres + mode->lower_margin + mode->vsync_len
drivers/video/fbdev/core/fbmon.c
745
vtotal /= 2;
drivers/video/fbdev/core/fbmon.c
748
vtotal *= 2;
drivers/video/fbdev/core/fbmon.c
752
hz = (hscan + vtotal / 2) / vtotal;
drivers/video/fbdev/core/modedb.c
859
u32 pixclock, hfreq, htotal, vtotal;
drivers/video/fbdev/core/modedb.c
883
vtotal = var->yres + var->lower_margin + var->vsync_len +
drivers/video/fbdev/core/modedb.c
887
vtotal /= 2;
drivers/video/fbdev/core/modedb.c
889
vtotal *= 2;
drivers/video/fbdev/core/modedb.c
891
if (!htotal || !vtotal)
drivers/video/fbdev/core/modedb.c
895
mode->refresh = hfreq/vtotal;
drivers/video/fbdev/gbefb.c
514
timing->vtotal = var->upper_margin + var->yres +
drivers/video/fbdev/gbefb.c
517
1000 / timing->vtotal;
drivers/video/fbdev/gbefb.c
523
timing->vblank_end = timing->vtotal;
drivers/video/fbdev/gbefb.c
548
SET_GBE_FIELD(VT_XYMAX, MAXY, val, timing->vtotal);
drivers/video/fbdev/gbefb.c
987
var->upper_margin = timing.vtotal - timing.vsync_end;
drivers/video/fbdev/geode/display_gx.c
142
vtotal = vblankend;
drivers/video/fbdev/geode/display_gx.c
152
((vtotal - 1) << 16));
drivers/video/fbdev/geode/display_gx.c
63
int vactive, vblankstart, vsyncstart, vsyncend, vblankend, vtotal;
drivers/video/fbdev/geode/display_gx1.c
159
vtotal = vblankend;
drivers/video/fbdev/geode/display_gx1.c
168
val = (vactive - 1) | ((vtotal - 1) << 16);
drivers/video/fbdev/geode/display_gx1.c
82
int vactive, vblankstart, vsyncstart, vsyncend, vblankend, vtotal;
drivers/video/fbdev/geode/lxfb_ops.c
351
int vactive, vblankstart, vsyncstart, vsyncend, vblankend, vtotal;
drivers/video/fbdev/geode/lxfb_ops.c
477
vtotal = vblankend;
drivers/video/fbdev/geode/lxfb_ops.c
485
write_dc(par, DC_V_ACTIVE_TIMING, (vactive - 1) | ((vtotal - 1) << 16));
drivers/video/fbdev/matrox/matroxfb_g450.c
334
unsigned int vtotal;
drivers/video/fbdev/matrox/matroxfb_g450.c
338
vtotal = mt->VTotal;
drivers/video/fbdev/matrox/matroxfb_g450.c
341
if (vtotal < outd->v_total) {
drivers/video/fbdev/matrox/matroxfb_g450.c
342
unsigned int yovr = outd->v_total - vtotal;
drivers/video/fbdev/matrox/matroxfb_g450.c
345
} else if (vtotal > outd->v_total) {
drivers/video/fbdev/matrox/matroxfb_maven.c
226
unsigned int htotal, unsigned int vtotal,
drivers/video/fbdev/matrox/matroxfb_maven.c
239
scrlen = htotal * (vtotal - 1);
drivers/video/fbdev/matrox/matroxfb_maven.c
240
fwant = htotal * vtotal;
drivers/video/fbdev/matrox/matroxfb_maven.c
244
fwant, fxtal, htotal, vtotal, fmax);
drivers/video/fbdev/matrox/matroxfb_maven.c
299
unsigned int htotal, unsigned int vtotal,
drivers/video/fbdev/matrox/matroxfb_maven.c
305
fvco = matroxfb_PLL_mavenclock(&maven1000_pll, ctl, htotal, vtotal, in, feed, &p, htotal2);
drivers/video/fbdev/neofb.c
262
int vtotal = vsync_end + var->upper_margin;
drivers/video/fbdev/neofb.c
291
par->CRTC[6] = (vtotal - 2) & 0xFF;
drivers/video/fbdev/neofb.c
292
par->CRTC[7] = (((vtotal - 2) & 0x100) >> 8)
drivers/video/fbdev/neofb.c
296
| 0x10 | (((vtotal - 2) & 0x200) >> 4)
drivers/video/fbdev/neofb.c
317
par->CRTC[22] = (vtotal - 1) & 0xFF;
drivers/video/fbdev/neofb.c
728
int vsync_start, vtotal;
drivers/video/fbdev/neofb.c
737
vtotal = vsync_start + info->var.vsync_len + info->var.upper_margin;
drivers/video/fbdev/neofb.c
783
par->VerticalExt = (((vtotal - 2) & 0x400) >> 10)
drivers/video/fbdev/pm2fb.c
697
u32 vsstart, vsend, vbend, vtotal;
drivers/video/fbdev/pm2fb.c
734
vtotal = info->var.yres + vbend - 1;
drivers/video/fbdev/pm2fb.c
824
pm2_WR(par, PM2R_V_TOTAL, vtotal);
drivers/video/fbdev/pm3fb.c
730
const u32 vtotal = info->var.yres + vbend;
drivers/video/fbdev/pm3fb.c
752
PM3_WRITE_REG(par, PM3VTotal, vtotal - 1);
drivers/video/fbdev/pvr2fb.c
360
unsigned int vtotal;
drivers/video/fbdev/pvr2fb.c
389
vtotal = par->vsync_total;
drivers/video/fbdev/pvr2fb.c
391
vtotal /= 2;
drivers/video/fbdev/pvr2fb.c
392
if (vtotal > (PAL_VTOTAL + NTSC_VTOTAL)/2) {
drivers/video/fbdev/pvr2fb.c
435
unsigned int vtotal, hsync_total;
drivers/video/fbdev/pvr2fb.c
505
vtotal = var->upper_margin + var->yres + var->lower_margin +
drivers/video/fbdev/pvr2fb.c
510
vtotal /= 2;
drivers/video/fbdev/pvr2fb.c
511
if (vtotal > (PAL_VTOTAL + NTSC_VTOTAL)/2) {
drivers/video/fbdev/sis/initextlfb.c
165
int *vtotal, unsigned char rateindex)
drivers/video/fbdev/sis/initextlfb.c
206
*vtotal = ((cr_data & 0xFF) |
drivers/video/fbdev/sis/initextlfb.c
212
*vtotal *= 2;
drivers/video/fbdev/sis/initextlfb.c
27
int *htotal, int *vtotal, unsigned char rateindex);
drivers/video/fbdev/sis/sis.h
694
int *htotal, int *vtotal, unsigned char rateindex);
drivers/video/fbdev/sis/sis_main.c
1190
unsigned int htotal = 0, vtotal = 0;
drivers/video/fbdev/sis/sis_main.c
1198
vtotal = var->upper_margin + var->lower_margin + var->vsync_len;
drivers/video/fbdev/sis/sis_main.c
1203
vtotal += var->yres;
drivers/video/fbdev/sis/sis_main.c
1204
vtotal <<= 1;
drivers/video/fbdev/sis/sis_main.c
1206
vtotal += var->yres;
drivers/video/fbdev/sis/sis_main.c
1207
vtotal <<= 2;
drivers/video/fbdev/sis/sis_main.c
1209
vtotal += var->yres;
drivers/video/fbdev/sis/sis_main.c
1210
vtotal <<= 1;
drivers/video/fbdev/sis/sis_main.c
1211
} else vtotal += var->yres;
drivers/video/fbdev/sis/sis_main.c
1213
if(!(htotal) || !(vtotal)) {
drivers/video/fbdev/sis/sis_main.c
1218
if(pixclock && htotal && vtotal) {
drivers/video/fbdev/sis/sis_main.c
1221
ivideo->refresh_rate = (unsigned int) (hrate * 2 / vtotal);
drivers/video/fbdev/sis/sis_main.c
1297
ivideo->current_vtotal = vtotal;
drivers/video/fbdev/sis/sis_main.c
1436
unsigned int htotal = 0, vtotal = 0, myrateindex = 0;
drivers/video/fbdev/sis/sis_main.c
1445
vtotal = var->upper_margin + var->lower_margin + var->vsync_len;
drivers/video/fbdev/sis/sis_main.c
1452
vtotal += var->yres;
drivers/video/fbdev/sis/sis_main.c
1453
vtotal <<= 1;
drivers/video/fbdev/sis/sis_main.c
1455
vtotal += var->yres;
drivers/video/fbdev/sis/sis_main.c
1456
vtotal <<= 2;
drivers/video/fbdev/sis/sis_main.c
1458
vtotal += var->yres;
drivers/video/fbdev/sis/sis_main.c
1459
vtotal <<= 1;
drivers/video/fbdev/sis/sis_main.c
1461
vtotal += var->yres;
drivers/video/fbdev/sis/sis_main.c
1463
if(!(htotal) || !(vtotal)) {
drivers/video/fbdev/sis/sis_main.c
1522
(ivideo->current_vtotal == vtotal) &&
drivers/video/fbdev/sis/sis_main.c
1527
refresh_rate = (unsigned int) (hrate * 2 / vtotal);
drivers/video/fbdev/sis/sis_main.c
1529
(ivideo->current_vtotal != vtotal) ) &&
drivers/video/fbdev/sis/sis_main.c
1542
} else if((pixclock) && (htotal) && (vtotal)) {
drivers/video/fbdev/sis/sis_main.c
1545
refresh_rate = (unsigned int) (hrate * 2 / vtotal);
drivers/video/fbdev/sis/sis_main.c
566
int htotal, vtotal;
drivers/video/fbdev/sis/sis_main.c
601
&htotal, &vtotal, rate_idx)) {
drivers/video/fbdev/sis/sis_main.c
602
dclock = (htotal * vtotal * rate) / 1000;
drivers/video/fbdev/tridentfb.c
1135
u32 vtotal, vdispend, vsyncstart, vsyncend, vblankstart, vblankend;
drivers/video/fbdev/tridentfb.c
1153
vtotal = var->upper_margin + vsyncend - 2;
drivers/video/fbdev/tridentfb.c
1155
vblankend = vtotal;
drivers/video/fbdev/tridentfb.c
1158
vtotal /= 2;
drivers/video/fbdev/tridentfb.c
1196
write3X4(par, VGA_CRTC_V_TOTAL, vtotal & 0xFF);
drivers/video/fbdev/tridentfb.c
1214
if (vtotal & 0x100) tmp |= 0x01;
drivers/video/fbdev/tridentfb.c
1219
if (vtotal & 0x200) tmp |= 0x20;
drivers/video/fbdev/tridentfb.c
1226
if (vtotal & 0x400) tmp |= 0x80;
drivers/video/fbdev/via/viafbdev.c
176
u32 htotal, vtotal;
drivers/video/fbdev/via/viafbdev.c
180
vtotal = var->upper_margin + var->yres + var->lower_margin
drivers/video/fbdev/via/viafbdev.c
182
return PICOS2KHZ(var->pixclock) * 1000 / (htotal * vtotal);
include/drm/display/drm_dp_helper.h
123
int vtotal;
include/drm/drm_modes.h
138
.vsync_start = (vss), .vsync_end = (vse), .vtotal = (vt), \
include/drm/drm_modes.h
153
.vsync_end = (vd), .vtotal = (vd), .width_mm = (hd_mm), \
include/drm/drm_modes.h
267
u16 vtotal;
include/drm/drm_modes.h
434
(m)->vdisplay, (m)->vsync_start, (m)->vsync_end, (m)->vtotal, \
include/drm/gud.h
90
__le16 vtotal;
include/uapi/drm/drm_mode.h
252
__u16 vtotal;
include/video/gbe.h
296
short vtotal; /* Vertical total lines */