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
1149
if (max_size < (unsigned long) mode->htotal * mode->vtotal)
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
1150
max_size = (unsigned long) mode->htotal * mode->vtotal;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
11975
old_mode->vtotal != new_mode->vtotal &&
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
11998
(unsigned long long)new_crtc_state->mode.vtotal;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
7055
timing_out->v_total = mode_in->vtotal;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
7162
native_mode->vtotal == drm_mode->vtotal)) {
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
7351
timing_diff = high_mode->vtotal - mode->vtotal;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
9202
target_vtotal_diff = target_vtotal - m->vtotal;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
9207
m->vtotal + target_vtotal_diff < m->vsync_end)
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
9214
new_mode->vtotal += (u16)target_vtotal_diff;
drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c
695
pipe_data->pipe_config.vblank_data.vtotal = (uint16_t)vblank_pipe->stream->timing.v_total;
drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c
809
pipe_data->pipe_config.subvp_data.vtotal = (uint16_t)subvp_pipe->stream->timing.v_total;
drivers/gpu/drm/amd/display/dc/dce/dmub_replay.c
376
cmd.replay_set_pseudo_vtotal.data.vtotal =
drivers/gpu/drm/amd/display/dc/dce/dmub_replay.c
377
cmd_element->pseudo_vtotal_data.vtotal;
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
1223
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
1227
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
1254
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
1455
v->max_vstartup_lines[k] = v->vtotal[k] - v->vactive[k] - 1.0f;
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
1681
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
710
v->maximum_vstartup = v->vtotal[k] - v->vactive[k] - 1.0f;
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calcs.c
1218
pipe->pipe_dlg_param.vtotal = pipe->stream->timing.v_total;
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calcs.c
1259
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
909
v->vtotal[input_idx] = (float)pipe->stream->timing.v_total;
drivers/gpu/drm/amd/display/dc/dml/dcn20/dcn20_fpu.c
1405
pipes[pipe_cnt].pipe.dest.vtotal = v_total;
drivers/gpu/drm/amd/display/dc/dml/dcn314/dcn314_fpu.c
335
pipes[pipe_cnt].pipe.dest.vtotal = pipe->stream->adjust.v_total_min;
drivers/gpu/drm/amd/display/dc/dml/dcn314/dcn314_fpu.c
337
pipes[pipe_cnt].pipe.dest.vtotal = timing->v_total;
drivers/gpu/drm/amd/display/dc/dml/dcn35/dcn35_fpu.c
472
pipes[pipe_cnt].pipe.dest.vtotal =
drivers/gpu/drm/amd/display/dc/dml/dcn351/dcn351_fpu.c
504
pipes[pipe_cnt].pipe.dest.vtotal =
drivers/gpu/drm/amd/display/dc/dml/display_mode_lib.c
231
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
12883
base_programming->vtotal = (uint16_t)stream_descriptor->timing.v_total;
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_utils.c
266
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
2293
uint16_t vtotal;
drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h
2314
uint16_t vtotal;
drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h
2686
uint16_t vtotal; // nominal vtotal
drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h
2718
uint16_t vtotal; // nominal vtotal
drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h
4831
uint16_t vtotal;
drivers/gpu/drm/amd/display/modules/power/power_helpers.h
152
uint32_t vtotal);
drivers/gpu/drm/amd/display/modules/power/power_helpers.h
155
uint32_t vtotal);
drivers/gpu/drm/amd/display/modules/power/power_helpers.h
163
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
165
uint16_t vtotal, uint16_t htotal);
drivers/gpu/drm/amd/display/modules/power/power_replay.c
476
const struct dc_stream_state *stream, uint16_t vtotal)
drivers/gpu/drm/amd/display/modules/power/power_replay.c
498
cmd_data.pseudo_vtotal_data.vtotal = vtotal;
drivers/gpu/drm/amd/display/modules/power/power_replay.c
500
if (link->replay_settings.last_pseudo_vtotal != vtotal) {
drivers/gpu/drm/amd/display/modules/power/power_replay.c
501
link->replay_settings.last_pseudo_vtotal = vtotal;
drivers/gpu/drm/amd/display/modules/power/power_replay.c
862
uint32_t vtotal)
drivers/gpu/drm/amd/display/modules/power/power_replay.c
864
link->replay_settings.defer_update_coasting_vtotal_table[type] = vtotal;
drivers/gpu/drm/amd/display/modules/power/power_replay.c
878
uint32_t vtotal)
drivers/gpu/drm/amd/display/modules/power/power_replay.c
880
link->replay_settings.coasting_vtotal_table[type] = vtotal;
drivers/gpu/drm/amd/display/modules/power/power_replay.c
883
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_replay.c
885
link->replay_settings.low_rr_full_screen_video_pseudo_vtotal = vtotal;
drivers/gpu/drm/amd/display/modules/power/power_replay.c
889
uint16_t vtotal, uint16_t htotal)
drivers/gpu/drm/amd/display/modules/power/power_replay.c
900
if (htotal != 0 && vtotal != 0 && pixel_deviation_per_line != 0)
drivers/gpu/drm/amd/display/modules/power/power_replay.c
901
max_link_off_frame_count = htotal * max_deviation_line / (pixel_deviation_per_line * vtotal);
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
688
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
2399
ctx->dt.vback_porch.min = mode->vtotal - mode->vsync_end;
drivers/gpu/drm/bridge/analogix/anx7625.c
2425
mode->vtotal);
drivers/gpu/drm/bridge/analogix/anx7625.c
2489
vref = adj->clock * 1000 / (adj->htotal * adj->vtotal);
drivers/gpu/drm/bridge/analogix/anx7625.c
2492
adj_clock = vref * delta_adj * adj->vtotal;
drivers/gpu/drm/bridge/analogix/anx7625.c
2496
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
392
regmap_write(priv->regmap, 0x11, (mode->vtotal >> 8) << 3 |
drivers/gpu/drm/bridge/chrontel-ch7033.c
395
regmap_write(priv->regmap, 0x13, mode->vtotal);
drivers/gpu/drm/bridge/chrontel-ch7033.c
420
regmap_write(priv->regmap, 0x25, (mode->vtotal >> 8) << 3 |
drivers/gpu/drm/bridge/chrontel-ch7033.c
423
regmap_write(priv->regmap, 0x27, mode->vtotal);
drivers/gpu/drm/bridge/inno-hdmi.c
736
value = mode->vtotal;
drivers/gpu/drm/bridge/inno-hdmi.c
740
value = mode->vtotal - mode->vdisplay;
drivers/gpu/drm/bridge/inno-hdmi.c
743
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
148
v_total = mode->vtotal;
drivers/gpu/drm/bridge/lontium-lt9611.c
158
vsync_porch = mode->vtotal - mode->vsync_start;
drivers/gpu/drm/bridge/lontium-lt9611uxc.c
309
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
537
((mode->vtotal - mode->vsync_end) << 8) |
drivers/gpu/drm/bridge/ssd2825.c
540
((mode->vtotal - mode->vsync_start) << 8) |
drivers/gpu/drm/bridge/synopsys/dw-dp.c
1240
vstart = mode->vtotal - mode->vsync_start;
drivers/gpu/drm/bridge/synopsys/dw-dp.c
1280
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
845
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
1408
if (mode->vtotal >= BIT(11))
drivers/gpu/drm/bridge/tda998x_drv.c
1488
n_line = mode->vtotal;
drivers/gpu/drm/bridge/tda998x_drv.c
1506
vwin1_line_s = mode->vtotal - mode->vdisplay - 1;
drivers/gpu/drm/bridge/tda998x_drv.c
1517
vwin1_line_s = (mode->vtotal - mode->vdisplay)/2;
drivers/gpu/drm/bridge/tda998x_drv.c
1523
vwin2_line_s = vwin1_line_s + mode->vtotal/2;
drivers/gpu/drm/bridge/tda998x_drv.c
1526
vs2_line_s = vs1_line_s + mode->vtotal/2 ;
drivers/gpu/drm/bridge/ti-sn65dsi83.c
675
mode->vtotal - mode->vsync_end);
drivers/gpu/drm/bridge/ti-sn65dsi86.c
1007
(mode->vtotal - mode->vsync_end) & 0xFF);
drivers/gpu/drm/bridge/ti-sn65dsi86.c
820
if ((mode->vtotal - mode->vsync_end) > 0xff)
drivers/gpu/drm/display/drm_dp_helper.c
3542
drm_printf_indent(p, 1, "vtotal: %d\n", as_sdp->vtotal);
drivers/gpu/drm/drm_edid.c
3508
mode->vtotal *= 2;
drivers/gpu/drm/drm_edid.c
3509
mode->vtotal |= 1;
drivers/gpu/drm/drm_edid.c
3583
mode->vtotal = mode->vdisplay + vblank;
drivers/gpu/drm/drm_edid.c
3592
if (mode->vsync_end > mode->vtotal) {
drivers/gpu/drm/drm_edid.c
3595
mode->vsync_end, mode->vtotal);
drivers/gpu/drm/drm_edid.c
3596
mode->vsync_end = mode->vtotal;
drivers/gpu/drm/drm_edid.c
4323
BUILD_BUG_ON(cea_mode_for_vic(8)->vtotal != 262 ||
drivers/gpu/drm/drm_edid.c
4324
cea_mode_for_vic(9)->vtotal != 262 ||
drivers/gpu/drm/drm_edid.c
4325
cea_mode_for_vic(12)->vtotal != 262 ||
drivers/gpu/drm/drm_edid.c
4326
cea_mode_for_vic(13)->vtotal != 262 ||
drivers/gpu/drm/drm_edid.c
4327
cea_mode_for_vic(23)->vtotal != 312 ||
drivers/gpu/drm/drm_edid.c
4328
cea_mode_for_vic(24)->vtotal != 312 ||
drivers/gpu/drm/drm_edid.c
4329
cea_mode_for_vic(27)->vtotal != 312 ||
drivers/gpu/drm/drm_edid.c
4330
cea_mode_for_vic(28)->vtotal != 312);
drivers/gpu/drm/drm_edid.c
4333
vic == 12 || vic == 13) && mode->vtotal < 263) ||
drivers/gpu/drm/drm_edid.c
4335
vic == 27 || vic == 28) && mode->vtotal < 314)) {
drivers/gpu/drm/drm_edid.c
4338
mode->vtotal++;
drivers/gpu/drm/drm_edid.c
6893
mode->vtotal = mode->vdisplay + vblank;
drivers/gpu/drm/drm_mipi_dbi.c
508
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
761
pipeb->vtotal = PSB_RVDC32(VTOTAL_B);
drivers/gpu/drm/gma500/oaktrail_hdmi.c
814
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
388
writel(HIBMC_FIELD(HIBMC_CRT_VERT_TOTAL_TOTAL, mode->vtotal - 1) |
drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c
476
vtot = mode->vtotal;
drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c
481
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
1038
VBLANK_START(vactive - 1) | VBLANK_END(vtotal - 1));
drivers/gpu/drm/i915/display/icl_dsi.c
887
u16 vtotal, vactive, vsync_start, vsync_end, vsync_shift;
drivers/gpu/drm/i915/display/icl_dsi.c
918
vtotal = adjusted_mode->crtc_vtotal;
drivers/gpu/drm/i915/display/icl_dsi.c
929
vtotal = vactive + DIV_ROUND_UP(400, line_time_us);
drivers/gpu/drm/i915/display/icl_dsi.c
993
VACTIVE(vactive - 1) | VTOTAL(vtotal - 1));
drivers/gpu/drm/i915/display/icl_dsi.c
996
if (vsync_end < vsync_start || vsync_end > vtotal)
drivers/gpu/drm/i915/display/intel_bios.c
1008
panel_fixed_mode->vtotal =
drivers/gpu/drm/i915/display/intel_bios.c
554
panel_fixed_mode->vtotal = panel_fixed_mode->vdisplay +
drivers/gpu/drm/i915/display/intel_bios.c
580
if (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
583
panel_fixed_mode->vsync_end = panel_fixed_mode->vtotal;
drivers/gpu/drm/i915/display/intel_crt.c
708
u32 vtotal, vactive;
drivers/gpu/drm/i915/display/intel_crt.c
723
vtotal = REG_FIELD_GET(VTOTAL_MASK, save_vtotal) + 1;
drivers/gpu/drm/i915/display/intel_crt.c
760
if (vblank_start <= vactive && vblank_end >= vtotal) {
drivers/gpu/drm/i915/display/intel_crt.c
773
if (vblank_start - vactive >= vtotal - vblank_end)
drivers/gpu/drm/i915/display/intel_crt.c
776
vsample = (vtotal + vblank_end) >> 1;
drivers/gpu/drm/i915/display/intel_display.c
2239
mode->vtotal = timings->crtc_vtotal;
drivers/gpu/drm/i915/display/intel_display.c
4909
a->vtotal == b->vtotal &&
drivers/gpu/drm/i915/display/intel_display.c
8122
mode->vtotal > vtotal_max)
drivers/gpu/drm/i915/display/intel_display.c
8148
if (mode->vtotal - mode->vdisplay < 5)
drivers/gpu/drm/i915/display/intel_display.c
8154
if (mode->vtotal - mode->vdisplay < 3)
drivers/gpu/drm/i915/display/intel_display_regs.h
513
#define VTOTAL(vtotal) REG_FIELD_PREP(VTOTAL_MASK, (vtotal))
drivers/gpu/drm/i915/display/intel_dp.c
3250
as_sdp->vtotal = intel_vrr_vmin_vtotal(crtc_state);
drivers/gpu/drm/i915/display/intel_dp.c
5267
sdp->db[1] = as_sdp->vtotal & 0xFF;
drivers/gpu/drm/i915/display/intel_dp.c
5268
sdp->db[2] = (as_sdp->vtotal >> 8) & 0xFF;
drivers/gpu/drm/i915/display/intel_dp.c
5459
as_sdp->vtotal = (sdp->db[2] << 8) | sdp->db[1];
drivers/gpu/drm/i915/display/intel_dsb.c
208
int vtotal = dsb_vtotal(state, crtc);
drivers/gpu/drm/i915/display/intel_dsb.c
210
return (scanline + vtotal - intel_crtc_scanline_offset(crtc_state)) % vtotal;
drivers/gpu/drm/i915/display/intel_dsb.c
518
int vtotal = dsb_vtotal(state, crtc);
drivers/gpu/drm/i915/display/intel_dsb.c
524
drm_WARN(crtc->base.dev, (end - start + vtotal) % vtotal == vtotal - 1,
drivers/gpu/drm/i915/display/intel_dsb.c
527
start, end, vtotal);
drivers/gpu/drm/i915/display/intel_dsi_vbt.c
809
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
214
int multiplier_m = 1, multiplier_n = 1, vtotal, desired_refresh_rate;
drivers/gpu/drm/i915/display/intel_vrr.c
227
vtotal = DIV_ROUND_UP_ULL(mul_u32_u32(adjusted_mode->crtc_clock * 1000, multiplier_n),
drivers/gpu/drm/i915/display/intel_vrr.c
232
return vtotal;
drivers/gpu/drm/i915/display/vlv_dsi.c
1799
if (fixed_mode->vtotal == 820)
drivers/gpu/drm/i915/display/vlv_dsi.c
1800
fixed_mode->vtotal -= 4;
drivers/gpu/drm/i915/gvt/handlers.c
671
u32 dp_br, link_m, link_n, htotal, vtotal;
drivers/gpu/drm/i915/gvt/handlers.c
695
vtotal = (vgpu_vreg_t(vgpu, TRANS_VTOTAL(display, TRANSCODER_A)) >> TRANS_VTOTAL_SHIFT);
drivers/gpu/drm/i915/gvt/handlers.c
697
if (dp_br && link_n && htotal && vtotal) {
drivers/gpu/drm/i915/gvt/handlers.c
707
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
143
u32 vact, vtotal, vsync, vsbp;
drivers/gpu/drm/imx/dc/dc-fg.c
153
vtotal = m->crtc_vtotal;
drivers/gpu/drm/imx/dc/dc-fg.c
160
regmap_write(fg->reg, VTCFG1, VACT(vact) | VTOTAL(vtotal));
drivers/gpu/drm/imx/lcdc/imx-lcdc.c
174
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
504
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
231
unsigned int vdispend, vsyncstr, vsyncend, vtotal, vblkstr, vblkend;
drivers/gpu/drm/mgag200/mgag200_mode.c
248
vtotal = mode->crtc_vtotal - 2;
drivers/gpu/drm/mgag200/mgag200_mode.c
250
vblkend = vtotal + 1;
drivers/gpu/drm/mgag200/mgag200_mode.c
274
crtcext2 = ((vtotal & 0xc00) >> 10) |
drivers/gpu/drm/mgag200/mgag200_mode.c
287
WREG_CRT(0x06, vtotal & 0xff);
drivers/gpu/drm/mgag200/mgag200_mode.c
288
WREG_CRT(0x07, ((vtotal & 0x100) >> 8) |
drivers/gpu/drm/mgag200/mgag200_mode.c
293
((vtotal & 0x200) >> 4) |
drivers/gpu/drm/mgag200/mgag200_mode.c
759
if (!mode->htotal || !mode->vtotal || !mode->clock)
drivers/gpu/drm/mgag200/mgag200_mode.c
763
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
388
(mode->vtotal * drm_mode_vrefresh(mode));
drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_cmd.c
395
tc_cfg.sync_cfg_height = mode->vtotal * 2;
drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_cmd.c
404
vsync_hz, mode->vtotal, drm_mode_vrefresh(mode));
drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_vid.c
53
|| (mode->vtotal < mode->vsync_end)
drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_vid.c
63
mode->vtotal, mode->vdisplay);
drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_vid.c
730
fetch_start = mode.vtotal - (mode.vsync_start - mode.vdisplay);
drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_vid.c
732
(s.line_count <= mode.vtotal))
drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_vid.c
82
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
388
vsync_period = drm_mode->vtotal;
drivers/gpu/drm/msm/dp/dp_panel.c
390
display_v_start = ((drm_mode->vtotal - drm_mode->vsync_start) *
drivers/gpu/drm/msm/dp/dp_panel.c
633
drm_mode->vdisplay, drm_mode->vtotal - drm_mode->vsync_end,
drivers/gpu/drm/msm/dp/dp_panel.c
639
total_ver = drm_mode->vtotal;
drivers/gpu/drm/msm/dp/dp_panel.c
647
data = (drm_mode->vtotal - drm_mode->vsync_start);
drivers/gpu/drm/msm/dp/dp_panel.c
713
drm_mode->vtotal - drm_mode->vsync_end,
drivers/gpu/drm/msm/dsi/dsi_host.c
993
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
144
.vtotal = 240 + 5 + 6 + 5,
drivers/gpu/drm/panel/panel-arm-versatile.c
167
.vtotal = 480 + 11 + 2 + 32,
drivers/gpu/drm/panel/panel-arm-versatile.c
189
.vtotal = 220 + 0 + 2 + 1,
drivers/gpu/drm/panel/panel-arm-versatile.c
212
.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
254
.vtotal = 480 + 90 + 24 + 6,
drivers/gpu/drm/panel/panel-auo-a030jtn01.c
266
.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
149
.vtotal = 2340 + 4 + 4 + 60,
drivers/gpu/drm/panel/panel-boe-th101mb31ig002-28a.c
265
.vtotal = 1280 + 2 + 4 + 12,
drivers/gpu/drm/panel/panel-boe-th101mb31ig002-28a.c
290
.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
1434
.vtotal = 2000 + 26 + 2 + 148,
drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c
1463
.vtotal = 2000 + 26 + 2 + 172,
drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c
1492
.vtotal = 1920 + 10 + 14 + 4,
drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c
1519
.vtotal = 1920 + 16 + 4 + 16,
drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c
1546
.vtotal = 1920 + 20 + 4 + 10,
drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c
1573
.vtotal = 1920 + 34 + 2 + 24,
drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c
1601
.vtotal = 1920 + 20 + 4 + 10,
drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c
1629
.vtotal = 1920 + 14 + 10 + 15,
drivers/gpu/drm/panel/panel-chipwealth-ch13726a.c
138
.vtotal = 1240 + 16 + 4 + 8,
drivers/gpu/drm/panel/panel-chipwealth-ch13726a.c
150
.vtotal = 1240 + 16 + 4 + 8,
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 = 1280 + 4 + 8 + 4,
drivers/gpu/drm/panel/panel-edp.c
1291
.vtotal = 768 + 8 + 12 + 12,
drivers/gpu/drm/panel/panel-edp.c
1353
.vtotal = 1080 + 4 + 4 + 24,
drivers/gpu/drm/panel/panel-edp.c
1375
.vtotal = 1440 + 3 + 10 + 27,
drivers/gpu/drm/panel/panel-edp.c
1402
.vtotal = 768 + 5 + 5 + 122,
drivers/gpu/drm/panel/panel-edp.c
1428
.vtotal = 2048 + 8 + 4 + 8,
drivers/gpu/drm/panel/panel-edp.c
1450
.vtotal = 1536 + 3 + 1 + 9,
drivers/gpu/drm/panel/panel-edp.c
1471
.vtotal = 1280 + 4 + 4 + 12,
drivers/gpu/drm/panel/panel-edp.c
1493
.vtotal = 1700 + 3 + 10 + 36,
drivers/gpu/drm/panel/panel-edp.c
1516
.vtotal = 1080 + 3 + 5 + 23,
drivers/gpu/drm/panel/panel-edp.c
1527
.vtotal = 1080 + 3 + 5 + 23,
drivers/gpu/drm/panel/panel-edp.c
1556
.vtotal = 1600 + 2 + 5 + 57,
drivers/gpu/drm/panel/panel-edp.c
1577
.vtotal = 768 + 2 + 5 + 17,
drivers/gpu/drm/panel/panel-edp.c
1599
.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
399
.vtotal = 1280 + 16 + 4 + 4,
drivers/gpu/drm/panel/panel-feiyang-fy07024di26a30d.c
149
.vtotal = 600 + 12 + 2 + 21,
drivers/gpu/drm/panel/panel-focaltech-ota7290b.c
124
.vtotal = 1920 + 20 + 20 + 20,
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
1018
.vtotal = 1600 + 186 + 2 + 12,
drivers/gpu/drm/panel/panel-himax-hx83102.c
1041
.vtotal = 1920 + 64 + 18 + 4,
drivers/gpu/drm/panel/panel-himax-hx83102.c
886
.vtotal = 1920 + 116 + 8 + 12,
drivers/gpu/drm/panel/panel-himax-hx83102.c
908
.vtotal = 1920 + 115 + 8 + 12,
drivers/gpu/drm/panel/panel-himax-hx83102.c
930
.vtotal = 1920 + 88 + 8 + 38,
drivers/gpu/drm/panel/panel-himax-hx83102.c
952
.vtotal = 1920 + 115 + 8 + 12,
drivers/gpu/drm/panel/panel-himax-hx83102.c
974
.vtotal = 1920 + 88 + 8 + 38,
drivers/gpu/drm/panel/panel-himax-hx83102.c
996
.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
296
.vtotal = 2160 + 32 + 2 + 2,
drivers/gpu/drm/panel/panel-himax-hx83121a.c
556
.vtotal = 2560 + 154 + 4 + 18,
drivers/gpu/drm/panel/panel-himax-hx83121a.c
567
.vtotal = 2560 + 2890 + 4 + 18,
drivers/gpu/drm/panel/panel-himax-hx83121a.c
581
.vtotal = 2560 + 168 + 4 + 18,
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-himax-hx8394.c
719
.vtotal = 1280 + 30 + 10 + 4,
drivers/gpu/drm/panel/panel-himax-hx8394.c
742
.vtotal = 1280 + 15 + 12 + 4,
drivers/gpu/drm/panel/panel-hydis-hv101hd1.c
85
.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
198
.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-dsi.c
301
.vtotal = 640 + 52 + 4 + 16,
drivers/gpu/drm/panel/panel-ilitek-ili9806e-dsi.c
461
.vtotal = 640 + 40 + 4 + 20,
drivers/gpu/drm/panel/panel-ilitek-ili9806e-spi.c
285
.vtotal = 854 + 10 + 10 + 10,
drivers/gpu/drm/panel/panel-ilitek-ili9881c.c
2319
.vtotal = 1280 + 10 + 10 + 20,
drivers/gpu/drm/panel/panel-ilitek-ili9881c.c
2336
.vtotal = 1280 + 16 + 6 + 15,
drivers/gpu/drm/panel/panel-ilitek-ili9881c.c
2353
.vtotal = 1280 + 10 + 10 + 20,
drivers/gpu/drm/panel/panel-ilitek-ili9881c.c
2370
.vtotal = 1280 + 26 + 6 + 28,
drivers/gpu/drm/panel/panel-ilitek-ili9881c.c
2387
.vtotal = 1280 + 16 + 6 + 15,
drivers/gpu/drm/panel/panel-ilitek-ili9881c.c
2404
.vtotal = 1280 + 22 + 4 + 11,
drivers/gpu/drm/panel/panel-ilitek-ili9881c.c
2421
.vtotal = 1280 + 6 + 8 + 4,
drivers/gpu/drm/panel/panel-ilitek-ili9881c.c
2438
.vtotal = 1280 + 100 + 2 + 100,
drivers/gpu/drm/panel/panel-ilitek-ili9881c.c
2455
.vtotal = 1280 + 20 + 2 + 30,
drivers/gpu/drm/panel/panel-ilitek-ili9881c.c
2472
.vtotal = 1280 + 20 + 4 + 20,
drivers/gpu/drm/panel/panel-ilitek-ili9881c.c
2489
.vtotal = 1280 + 10 + 10 + 10,
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
1094
.vtotal = 1280 + 30 + 4 + 8,
drivers/gpu/drm/panel/panel-jadard-jd9365da-h3.c
1350
.vtotal = 480 + 10 + 2 + 16,
drivers/gpu/drm/panel/panel-jadard-jd9365da-h3.c
1586
.vtotal = 1280 + 30 + 4 + 8,
drivers/gpu/drm/panel/panel-jadard-jd9365da-h3.c
1825
.vtotal = 800 + 24 + 4 + 12,
drivers/gpu/drm/panel/panel-jadard-jd9365da-h3.c
2059
.vtotal = 720 + 24 + 4 + 12,
drivers/gpu/drm/panel/panel-jadard-jd9365da-h3.c
2272
.vtotal = 1280 + 30 + 12 + 4,
drivers/gpu/drm/panel/panel-jadard-jd9365da-h3.c
2302
.vtotal = 1280 + 16 + 12 + 4,
drivers/gpu/drm/panel/panel-jadard-jd9365da-h3.c
2319
.vtotal = 1280 + 26 + 12 + 4,
drivers/gpu/drm/panel/panel-jadard-jd9365da-h3.c
2342
.vtotal = 1280 + 20 + 20 + 4,
drivers/gpu/drm/panel/panel-jadard-jd9365da-h3.c
2905
.vtotal = 1280 + 16 + 12 + 4,
drivers/gpu/drm/panel/panel-jadard-jd9365da-h3.c
2922
.vtotal = 1280 + 26 + 12 + 4,
drivers/gpu/drm/panel/panel-jadard-jd9365da-h3.c
378
.vtotal = 1280 + 20 + 4 + 20,
drivers/gpu/drm/panel/panel-jadard-jd9365da-h3.c
610
.vtotal = 1280 + 20 + 4 + 20,
drivers/gpu/drm/panel/panel-jadard-jd9365da-h3.c
843
.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
214
.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
101
.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-lxd-m9189a.c
144
.vtotal = 600 + 12 + 23 + 1,
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-motorola-mot.c
154
.vtotal = 960 + 12 + 12 + 8,
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-nt35532.c
689
.vtotal = 1920 + 15 + 6 + 10,
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
532
.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-nt37700f.c
150
.vtotal = 2160 + 32 + 4 + 98,
drivers/gpu/drm/panel/panel-novatek-nt37801.c
198
.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
85
.vtotal = 800 + 15 + 10 + 14,
drivers/gpu/drm/panel/panel-orisetech-otm8009a.c
99
.vtotal = 800 + 15 + 10 + 16,
drivers/gpu/drm/panel/panel-osd-osd101t2587-53ts.c
79
.vtotal = 1200 + 24 + 6 + 48,
drivers/gpu/drm/panel/panel-panasonic-vvx10f034n00.c
121
.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
463
.vtotal = 1952,
drivers/gpu/drm/panel/panel-raydium-rm68200.c
90
.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
192
.vtotal = 1024 + 24 + 8 + 2,
drivers/gpu/drm/panel/panel-renesas-r69328.c
157
.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
91
.vtotal = 1080 + 6 + 3 + 22,
drivers/gpu/drm/panel/panel-samsung-s6d16d0.c
37
.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
53
.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
640
.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-s6e8fc0-m1906f9.c
149
.vtotal = 1560 + 17 + 2 + 5,
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
1016
.vtotal = 768 + 14 + 42,
drivers/gpu/drm/panel/panel-simple.c
1039
.vtotal = 768 + 10 + 12 + 6,
drivers/gpu/drm/panel/panel-simple.c
1124
.vtotal = 600 + 10 + 35 + 2,
drivers/gpu/drm/panel/panel-simple.c
1148
.vtotal = 600 + 1 + 23 + 4,
drivers/gpu/drm/panel/panel-simple.c
1257
.vtotal = 806,
drivers/gpu/drm/panel/panel-simple.c
1394
.vtotal = 1080 + 4 + 5 + 36,
drivers/gpu/drm/panel/panel-simple.c
1422
.vtotal = 600 + 17 + 1 + 17,
drivers/gpu/drm/panel/panel-simple.c
1449
.vtotal = 480 + 13 + 3 + 29,
drivers/gpu/drm/panel/panel-simple.c
1529
.vtotal = 800 + 6 + 8 + 2,
drivers/gpu/drm/panel/panel-simple.c
1606
.vtotal = 600 + 10 + 10 + 10,
drivers/gpu/drm/panel/panel-simple.c
1657
.vtotal = 272 + 8 + 8 + 8,
drivers/gpu/drm/panel/panel-simple.c
1682
.vtotal = 600 + 12 + 3 + 20,
drivers/gpu/drm/panel/panel-simple.c
1709
.vtotal = 480 + 22 + 2 + 21,
drivers/gpu/drm/panel/panel-simple.c
1735
.vtotal = 480 + 29 + 13 + 3,
drivers/gpu/drm/panel/panel-simple.c
1788
.vtotal = 1280 + 1 + 7 + 15,
drivers/gpu/drm/panel/panel-simple.c
1814
.vtotal = 768 + 4 + 4 + 4,
drivers/gpu/drm/panel/panel-simple.c
1839
.vtotal = 768 + 16 + 8 + 16,
drivers/gpu/drm/panel/panel-simple.c
1913
.vtotal = 480 + 10 + 2 + 33,
drivers/gpu/drm/panel/panel-simple.c
2033
.vtotal = 240 + 4 + 4 + 14,
drivers/gpu/drm/panel/panel-simple.c
2058
.vtotal = 240 + 4 + 18,
drivers/gpu/drm/panel/panel-simple.c
2090
.vtotal = 288 + 2 + 4 + 10,
drivers/gpu/drm/panel/panel-simple.c
2114
.vtotal = 272 + 2 + 10 + 2,
drivers/gpu/drm/panel/panel-simple.c
2140
.vtotal = 480 + 10 + 3 + 32,
drivers/gpu/drm/panel/panel-simple.c
2195
.vtotal = 480 + 10 + 2 + 33,
drivers/gpu/drm/panel/panel-simple.c
2287
.vtotal = 480 + 10 + 3 + 35,
drivers/gpu/drm/panel/panel-simple.c
2395
.vtotal = 480 + 37 + 2 + 8,
drivers/gpu/drm/panel/panel-simple.c
2419
.vtotal = 240 + 2 + 6 + 2,
drivers/gpu/drm/panel/panel-simple.c
2431
.vtotal = 240 + 2 + 6 + 2,
drivers/gpu/drm/panel/panel-simple.c
2458
.vtotal = 272 + 8 + 1 + 8,
drivers/gpu/drm/panel/panel-simple.c
2611
.vtotal = 480 + 16 + 13 + 16,
drivers/gpu/drm/panel/panel-simple.c
2637
.vtotal = 272 + 2 + 10 + 2,
drivers/gpu/drm/panel/panel-simple.c
2663
.vtotal = 480 + 22 + 23 + 10,
drivers/gpu/drm/panel/panel-simple.c
2781
.vtotal = 480 + 22 + 23 + 10,
drivers/gpu/drm/panel/panel-simple.c
2970
.vtotal = 768 + 2 + 6 + 12,
drivers/gpu/drm/panel/panel-simple.c
2995
.vtotal = 600 + 16 + 4 + 16,
drivers/gpu/drm/panel/panel-simple.c
3183
.vtotal = 240 + 4 + 3 + 15,
drivers/gpu/drm/panel/panel-simple.c
3230
.vtotal = 1200 + 19 + 4 + 20,
drivers/gpu/drm/panel/panel-simple.c
3317
.vtotal = 480 + 38 + 3 + 29,
drivers/gpu/drm/panel/panel-simple.c
3349
.vtotal = 480 + 47 + 3 + 20,
drivers/gpu/drm/panel/panel-simple.c
3382
.vtotal = 272 + 2 + 11 + 3,
drivers/gpu/drm/panel/panel-simple.c
3415
.vtotal = 1200 + 24 + 8 + 3,
drivers/gpu/drm/panel/panel-simple.c
3444
.vtotal = 720 + 3 + 3 + 2,
drivers/gpu/drm/panel/panel-simple.c
3473
.vtotal = 480 + 48 + 1 + 0,
drivers/gpu/drm/panel/panel-simple.c
3505
.vtotal = 768 + 3 + 6 + 1,
drivers/gpu/drm/panel/panel-simple.c
3704
.vtotal = 272 + 2 + 4 + 2,
drivers/gpu/drm/panel/panel-simple.c
3729
.vtotal = 480 + 2 + 31 + 31,
drivers/gpu/drm/panel/panel-simple.c
3755
.vtotal = 600 + 127 + 20 + 3,
drivers/gpu/drm/panel/panel-simple.c
3777
.vtotal = 272 + 2 + 10 + 2,
drivers/gpu/drm/panel/panel-simple.c
3804
.vtotal = 768 + 1 + 3 + 22,
drivers/gpu/drm/panel/panel-simple.c
3855
.vtotal = 480 + 0 + 10 + 50,
drivers/gpu/drm/panel/panel-simple.c
3909
.vtotal = 272 + 8 + 5 + 3,
drivers/gpu/drm/panel/panel-simple.c
3931
.vtotal = 480 + 22 + 10 + 13,
drivers/gpu/drm/panel/panel-simple.c
3992
.vtotal = 500,
drivers/gpu/drm/panel/panel-simple.c
4020
.vtotal = 640 + 4 + 2 + 4,
drivers/gpu/drm/panel/panel-simple.c
4046
.vtotal = 800 + 3 + 3 + 3,
drivers/gpu/drm/panel/panel-simple.c
4071
.vtotal = 480 + 22 + 13 + 10,
drivers/gpu/drm/panel/panel-simple.c
4098
.vtotal = 480 + 1 + 23 + 22,
drivers/gpu/drm/panel/panel-simple.c
4120
.vtotal = 800 + 9 + 8 + 6,
drivers/gpu/drm/panel/panel-simple.c
4146
.vtotal = 800 + 1 + 3 + 20,
drivers/gpu/drm/panel/panel-simple.c
4172
.vtotal = 480 + 49 + 2 + 22,
drivers/gpu/drm/panel/panel-simple.c
4200
.vtotal = 480 + 7 + 2 + 2,
drivers/gpu/drm/panel/panel-simple.c
4227
.vtotal = 480 + 10 + 2 + 33,
drivers/gpu/drm/panel/panel-simple.c
4253
.vtotal = 272 + 4 + 10 + 2,
drivers/gpu/drm/panel/panel-simple.c
4277
.vtotal = 272 + 16 + 10 + 2,
drivers/gpu/drm/panel/panel-simple.c
4289
.vtotal = 272 + 116 + 10 + 2,
drivers/gpu/drm/panel/panel-simple.c
4397
.vtotal = 800 + 2 + 5 + 16,
drivers/gpu/drm/panel/panel-simple.c
4488
.vtotal = 600 + 3 + 6 + 61,
drivers/gpu/drm/panel/panel-simple.c
4537
.vtotal = 480 + 8 + 2 + 35,
drivers/gpu/drm/panel/panel-simple.c
4563
.vtotal = 320 + 9 + 1 + 7,
drivers/gpu/drm/panel/panel-simple.c
4612
.vtotal = 160 + 24 + 10 + 6,
drivers/gpu/drm/panel/panel-simple.c
4624
.vtotal = 160 + 24 + 10 + 6,
drivers/gpu/drm/panel/panel-simple.c
4652
.vtotal = 480 + 1 + 23 + 22,
drivers/gpu/drm/panel/panel-simple.c
4674
.vtotal = 480 + 22 + 1 + 22,
drivers/gpu/drm/panel/panel-simple.c
4787
.vtotal = 480 + 13 + 2 + 29,
drivers/gpu/drm/panel/panel-simple.c
4943
.vtotal = 240 + 3 + 1 + 17,
drivers/gpu/drm/panel/panel-simple.c
4970
.vtotal = 240 + 0 + 1 + 0,
drivers/gpu/drm/panel/panel-simple.c
5029
.vtotal = 768 + 20 + 7 + 3,
drivers/gpu/drm/panel/panel-simple.c
5053
.vtotal = 480 + 10 + 2 + 33,
drivers/gpu/drm/panel/panel-simple.c
5075
.vtotal = 600 + 20 + 5 + 25,
drivers/gpu/drm/panel/panel-simple.c
5133
.vtotal = 600 + 12 + 10 + 13,
drivers/gpu/drm/panel/panel-simple.c
5158
.vtotal = 480 + 22 + 10 + 23,
drivers/gpu/drm/panel/panel-simple.c
5183
.vtotal = 640 + 150 + 50 + 150,
drivers/gpu/drm/panel/panel-simple.c
5210
.vtotal = 800 + 8 + 4 + 16,
drivers/gpu/drm/panel/panel-simple.c
5234
.vtotal = 800 + 20 + 100 + 20,
drivers/gpu/drm/panel/panel-simple.c
5261
.vtotal = 720 + 8 + 4 + 16,
drivers/gpu/drm/panel/panel-simple.c
5285
.vtotal = 600 + 10 + 10 + 10,
drivers/gpu/drm/panel/panel-simple.c
5312
.vtotal = 1280 + 20 + 20 + 20,
drivers/gpu/drm/panel/panel-simple.c
5336
.vtotal = 1560 + 20 + 20 + 20,
drivers/gpu/drm/panel/panel-simple.c
5387
.vtotal = 720 + 64 + 64 + 64,
drivers/gpu/drm/panel/panel-simple.c
5411
.vtotal = 1280 + 20 + 10 + 20,
drivers/gpu/drm/panel/panel-simple.c
5435
.vtotal = 800 + 40 + 48 + 40,
drivers/gpu/drm/panel/panel-simple.c
5459
.vtotal = 1920 + 20 + 20 + 20,
drivers/gpu/drm/panel/panel-simple.c
5495
.vtotal = 1480 + 60 + 60 + 60,
drivers/gpu/drm/panel/panel-simple.c
5519
.vtotal = 1080 + 4 + 5 + 36,
drivers/gpu/drm/panel/panel-simple.c
5546
.vtotal = 240 + 4 + 3 + 15,
drivers/gpu/drm/panel/panel-simple.c
5570
.vtotal = 600 + 10 + 10 + 15,
drivers/gpu/drm/panel/panel-simple.c
5596
.vtotal = 480 + 23 + 5 + 1,
drivers/gpu/drm/panel/panel-simple.c
5622
.vtotal = 768 + 3 + 6 + 29,
drivers/gpu/drm/panel/panel-simple.c
6277
.vtotal = 1920 + 9 + 2 + 8,
drivers/gpu/drm/panel/panel-simple.c
6305
.vtotal = 1920 + 21 + 3 + 18,
drivers/gpu/drm/panel/panel-simple.c
6335
.vtotal = 1280 + 8 + 4 + 12,
drivers/gpu/drm/panel/panel-simple.c
6363
.vtotal = 1200 + 17 + 2 + 16,
drivers/gpu/drm/panel/panel-simple.c
6392
.vtotal = 1920 + 2 + 2 + 2,
drivers/gpu/drm/panel/panel-simple.c
6420
.vtotal = 1200 + 16 + 2 + 16,
drivers/gpu/drm/panel/panel-simple.c
6451
.vtotal = 600 + 12 + 10 + 23,
drivers/gpu/drm/panel/panel-simple.c
806
.vtotal = 800 + 3 + 10 + 10,
drivers/gpu/drm/panel/panel-simple.c
832
.vtotal = 800 + 10 + 18 + 10,
drivers/gpu/drm/panel/panel-simple.c
857
.vtotal = 272 + 2 + 10 + 2,
drivers/gpu/drm/panel/panel-simple.c
881
.vtotal = 480 + 2 + 45 + 0,
drivers/gpu/drm/panel/panel-simple.c
991
.vtotal = 600 + 16 + 6 + 16,
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
141
.vtotal = 1440 + 20 + 4 + 12,
drivers/gpu/drm/panel/panel-sitronix-st7703.c
320
.vtotal = 1440 + 18 + 10 + 17,
drivers/gpu/drm/panel/panel-sitronix-st7703.c
407
.vtotal = 480 + 18 + 2 + 28,
drivers/gpu/drm/panel/panel-sitronix-st7703.c
491
.vtotal = 720 + 15 + 3 + 11,
drivers/gpu/drm/panel/panel-sitronix-st7703.c
577
.vtotal = 1280 + 16 + 4 + 14,
drivers/gpu/drm/panel/panel-sitronix-st7703.c
659
.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
44
.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
494
.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
247
.vtotal = 2248 + 56 + 4 + 4,
drivers/gpu/drm/panel/panel-visionox-rm69299.c
260
.vtotal = 2160 + 8 + 4 + 4,
drivers/gpu/drm/panel/panel-visionox-rm692e5.c
249
.vtotal = 2400 + 16 + 21 + 16,
drivers/gpu/drm/panel/panel-visionox-rm692e5.c
263
.vtotal = 2400 + 16 + 21 + 16,
drivers/gpu/drm/panel/panel-visionox-rm692e5.c
277
.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
1826
int vbl_start, vbl_end, vtotal, ret = 0;
drivers/gpu/drm/radeon/radeon_display.c
1984
vtotal = mode->crtc_vtotal;
drivers/gpu/drm/radeon/radeon_display.c
1985
*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
521
| TXVMVPRMSET2R_VBP(mode->vtotal - mode->vsync_end);
drivers/gpu/drm/renesas/rz-du/rzg2l_du_crtc.c
82
ditr2 = DU_DITR2_VBP(mode->vtotal - mode->vsync_end)
drivers/gpu/drm/renesas/rz-du/rzg2l_mipi_dsi.c
868
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
742
val = mode->vtotal;
drivers/gpu/drm/rockchip/cdn-dp-reg.c
743
val |= (mode->vtotal - mode->vsync_start) << 16;
drivers/gpu/drm/rockchip/cdn-dp-reg.c
770
val |= (mode->vtotal - mode->vsync_start) << 16;
drivers/gpu/drm/rockchip/cdn-dp-reg.c
775
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
1563
u16 vtotal = mode->crtc_vtotal;
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1601
u16 vact_st_f1 = vtotal + vact_st + 1;
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1641
u16 vtotal = mode->crtc_vtotal;
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1727
u16 vact_st_f1 = vtotal + vact_st + 1;
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1733
val = vtotal << 16 | (vtotal + vsync_len);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1738
vtotal += vtotal + 1;
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1747
vop2_vp_write(vp, RK3568_VP_DSP_VTOTAL_VS_END, vtotal << 16 | vsync_len);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
2014
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
1936
value = ((mode->vtotal - mode->vsync_end) << 16) |
drivers/gpu/drm/tegra/sor.c
1350
value = ((mode->vtotal & 0x7fff) << 16) | (mode->htotal & 0x7fff);
drivers/gpu/drm/tegra/sor.c
1361
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
266
return (uint) div_u64(1000llu * mode->htotal * mode->vtotal,
drivers/gpu/drm/tilcdc/tilcdc_crtc.c
298
vbp = mode->vtotal - mode->vsync_end;
drivers/gpu/drm/tilcdc/tilcdc_crtc.c
755
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
348
vback_porch = mode->vtotal - mode->vsync_end;
drivers/gpu/drm/tiny/panel-mipi-dbi.c
364
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/verisilicon/vs_crtc.c
60
VSDC_DISP_VSIZE_TOTAL(mode->vtotal));
drivers/gpu/drm/verisilicon/vs_crtc.c
89
if (mode->vtotal > VSDC_DISP_TIMING_VALUE_MAX)
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
1345
zynqmp_dp_write(dp, ZYNQMP_DP_MAIN_STREAM_VTOTAL, mode->vtotal);
drivers/gpu/drm/xlnx/zynqmp_dp.c
1360
mode->vtotal - mode->vsync_start);
drivers/gpu/drm/xlnx/zynqmp_dp.c
1665
(adjusted_mode->vtotal * adjusted_mode->htotal);
drivers/gpu/drm/xlnx/zynqmp_dp.c
1671
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
858
u32 pixclock, hfreq, htotal, vtotal;
drivers/video/fbdev/core/modedb.c
882
vtotal = var->yres + var->lower_margin + var->vsync_len +
drivers/video/fbdev/core/modedb.c
886
vtotal /= 2;
drivers/video/fbdev/core/modedb.c
888
vtotal *= 2;
drivers/video/fbdev/core/modedb.c
890
if (!htotal || !vtotal)
drivers/video/fbdev/core/modedb.c
894
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
1189
unsigned int htotal = 0, vtotal = 0;
drivers/video/fbdev/sis/sis_main.c
1197
vtotal = var->upper_margin + var->lower_margin + var->vsync_len;
drivers/video/fbdev/sis/sis_main.c
1202
vtotal += var->yres;
drivers/video/fbdev/sis/sis_main.c
1203
vtotal <<= 1;
drivers/video/fbdev/sis/sis_main.c
1205
vtotal += var->yres;
drivers/video/fbdev/sis/sis_main.c
1206
vtotal <<= 2;
drivers/video/fbdev/sis/sis_main.c
1208
vtotal += var->yres;
drivers/video/fbdev/sis/sis_main.c
1209
vtotal <<= 1;
drivers/video/fbdev/sis/sis_main.c
1210
} else vtotal += var->yres;
drivers/video/fbdev/sis/sis_main.c
1212
if(!(htotal) || !(vtotal)) {
drivers/video/fbdev/sis/sis_main.c
1217
if(pixclock && htotal && vtotal) {
drivers/video/fbdev/sis/sis_main.c
1220
ivideo->refresh_rate = (unsigned int) (hrate * 2 / vtotal);
drivers/video/fbdev/sis/sis_main.c
1296
ivideo->current_vtotal = vtotal;
drivers/video/fbdev/sis/sis_main.c
1435
unsigned int htotal = 0, vtotal = 0, myrateindex = 0;
drivers/video/fbdev/sis/sis_main.c
1444
vtotal = var->upper_margin + var->lower_margin + var->vsync_len;
drivers/video/fbdev/sis/sis_main.c
1451
vtotal += var->yres;
drivers/video/fbdev/sis/sis_main.c
1452
vtotal <<= 1;
drivers/video/fbdev/sis/sis_main.c
1454
vtotal += var->yres;
drivers/video/fbdev/sis/sis_main.c
1455
vtotal <<= 2;
drivers/video/fbdev/sis/sis_main.c
1457
vtotal += var->yres;
drivers/video/fbdev/sis/sis_main.c
1458
vtotal <<= 1;
drivers/video/fbdev/sis/sis_main.c
1460
vtotal += var->yres;
drivers/video/fbdev/sis/sis_main.c
1462
if(!(htotal) || !(vtotal)) {
drivers/video/fbdev/sis/sis_main.c
1521
(ivideo->current_vtotal == vtotal) &&
drivers/video/fbdev/sis/sis_main.c
1526
refresh_rate = (unsigned int) (hrate * 2 / vtotal);
drivers/video/fbdev/sis/sis_main.c
1528
(ivideo->current_vtotal != vtotal) ) &&
drivers/video/fbdev/sis/sis_main.c
1541
} else if((pixclock) && (htotal) && (vtotal)) {
drivers/video/fbdev/sis/sis_main.c
1544
refresh_rate = (unsigned int) (hrate * 2 / vtotal);
drivers/video/fbdev/sis/sis_main.c
565
int htotal, vtotal;
drivers/video/fbdev/sis/sis_main.c
600
&htotal, &vtotal, rate_idx)) {
drivers/video/fbdev/sis/sis_main.c
601
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
124
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
242
__u16 vtotal;
include/video/gbe.h
296
short vtotal; /* Vertical total lines */