Symbol: v_total
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
669
unsigned int v_total, refresh_hz;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
672
v_total = stream->adjust.v_total_max ?
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
673
stream->adjust.v_total_max : stream->timing.v_total;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
675
100LL, (v_total * stream->timing.h_total));
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
6786
timing_out->v_total = mode_in->crtc_vtotal;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
6934
(stream_set[j]->timing.h_total*stream_set[j]->timing.v_total);
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
9349
timing->v_total *
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
9361
timing->v_total *
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
9611
if (!new_stream->timing.h_total || !new_stream->timing.v_total)
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
9700
if (!new_stream->timing.h_total || !new_stream->timing.v_total)
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_psr.c
165
stream->timing.v_total),
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_replay.c
172
link->dc->link_srv->edp_set_coasting_vtotal(link, stream->timing.v_total, 0);
drivers/gpu/drm/amd/display/dc/basics/calcs_logger.h
421
DC_LOG_BANDWIDTH_CALCS(" [bw_fixed] v_total[%d]:%d", i, bw_fixed_to_int(data->v_total[i]));
drivers/gpu/drm/amd/display/dc/basics/dce_calcs.c
1436
data->v_blank_dram_speed_change_margin[k] = bw_sub(bw_sub(bw_sub(bw_div(bw_mul((bw_sub(data->v_total[k], bw_sub(bw_div(data->src_height[k], data->v_scale_ratio[k]), bw_int_to_fixed(4)))), data->h_total[k]), data->pixel_rate[k]), vbios->nbp_state_change_latency), data->dmif_burst_time[low][s_low]), data->dram_speed_change_line_source_transfer_time[k][low][s_low]);
drivers/gpu/drm/amd/display/dc/basics/dce_calcs.c
1440
data->v_blank_dram_speed_change_margin[k] = bw_sub(bw_sub(bw_sub(bw_sub(bw_div(bw_mul((bw_sub(data->v_total[k], bw_sub(bw_div(data->src_height[k], data->v_scale_ratio[k]), bw_int_to_fixed(4)))), data->h_total[k]), data->pixel_rate[k]), vbios->nbp_state_change_latency), data->dmif_burst_time[low][s_low]), data->mcifwr_burst_time[low][s_low]), data->dram_speed_change_line_source_transfer_time[k][low][s_low]);
drivers/gpu/drm/amd/display/dc/basics/dce_calcs.c
1998
data->v_blank_nbp_state_dram_speed_change_latency_supported = bw_min2(data->v_blank_nbp_state_dram_speed_change_latency_supported, bw_add(bw_sub(bw_div(bw_mul((bw_sub(data->v_total[i], bw_sub(bw_div(data->src_height[i], data->v_scale_ratio[i]), bw_int_to_fixed(4)))), data->h_total[i]), data->pixel_rate[i]), data->nbp_state_change_watermark[i]), vbios->nbp_state_change_latency));
drivers/gpu/drm/amd/display/dc/basics/dce_calcs.c
259
data->v_total[0] = data->v_total[4];
drivers/gpu/drm/amd/display/dc/basics/dce_calcs.c
261
data->v_total[1] = data->v_total[4];
drivers/gpu/drm/amd/display/dc/basics/dce_calcs.c
264
data->v_total[2] = data->v_total[5];
drivers/gpu/drm/amd/display/dc/basics/dce_calcs.c
266
data->v_total[3] = data->v_total[5];
drivers/gpu/drm/amd/display/dc/basics/dce_calcs.c
2823
data->v_total[num_displays + 4] = bw_int_to_fixed(pipe[i].stream->timing.v_total);
drivers/gpu/drm/amd/display/dc/basics/dce_calcs.c
2922
data->v_total[num_displays + 4] = bw_int_to_fixed(pipe[i].stream->timing.v_total);
drivers/gpu/drm/amd/display/dc/basics/dce_calcs.c
397
data->v_total[maximum_number_of_surfaces - 2] = data->v_total[5];
drivers/gpu/drm/amd/display/dc/basics/dce_calcs.c
398
data->v_total[maximum_number_of_surfaces - 1] = data->v_total[5];
drivers/gpu/drm/amd/display/dc/bios/command_table.c
2150
params.usV_Total = cpu_to_le16((uint16_t)(bp_params->v_total));
drivers/gpu/drm/amd/display/dc/bios/command_table.c
2228
cpu_to_le16((uint16_t)(bp_params->v_total - bp_params->v_addressable));
drivers/gpu/drm/amd/display/dc/bios/command_table2.c
627
cpu_to_le16((uint16_t)(bp_params->v_total -
drivers/gpu/drm/amd/display/dc/clk_mgr/dce110/dce110_clk_mgr.c
101
uint32_t vertical_total_min = stream->timing.v_total;
drivers/gpu/drm/amd/display/dc/clk_mgr/dce110/dce110_clk_mgr.c
171
cfg->v_refresh = (cfg->v_refresh + stream->timing.v_total / 2)
drivers/gpu/drm/amd/display/dc/clk_mgr/dce110/dce110_clk_mgr.c
172
/ stream->timing.v_total;
drivers/gpu/drm/amd/display/dc/clk_mgr/dcn32/dcn32_clk_mgr.c
579
curr_pipe_ctx->stream->timing.v_total * (uint64_t)curr_pipe_ctx->stream->timing.h_total - (uint64_t)1);
drivers/gpu/drm/amd/display/dc/clk_mgr/dcn32/dcn32_clk_mgr.c
580
refresh_rate = div_u64(refresh_rate, curr_pipe_ctx->stream->timing.v_total);
drivers/gpu/drm/amd/display/dc/clk_mgr/dcn401/dcn401_clk_mgr.c
481
curr_pipe_ctx->stream->timing.v_total
drivers/gpu/drm/amd/display/dc/clk_mgr/dcn401/dcn401_clk_mgr.c
483
refresh_rate = div_u64(refresh_rate, curr_pipe_ctx->stream->timing.v_total);
drivers/gpu/drm/amd/display/dc/core/dc.c
1886
if (crtc_timing->v_total != hw_crtc_timing.v_total) {
drivers/gpu/drm/amd/display/dc/core/dc.c
2298
context->streams[i]->timing.v_total,
drivers/gpu/drm/amd/display/dc/core/dc.c
7094
state->optc[i].otg_v_total = timing->v_total;
drivers/gpu/drm/amd/display/dc/core/dc.c
7096
state->optc[i].otg_v_blank_end = timing->v_total - timing->v_front_porch;
drivers/gpu/drm/amd/display/dc/core/dc.c
7104
state->optc[i].otg_v_total_max = timing->v_total + 100; /* Typical DRR range */
drivers/gpu/drm/amd/display/dc/core/dc.c
7105
state->optc[i].otg_v_total_min = timing->v_total - 50;
drivers/gpu/drm/amd/display/dc/core/dc.c
7106
state->optc[i].otg_v_total_mid = timing->v_total;
drivers/gpu/drm/amd/display/dc/core/dc_resource.c
4714
hdmi_info.bits.bar_bottom = (stream->timing.v_total
drivers/gpu/drm/amd/display/dc/core/dc_resource.c
4823
asic_blank_start = tg->v_total - tg->v_front_porch;
drivers/gpu/drm/amd/display/dc/core/dc_resource.c
4830
v_update = (tg->v_total - (vstartup_start - asic_blank_end));
drivers/gpu/drm/amd/display/dc/core/dc_resource.c
4832
sdp_line_num->adaptive_sync_line_num = (tg->v_total - v_update - 1);
drivers/gpu/drm/amd/display/dc/core/dc_resource.c
619
stream1->timing.v_total > 60)
drivers/gpu/drm/amd/display/dc/core/dc_resource.c
622
stream2->timing.v_total > 60)
drivers/gpu/drm/amd/display/dc/core/dc_resource.c
626
stream1->timing.v_total *
drivers/gpu/drm/amd/display/dc/core/dc_resource.c
630
frame_time_diff = div_u64(frame_time_diff, stream2->timing.v_total);
drivers/gpu/drm/amd/display/dc/core/dc_resource.c
650
if (stream1->timing.v_total != stream2->timing.v_total)
drivers/gpu/drm/amd/display/dc/core/dc_stream.c
1134
return (int)div64_s64((long long)stream->timing.pix_clk_100hz*100, stream->timing.v_total*(long long)stream->timing.h_total);
drivers/gpu/drm/amd/display/dc/core/dc_stream.c
1180
if (stream->timing.v_total * stream->timing.h_total == 0)
drivers/gpu/drm/amd/display/dc/core/dc_stream.c
1183
int current_refresh_hz = (int)div64_s64((long long)stream->timing.pix_clk_100hz*100, stream->timing.v_total*(long long)stream->timing.h_total);
drivers/gpu/drm/amd/display/dc/core/dc_stream.c
1194
return (((int) stream->timing.v_total - safe_refresh_v_total) >= 0) ? (stream->timing.v_total - safe_refresh_v_total) : 0;
drivers/gpu/drm/amd/display/dc/core/dc_stream.c
1196
return ((safe_refresh_v_total - (int) stream->timing.v_total) >= 0) ? (safe_refresh_v_total - stream->timing.v_total) : 0;
drivers/gpu/drm/amd/display/dc/core/dc_stream.c
910
stream->timing.v_total,
drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c
1255
cntl->data.v_total_max = stream->adjust.v_total_max > stream->timing.v_total ?
drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c
1257
stream->timing.v_total;
drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c
613
drr_frame_us = div64_u64(((uint64_t)drr_timing->v_total * drr_timing->h_total * 1000000),
drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c
622
prefetch_us = div64_u64(((uint64_t)(phantom_timing->v_total - phantom_timing->v_front_porch) * phantom_timing->h_total * 1000000),
drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c
689
pipe_data->pipe_config.vblank_data.vblank_start = vblank_pipe->stream->timing.v_total -
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
696
vblank_pipe->stream->timing.v_total - vblank_pipe->stream->timing.v_front_porch - vblank_pipe->stream->timing.v_addressable;
drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c
742
subvp0_prefetch_us = div64_u64(((uint64_t)(phantom_timing0->v_total - phantom_timing0->v_front_porch) *
drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c
745
subvp1_prefetch_us = div64_u64(((uint64_t)(phantom_timing1->v_total - phantom_timing1->v_front_porch) *
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/dc_dmub_srv.c
806
main_timing->v_total - main_timing->v_front_porch;
drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c
808
main_timing->v_total - main_timing->v_front_porch - main_timing->v_addressable;
drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c
830
phantom_timing->v_total - phantom_timing->v_front_porch;
drivers/gpu/drm/amd/display/dc/dc_hw_types.h
935
uint32_t v_total;
drivers/gpu/drm/amd/display/dc/dce/dce_clk_mgr.c
541
cfg->v_refresh = (cfg->v_refresh + stream->timing.v_total / 2)
drivers/gpu/drm/amd/display/dc/dce/dce_clk_mgr.c
542
/ stream->timing.v_total;
drivers/gpu/drm/amd/display/dc/dce/dce_clk_mgr.c
559
(stream->timing.v_total
drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.c
692
uint32_t v_total,
drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.c
704
if (!h_total || v_total || !pix_clk_khz)
drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.c
709
pixels_per_frame = h_total * v_total;
drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.c
739
uint32_t v_total,
drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.c
747
v_total,
drivers/gpu/drm/amd/display/dc/dce/dce_stream_encoder.c
288
hw_crtc_timing.v_total /= 2;
drivers/gpu/drm/amd/display/dc/dce/dce_stream_encoder.c
455
DP_MSA_VTOTAL, hw_crtc_timing.v_total);
drivers/gpu/drm/amd/display/dc/dce/dce_stream_encoder.c
471
v_active_start = hw_crtc_timing.v_total - hw_crtc_timing.v_border_top -
drivers/gpu/drm/amd/display/dc/dce110/dce110_mem_input_v.c
969
uint32_t v_total,/* for current stream */
drivers/gpu/drm/amd/display/dc/dce110/dce110_timing_generator.c
1145
timing->v_total > tg110->max_v_total)
drivers/gpu/drm/amd/display/dc/dce110/dce110_timing_generator.c
312
bp_params.v_total = patched_crtc_timing.v_total;
drivers/gpu/drm/amd/display/dc/dce110/dce110_timing_generator.c
631
timing->v_total - 1,
drivers/gpu/drm/amd/display/dc/dce110/dce110_timing_generator.c
643
timing->v_total - 1,
drivers/gpu/drm/amd/display/dc/dce110/dce110_timing_generator.c
652
timing->v_total - 1,
drivers/gpu/drm/amd/display/dc/dce110/dce110_timing_generator.c
683
tmp = timing->v_total - (v_sync_start + timing->v_border_top);
drivers/gpu/drm/amd/display/dc/dce110/dce110_timing_generator_v.c
271
timing->v_total - 1,
drivers/gpu/drm/amd/display/dc/dce110/dce110_timing_generator_v.c
302
tmp = timing->v_total - (v_sync_start + timing->v_border_top);
drivers/gpu/drm/amd/display/dc/dce120/dce120_timing_generator.c
108
(timing->v_total - timing->v_addressable -
drivers/gpu/drm/amd/display/dc/dce120/dce120_timing_generator.c
451
timing->v_total - 1);
drivers/gpu/drm/amd/display/dc/dce120/dce120_timing_generator.c
459
timing->v_total - 1);
drivers/gpu/drm/amd/display/dc/dce120/dce120_timing_generator.c
464
timing->v_total - 1);
drivers/gpu/drm/amd/display/dc/dce120/dce120_timing_generator.c
476
tmp1 = timing->v_total - (v_sync_start + timing->v_border_top);
drivers/gpu/drm/amd/display/dc/dce120/dce120_timing_generator.c
628
timing->v_total - timing->v_addressable -
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer_debug.c
458
s.v_total,
drivers/gpu/drm/amd/display/dc/dio/dcn10/dcn10_stream_encoder.c
267
hw_crtc_timing.v_total /= 2;
drivers/gpu/drm/amd/display/dc/dio/dcn10/dcn10_stream_encoder.c
420
DP_MSA_VTOTAL, hw_crtc_timing.v_total);
drivers/gpu/drm/amd/display/dc/dio/dcn10/dcn10_stream_encoder.c
436
v_active_start = hw_crtc_timing.v_total - hw_crtc_timing.v_border_top -
drivers/gpu/drm/amd/display/dc/dio/dcn401/dcn401_dio_stream_encoder.c
463
hw_crtc_timing.v_total /= 2;
drivers/gpu/drm/amd/display/dc/dio/dcn401/dcn401_dio_stream_encoder.c
661
DP_MSA_VTOTAL, hw_crtc_timing.v_total);
drivers/gpu/drm/amd/display/dc/dio/dcn401/dcn401_dio_stream_encoder.c
677
v_active_start = hw_crtc_timing.v_total - hw_crtc_timing.v_border_top -
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
1220
asic_blank_end = (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
906
v->vtotal[input_idx] = pipe->stream->timing.v_total;
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calcs.c
909
v->v_sync_plus_back_porch[input_idx] = pipe->stream->timing.v_total
drivers/gpu/drm/amd/display/dc/dml/dcn20/dcn20_fpu.c
1125
asic_blank_start = patched_crtc_timing.v_total -
drivers/gpu/drm/amd/display/dc/dml/dcn20/dcn20_fpu.c
1351
unsigned int v_total;
drivers/gpu/drm/amd/display/dc/dml/dcn20/dcn20_fpu.c
1359
v_total = timing->v_total;
drivers/gpu/drm/amd/display/dc/dml/dcn20/dcn20_fpu.c
1378
(v_total - timing->v_addressable
drivers/gpu/drm/amd/display/dc/dml/dcn20/dcn20_fpu.c
1393
pipes[pipe_cnt].pipe.dest.vblank_start = v_total - front_porch;
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/dcn20/dcn20_fpu.c
1577
pipes[pipe_cnt].pipe.dest.vtotal_min = v_total;
drivers/gpu/drm/amd/display/dc/dml/dcn20/dcn20_fpu.c
1578
pipes[pipe_cnt].pipe.dest.vtotal_max = v_total;
drivers/gpu/drm/amd/display/dc/dml/dcn314/dcn314_fpu.c
301
v_blank = timing->v_total - v_active;
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/dcn314/dcn314_fpu.c
340
pipes[pipe_cnt].pipe.dest.vblank_nom = timing->v_total - pipes[pipe_cnt].pipe.dest.vactive;
drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c
1003
pipe->stream->timing.v_total * (uint64_t)pipe->stream->timing.h_total - (uint64_t)1);
drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c
1004
refresh_rate = div_u64(refresh_rate, pipe->stream->timing.v_total);
drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c
1631
asic_blank_start = patched_crtc_timing.v_total -
drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c
1640
newVstartup = asic_blank_end + (patched_crtc_timing.v_total - asic_blank_start);
drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c
3404
(uint64_t)pipe->stream->timing.v_total * pipe->stream->timing.h_total - (uint64_t)1);
drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c
3405
refresh_rate = div_u64(refresh_rate, pipe->stream->timing.v_total);
drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c
3452
pipe_ctx->stream->timing.v_total * pipe_ctx->stream->timing.h_total - 1)
drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c
3453
/ (double)(pipe_ctx->stream->timing.v_total * pipe_ctx->stream->timing.h_total);
drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c
3462
pipe->stream->timing.v_total * pipe->stream->timing.h_total - 1)
drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c
3463
/ (double)(pipe->stream->timing.v_total * pipe->stream->timing.h_total);
drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c
3582
blank_us = ((pipe->stream->timing.v_total - pipe->stream->timing.v_addressable) * pipe->stream->timing.h_total /
drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c
541
phantom_stream->timing.v_total = phantom_stream->timing.v_addressable +
drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c
619
pipe->stream->timing.v_total * pipe->stream->timing.h_total - 1)
drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c
620
/ (double)(pipe->stream->timing.v_total * pipe->stream->timing.h_total);
drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c
647
unsigned int frame_us = (stream->timing.v_total * stream->timing.h_total /
drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c
746
microschedule_lines = (phantom->timing.v_total - phantom->timing.v_front_porch) +
drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c
769
vblank1_us = (((subvp_pipes[0]->stream->timing.v_total - subvp_pipes[0]->stream->timing.v_addressable) *
drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c
772
vblank2_us = (((subvp_pipes[1]->stream->timing.v_total - subvp_pipes[1]->stream->timing.v_addressable) *
drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c
855
prefetch_us = (phantom_timing->v_total - phantom_timing->v_front_porch) * phantom_timing->h_total /
drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c
860
drr_frame_us = drr_timing->v_total * drr_timing->h_total /
drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c
866
drr_stretched_vblank_us = (drr_timing->v_total - drr_timing->v_addressable) * drr_timing->h_total /
drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c
950
prefetch_us = (phantom_timing->v_total - phantom_timing->v_front_porch) * phantom_timing->h_total /
drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c
956
vblank_frame_us = vblank_timing->v_total * vblank_timing->h_total /
drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c
958
vblank_blank_us = (vblank_timing->v_total - vblank_timing->v_addressable) * vblank_timing->h_total /
drivers/gpu/drm/amd/display/dc/dml/dcn35/dcn35_fpu.c
431
v_blank = timing->v_total - v_active;
drivers/gpu/drm/amd/display/dc/dml/dcn35/dcn35_fpu.c
469
pipe->stream->adjust.v_total_min > timing->v_total) {
drivers/gpu/drm/amd/display/dc/dml/dcn35/dcn35_fpu.c
472
pipes[pipe_cnt].pipe.dest.vblank_nom = timing->v_total -
drivers/gpu/drm/amd/display/dc/dml/dcn35/dcn35_fpu.c
476
pipes[pipe_cnt].pipe.dest.vblank_nom = timing->v_total - pipes[pipe_cnt].pipe.dest.vactive;
drivers/gpu/drm/amd/display/dc/dml/dcn351/dcn351_fpu.c
464
v_blank = timing->v_total - v_active;
drivers/gpu/drm/amd/display/dc/dml/dcn351/dcn351_fpu.c
502
pipe->stream->adjust.v_total_min > timing->v_total) {
drivers/gpu/drm/amd/display/dc/dml/dcn351/dcn351_fpu.c
505
pipes[pipe_cnt].pipe.dest.vblank_nom = timing->v_total -
drivers/gpu/drm/amd/display/dc/dml/dcn351/dcn351_fpu.c
509
pipes[pipe_cnt].pipe.dest.vblank_nom = timing->v_total - pipes[pipe_cnt].pipe.dest.vactive;
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/dml21_translation_helper.c
103
timing->v_total = stream->timing.v_total;
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/dml21_translation_helper.c
115
vblank_start = stream->timing.v_total - stream->timing.v_front_porch;
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/dml21_translation_helper.c
182
timing->vblank_nom = timing->v_total - timing->v_active;
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/dml21_utils.c
262
phantom_stream->timing.v_total = phantom_stream_descriptor->timing.v_total;
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/inc/dml_top_display_cfg_types.h
264
unsigned long v_total;
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/dml2_core_dcn4.c
161
phantom->timing.v_total = meta->v_total;
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/dml2_core_dcn4.c
164
phantom->timing.v_blank_end = phantom->timing.v_total - phantom->timing.v_front_porch - phantom->timing.v_active;
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/dml2_core_dcn4.c
165
phantom->timing.vblank_nom = phantom->timing.v_total - phantom->timing.v_active;
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/dml2_core_dcn4_calcs.c
10224
l->FrameTimeCriticalSurface = (isInterlaceTiming ? math_floor2((double)p->display_cfg->stream_descriptors[p->display_cfg->plane_descriptors[k].stream_index].timing.v_total / 2.0, 1.0) : p->display_cfg->stream_descriptors[p->display_cfg->plane_descriptors[k].stream_index].timing.v_total) * (double)p->display_cfg->stream_descriptors[p->display_cfg->plane_descriptors[k].stream_index].timing.h_total / ((double)p->display_cfg->stream_descriptors[p->display_cfg->plane_descriptors[k].stream_index].timing.pixel_clock_khz / 1000);
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/dml2_core_dcn4_calcs.c
10298
SingleVTotal = p->display_cfg->stream_descriptors[p->display_cfg->plane_descriptors[k].stream_index].timing.v_total;
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/dml2_core_dcn4_calcs.c
10301
SingleVTotal != p->display_cfg->stream_descriptors[p->display_cfg->plane_descriptors[k].stream_index].timing.v_total) {
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/dml2_core_dcn4_calcs.c
11241
myPipe->VBlank = display_cfg->stream_descriptors[display_cfg->plane_descriptors[k].stream_index].timing.v_total - display_cfg->stream_descriptors[display_cfg->plane_descriptors[k].stream_index].timing.v_active;
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/dml2_core_dcn4_calcs.c
11905
s->dlg_vblank_start = ((isInterlaceTiming ? math_floor2((display_cfg->stream_descriptors[display_cfg->plane_descriptors[k].stream_index].timing.v_total - display_cfg->stream_descriptors[display_cfg->plane_descriptors[k].stream_index].timing.v_front_porch) / 2.0, 1.0) :
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/dml2_core_dcn4_calcs.c
11906
display_cfg->stream_descriptors[display_cfg->plane_descriptors[k].stream_index].timing.v_total) - display_cfg->stream_descriptors[display_cfg->plane_descriptors[k].stream_index].timing.v_front_porch);
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/dml2_core_dcn4_calcs.c
11908
s->blank_lines_remaining = (display_cfg->stream_descriptors[display_cfg->plane_descriptors[k].stream_index].timing.v_total - display_cfg->stream_descriptors[display_cfg->plane_descriptors[k].stream_index].timing.v_active) - mode_lib->mp.VStartup[k];
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/dml2_core_dcn4_calcs.c
11920
math_floor2((display_cfg->stream_descriptors[display_cfg->plane_descriptors[k].stream_index].timing.v_total - display_cfg->stream_descriptors[display_cfg->plane_descriptors[k].stream_index].timing.v_active - display_cfg->stream_descriptors[display_cfg->plane_descriptors[k].stream_index].timing.v_front_porch - mode_lib->mp.VStartup[k]) / 2.0, 1.0) :
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/dml2_core_dcn4_calcs.c
11921
(int)(display_cfg->stream_descriptors[display_cfg->plane_descriptors[k].stream_index].timing.v_total - display_cfg->stream_descriptors[display_cfg->plane_descriptors[k].stream_index].timing.v_active - display_cfg->stream_descriptors[display_cfg->plane_descriptors[k].stream_index].timing.v_front_porch - mode_lib->mp.VStartup[k]))) {
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/dml2_core_dcn4_calcs.c
11933
DML_LOG_VERBOSE("DML::%s: k=%u, VTotal = %lu\n", __func__, k, display_cfg->stream_descriptors[display_cfg->plane_descriptors[k].stream_index].timing.v_total);
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/dml21/src/dml2_core/dml2_core_dcn4_calcs.c
12994
main_v_blank_lines = display_cfg->stream_descriptors[display_cfg->plane_descriptors[plane_index].stream_index].timing.v_total - display_cfg->stream_descriptors[display_cfg->plane_descriptors[plane_index].stream_index].timing.v_active;
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/dml2_core_dcn4_calcs.c
3671
unsigned int vblank_actual = timing->v_total - timing->v_active;
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/dml2_core_dcn4_calcs.c
7299
if (pstate_keepout_dst_lines[i] > stream_descriptor->timing.v_total - 1) {
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/dml2_core_dcn4_calcs.c
7300
pstate_keepout_dst_lines[i] = stream_descriptor->timing.v_total - 1;
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/dml2_core_dcn4_calcs.c
7453
myPipe->VBlank = display_cfg->stream_descriptors[display_cfg->plane_descriptors[k].stream_index].timing.v_total - display_cfg->stream_descriptors[display_cfg->plane_descriptors[k].stream_index].timing.v_active;
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/dml2_core_dcn4_calcs.c
9258
(double)display_cfg->stream_descriptors[display_cfg->plane_descriptors[k].stream_index].timing.v_total);
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/dml2_core_utils.c
581
phantom->timing.v_total = meta->v_total;
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/dml2_core_utils.c
584
phantom->timing.v_blank_end = phantom->timing.v_total - phantom->timing.v_front_porch - phantom->timing.v_active;
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/dml2_core_utils.c
585
phantom->timing.vblank_nom = phantom->timing.v_total - phantom->timing.v_active;
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_pmo/dml2_pmo_dcn4_fams2.c
1853
stream_svp_meta->v_total = stream_pstate_meta->method_subvp.phantom_vtotal;
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/inc/dml2_internal_shared_types.h
256
unsigned long v_total;
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_mall_phantom.c
248
pipe->stream->timing.v_total * pipe->stream->timing.h_total - 1)
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_mall_phantom.c
249
/ (double)(pipe->stream->timing.v_total * pipe->stream->timing.h_total);
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_mall_phantom.c
267
unsigned int frame_us = (stream->timing.v_total * stream->timing.h_total /
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_mall_phantom.c
378
microschedule_lines = (phantom->timing.v_total - phantom->timing.v_front_porch) +
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_mall_phantom.c
401
vblank1_us = (((subvp_pipes[0]->stream->timing.v_total - subvp_pipes[0]->stream->timing.v_addressable) *
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_mall_phantom.c
404
vblank2_us = (((subvp_pipes[1]->stream->timing.v_total - subvp_pipes[1]->stream->timing.v_addressable) *
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_mall_phantom.c
465
prefetch_us = (phantom_timing->v_total - phantom_timing->v_front_porch) * phantom_timing->h_total /
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_mall_phantom.c
470
drr_frame_us = drr_timing->v_total * drr_timing->h_total /
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_mall_phantom.c
476
drr_stretched_vblank_us = (drr_timing->v_total - drr_timing->v_addressable) * drr_timing->h_total /
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_mall_phantom.c
563
prefetch_us = (phantom_timing->v_total - phantom_timing->v_front_porch) * phantom_timing->h_total /
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_mall_phantom.c
569
vblank_frame_us = vblank_timing->v_total * vblank_timing->h_total /
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_mall_phantom.c
571
vblank_blank_us = (vblank_timing->v_total - vblank_timing->v_addressable) * vblank_timing->h_total /
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_mall_phantom.c
707
phantom_stream->timing.v_total = phantom_stream->timing.v_addressable +
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_translation_helper.c
761
out->RefreshRate[location] = ((in->timing.pix_clk_100hz * 100) / in->timing.h_total) / in->timing.v_total;
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_translation_helper.c
767
out->VTotal[location] = in->timing.v_total;
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_translation_helper.c
774
vblank_start = in->timing.v_total - in->timing.v_front_porch;
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_utils.c
248
vblank_start = pipe_ctx->stream->timing.v_total - pipe_ctx->stream->timing.v_front_porch;
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/dml2_0/dml2_utils.c
270
pipe_ctx->pipe_dlg_param.refresh_rate = ((timing->pix_clk_100hz * 100) / timing->h_total) / timing->v_total;
drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c
1350
refresh_rate = dc_fixpt_div_int(refresh_rate, timing->v_total);
drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c
1354
max_dsc_overhead = dc_fixpt_mul_int(max_dsc_overhead, timing->v_total);
drivers/gpu/drm/amd/display/dc/hpo/dcn31/dcn31_hpo_dp_stream_encoder.c
356
v_active_start = hw_crtc_timing.v_total - hw_crtc_timing.v_border_top -
drivers/gpu/drm/amd/display/dc/hpo/dcn31/dcn31_hpo_dp_stream_encoder.c
410
MSA_DATA_LANE_0, hw_crtc_timing.v_total >> 8,
drivers/gpu/drm/amd/display/dc/hpo/dcn31/dcn31_hpo_dp_stream_encoder.c
416
MSA_DATA_LANE_0, hw_crtc_timing.v_total & 0xff,
drivers/gpu/drm/amd/display/dc/hubp/dcn401/dcn401_hubp.c
207
vblank_start = timing->v_total - timing->v_front_porch;
drivers/gpu/drm/amd/display/dc/hwss/dce110/dce110_hwseq.c
1408
(stream->timing.h_total*stream->timing.v_total);
drivers/gpu/drm/amd/display/dc/hwss/dce110/dce110_hwseq.c
3044
pipe_ctx->stream->timing.v_total,
drivers/gpu/drm/amd/display/dc/hwss/dce60/dce60_hwseq.c
405
pipe_ctx->stream->timing.v_total,
drivers/gpu/drm/amd/display/dc/hwss/dcn10/dcn10_hwseq.c
142
lines_to_vupdate = stream->timing.v_total - vpos + vupdate_start;
drivers/gpu/drm/amd/display/dc/hwss/dcn10/dcn10_hwseq.c
151
vupdate_end += stream->timing.v_total;
drivers/gpu/drm/amd/display/dc/hwss/dcn10/dcn10_hwseq.c
153
if (lines_to_vupdate > stream->timing.v_total - vupdate_end + vupdate_start)
drivers/gpu/drm/amd/display/dc/hwss/dcn10/dcn10_hwseq.c
2215
lines_to_vupdate = stream->timing.v_total - vpos + vupdate_start;
drivers/gpu/drm/amd/display/dc/hwss/dcn10/dcn10_hwseq.c
2225
vupdate_end += stream->timing.v_total;
drivers/gpu/drm/amd/display/dc/hwss/dcn10/dcn10_hwseq.c
2228
if (lines_to_vupdate > stream->timing.v_total - vupdate_end + vupdate_start)
drivers/gpu/drm/amd/display/dc/hwss/dcn10/dcn10_hwseq.c
2359
pipe->stream->timing.v_total;
drivers/gpu/drm/amd/display/dc/hwss/dcn10/dcn10_hwseq.c
2434
hw_crtc_timing[i].v_total;
drivers/gpu/drm/amd/display/dc/hwss/dcn10/dcn10_hwseq.c
3942
asic_blank_end = (patched_crtc_timing.v_total -
drivers/gpu/drm/amd/display/dc/hwss/dcn10/dcn10_hwseq.c
3961
*start_line = vupdate_pos - ((vupdate_pos / timing->v_total) * timing->v_total);
drivers/gpu/drm/amd/display/dc/hwss/dcn10/dcn10_hwseq.c
3963
*start_line = vupdate_pos + ((-vupdate_pos / timing->v_total) + 1) * timing->v_total - 1;
drivers/gpu/drm/amd/display/dc/hwss/dcn10/dcn10_hwseq.c
3964
*end_line = (*start_line + 2) % timing->v_total;
drivers/gpu/drm/amd/display/dc/hwss/dcn10/dcn10_hwseq.c
3984
*start_line = vline_pos - ((vline_pos / timing->v_total) * timing->v_total);
drivers/gpu/drm/amd/display/dc/hwss/dcn10/dcn10_hwseq.c
3986
*start_line = vline_pos + ((-vline_pos / timing->v_total) + 1) * timing->v_total - 1;
drivers/gpu/drm/amd/display/dc/hwss/dcn10/dcn10_hwseq.c
3987
*end_line = (*start_line + 2) % timing->v_total;
drivers/gpu/drm/amd/display/dc/hwss/dcn10/dcn10_hwseq.c
3991
*end_line = (*start_line + 2) % timing->v_total;
drivers/gpu/drm/amd/display/dc/hwss/dcn10/dcn10_hwseq.c
671
s.v_total,
drivers/gpu/drm/amd/display/dc/hwss/dcn20/dcn20_hwseq.c
2465
&& pipe_ctx->stream->adjust.v_total_max > pipe_ctx->stream->timing.v_total)
drivers/gpu/drm/amd/display/dc/hwss/dcn20/dcn20_hwseq.c
951
udelay(stream->timing.v_total * (stream->timing.h_total * 10000u / stream->timing.pix_clk_100hz));
drivers/gpu/drm/amd/display/dc/hwss/dcn30/dcn30_hwseq.c
978
unsigned int v_total = stream->adjust.v_total_max ?
drivers/gpu/drm/amd/display/dc/hwss/dcn30/dcn30_hwseq.c
979
stream->adjust.v_total_max : stream->timing.v_total;
drivers/gpu/drm/amd/display/dc/hwss/dcn30/dcn30_hwseq.c
981
100LL, (v_total * stream->timing.h_total));
drivers/gpu/drm/amd/display/dc/hwss/dcn35/dcn35_hwseq.c
1424
unsigned int frame_rate = timing->pix_clk_100hz / (timing->h_total * timing->v_total);
drivers/gpu/drm/amd/display/dc/hwss/dcn35/dcn35_hwseq.c
1475
params.vertical_blank_start = timing->v_total - timing->v_front_porch;
drivers/gpu/drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.c
1482
&& pipe_ctx->stream->adjust.v_total_max > pipe_ctx->stream->timing.v_total)
drivers/gpu/drm/amd/display/dc/inc/dce_calcs.h
389
struct bw_fixed v_total[maximum_number_of_surfaces];
drivers/gpu/drm/amd/display/dc/inc/hw/mem_input.h
137
uint32_t v_total,/* for current target */
drivers/gpu/drm/amd/display/dc/inc/hw/timing_generator.h
160
uint32_t v_total;
drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_panel_replay.c
65
stream->timing.v_total),
drivers/gpu/drm/amd/display/dc/link/protocols/link_edp_panel_control.c
817
psr_context->crtcTimingVerticalTotal = stream->timing.v_total;
drivers/gpu/drm/amd/display/dc/link/protocols/link_edp_panel_control.c
820
stream->timing.v_total),
drivers/gpu/drm/amd/display/dc/link/protocols/link_edp_panel_control.c
843
psr_context->hyst_lines = stream->timing.v_total / 2 / 100;
drivers/gpu/drm/amd/display/dc/opp/dcn10/dcn10_opp.c
331
uint32_t space1_size = timing->v_total - timing->v_addressable;
drivers/gpu/drm/amd/display/dc/opp/dcn10/dcn10_opp.c
333
uint32_t space2_size = timing->v_total - timing->v_addressable;
drivers/gpu/drm/amd/display/dc/optc/dcn10/dcn10_optc.c
1322
hw_crtc_timing->v_total = s.v_total + 1;
drivers/gpu/drm/amd/display/dc/optc/dcn10/dcn10_optc.c
1323
hw_crtc_timing->v_addressable = s.v_total - ((s.v_total - s.v_blank_start) + s.v_blank_end);
drivers/gpu/drm/amd/display/dc/optc/dcn10/dcn10_optc.c
1324
hw_crtc_timing->v_front_porch = s.v_total + 1 - s.v_blank_start;
drivers/gpu/drm/amd/display/dc/optc/dcn10/dcn10_optc.c
1347
OTG_V_TOTAL, &s->v_total);
drivers/gpu/drm/amd/display/dc/optc/dcn10/dcn10_optc.c
170
uint32_t v_total;
drivers/gpu/drm/amd/display/dc/optc/dcn10/dcn10_optc.c
221
v_total = patched_crtc_timing.v_total - 1;
drivers/gpu/drm/amd/display/dc/optc/dcn10/dcn10_optc.c
224
OTG_V_TOTAL, v_total);
drivers/gpu/drm/amd/display/dc/optc/dcn10/dcn10_optc.c
229
optc->funcs->set_vtotal_min_max(optc, v_total, v_total);
drivers/gpu/drm/amd/display/dc/optc/dcn10/dcn10_optc.c
239
asic_blank_start = patched_crtc_timing.v_total -
drivers/gpu/drm/amd/display/dc/optc/dcn10/dcn10_optc.c
360
v_init = patched_crtc_timing.v_total - patched_crtc_timing.v_front_porch;
drivers/gpu/drm/amd/display/dc/optc/dcn10/dcn10_optc.c
601
v_blank = (timing->v_total - timing->v_addressable -
drivers/gpu/drm/amd/display/dc/optc/dcn10/dcn10_optc.c
626
timing->v_total > optc1->max_v_total)
drivers/gpu/drm/amd/display/dc/optc/dcn201/dcn201_optc.c
100
timing->v_total > optc1->max_v_total)
drivers/gpu/drm/amd/display/dc/optc/dcn201/dcn201_optc.c
79
v_blank = (timing->v_total - timing->v_addressable -
drivers/gpu/drm/amd/display/dc/optc/dcn31/dcn31_optc.c
264
OTG_V_TOTAL, &s->v_total);
drivers/gpu/drm/amd/display/dc/resource/dce110/dce110_resource.c
1183
stream->timing.v_total,
drivers/gpu/drm/amd/display/dc/resource/dcn30/dcn30_resource.c
1928
h_v_total = timing->h_total * timing->v_total;
drivers/gpu/drm/amd/display/dc/resource/dcn30/dcn30_resource.c
1966
curr_v_blank = timing->v_total - timing->v_addressable;
drivers/gpu/drm/amd/display/dc/resource/dcn30/dcn30_resource.c
1968
stretched_frame_pix_cnt = (v_stretch_max + timing->v_total) * timing->h_total;
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource_helpers.c
452
curr_v_blank = timing->v_total - timing->v_addressable;
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource_helpers.c
454
stretched_frame_pix_cnt = (v_stretch_max + timing->v_total) * timing->h_total;
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource_helpers.c
498
h_v_total = timing->h_total * timing->v_total;
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource_helpers.c
666
pipe->stream->timing.v_total * (unsigned long long)pipe->stream->timing.h_total - (uint64_t)1);
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource_helpers.c
667
refresh_rate = div_u64(refresh_rate, pipe->stream->timing.v_total);
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource_helpers.c
727
pipe->stream->timing.v_total * (unsigned long long)pipe->stream->timing.h_total - (uint64_t)1);
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource_helpers.c
728
refresh_rate = div_u64(refresh_rate, pipe->stream->timing.v_total);
drivers/gpu/drm/amd/display/include/bios_parser_types.h
181
uint32_t v_total;
drivers/gpu/drm/amd/display/modules/freesync/freesync.c
1034
in_out_vrr->adjust.v_total_min = stream->timing.v_total;
drivers/gpu/drm/amd/display/modules/freesync/freesync.c
1035
in_out_vrr->adjust.v_total_max = stream->timing.v_total;
drivers/gpu/drm/amd/display/modules/freesync/freesync.c
1086
in_out_vrr->adjust.v_total_min = stream->timing.v_total;
drivers/gpu/drm/amd/display/modules/freesync/freesync.c
1087
in_out_vrr->adjust.v_total_max = stream->timing.v_total;
drivers/gpu/drm/amd/display/modules/freesync/freesync.c
1089
in_out_vrr->adjust.v_total_min = stream->timing.v_total;
drivers/gpu/drm/amd/display/modules/freesync/freesync.c
1090
in_out_vrr->adjust.v_total_max = stream->timing.v_total;
drivers/gpu/drm/amd/display/modules/freesync/freesync.c
1092
in_out_vrr->adjust.v_total_min = stream->timing.v_total;
drivers/gpu/drm/amd/display/modules/freesync/freesync.c
1093
in_out_vrr->adjust.v_total_max = stream->timing.v_total;
drivers/gpu/drm/amd/display/modules/freesync/freesync.c
1122
in_out_vrr->adjust.v_total_min = stream->timing.v_total;
drivers/gpu/drm/amd/display/modules/freesync/freesync.c
1123
in_out_vrr->adjust.v_total_max = stream->timing.v_total;
drivers/gpu/drm/amd/display/modules/freesync/freesync.c
115
unsigned int v_total)
drivers/gpu/drm/amd/display/modules/freesync/freesync.c
118
(unsigned int)(div64_u64(((unsigned long long)(v_total)
drivers/gpu/drm/amd/display/modules/freesync/freesync.c
1280
unsigned int total = stream->timing.h_total * stream->timing.v_total;
drivers/gpu/drm/amd/display/modules/freesync/freesync.c
140
unsigned int v_total;
drivers/gpu/drm/amd/display/modules/freesync/freesync.c
144
return stream->timing.v_total;
drivers/gpu/drm/amd/display/modules/freesync/freesync.c
155
v_total = div64_u64(div64_u64(((unsigned long long)(
drivers/gpu/drm/amd/display/modules/freesync/freesync.c
163
v_total = div64_u64(div64_u64(((unsigned long long)(
drivers/gpu/drm/amd/display/modules/freesync/freesync.c
167
v_total = div64_u64(div64_u64(((unsigned long long)(
drivers/gpu/drm/amd/display/modules/freesync/freesync.c
173
if (v_total < stream->timing.v_total) {
drivers/gpu/drm/amd/display/modules/freesync/freesync.c
174
ASSERT(v_total < stream->timing.v_total);
drivers/gpu/drm/amd/display/modules/freesync/freesync.c
175
v_total = stream->timing.v_total;
drivers/gpu/drm/amd/display/modules/freesync/freesync.c
178
return v_total;
drivers/gpu/drm/amd/display/modules/freesync/freesync.c
186
unsigned int v_total = 0;
drivers/gpu/drm/amd/display/modules/freesync/freesync.c
198
v_total = div_u64((unsigned long long)duration_in_us
drivers/gpu/drm/amd/display/modules/freesync/freesync.c
202
v_total = div64_u64(div64_u64(((unsigned long long)(
drivers/gpu/drm/amd/display/modules/freesync/freesync.c
208
if (v_total < stream->timing.v_total) {
drivers/gpu/drm/amd/display/modules/freesync/freesync.c
209
ASSERT(v_total < stream->timing.v_total);
drivers/gpu/drm/amd/display/modules/freesync/freesync.c
210
v_total = stream->timing.v_total;
drivers/gpu/drm/amd/display/modules/freesync/freesync.c
213
return v_total;
drivers/gpu/drm/amd/display/modules/freesync/freesync.c
221
unsigned int v_total = 0;
drivers/gpu/drm/amd/display/modules/freesync/freesync.c
278
v_total = div64_u64(div64_u64(((unsigned long long)(
drivers/gpu/drm/amd/display/modules/freesync/freesync.c
283
if (v_total < stream->timing.v_total)
drivers/gpu/drm/amd/display/modules/freesync/freesync.c
284
v_total = stream->timing.v_total;
drivers/gpu/drm/amd/display/modules/freesync/freesync.c
286
in_out_vrr->adjust.v_total_min = v_total;
drivers/gpu/drm/amd/display/modules/freesync/freesync.c
287
in_out_vrr->adjust.v_total_max = v_total;
drivers/gpu/drm/amd/display/modules/info_packet/info_packet.c
522
&& stream->timing.v_total >= 2160
drivers/gpu/drm/amd/display/modules/info_packet/info_packet.c
632
info_packet->sb[1] = (stream->timing.v_total & 0x00FF);
drivers/gpu/drm/amd/display/modules/info_packet/info_packet.c
633
info_packet->sb[2] = (stream->timing.v_total & 0xFF00) >> 8;
drivers/gpu/drm/amd/display/modules/power/power_helpers.c
889
num_vblank_lines = stream->timing.v_total -
drivers/gpu/drm/bridge/lontium-lt8912b.c
286
u32 vactive, v_total, vpw, vfp, vbp;
drivers/gpu/drm/bridge/lontium-lt8912b.c
304
v_total = vactive + vfp + vpw + vbp;
drivers/gpu/drm/bridge/lontium-lt8912b.c
324
ret |= regmap_write(lt->regmap[I2C_CEC_DSI], 0x36, v_total & 0xff);
drivers/gpu/drm/bridge/lontium-lt8912b.c
325
ret |= regmap_write(lt->regmap[I2C_CEC_DSI], 0x37, v_total >> 8);
drivers/gpu/drm/bridge/lontium-lt9611.c
133
u32 v_total, vactive, vsync_len, vfront_porch, vsync_porch;
drivers/gpu/drm/bridge/lontium-lt9611.c
136
v_total = mode->vtotal;
drivers/gpu/drm/bridge/lontium-lt9611.c
148
regmap_write(lt9611->regmap, 0x830d, (u8)(v_total / 256));
drivers/gpu/drm/bridge/lontium-lt9611.c
149
regmap_write(lt9611->regmap, 0x830e, (u8)(v_total % 256));
drivers/gpu/drm/bridge/lontium-lt9611.c
291
u32 v_total, vactive, hactive_a, hactive_b, h_total_sysclk;
drivers/gpu/drm/bridge/lontium-lt9611.c
306
v_total = temp;
drivers/gpu/drm/bridge/lontium-lt9611.c
328
hactive_a, hactive_b, vactive, v_total, h_total_sysclk);
drivers/gpu/drm/bridge/lontium-lt9611uxc.c
307
u32 v_total, vactive, vsync_len, vfront_porch;
drivers/gpu/drm/bridge/lontium-lt9611uxc.c
310
v_total = mode->vtotal;
drivers/gpu/drm/bridge/lontium-lt9611uxc.c
320
regmap_write(lt9611uxc->regmap, 0xd00d, (u8)(v_total / 256));
drivers/gpu/drm/bridge/lontium-lt9611uxc.c
321
regmap_write(lt9611uxc->regmap, 0xd00e, (u8)(v_total % 256));
drivers/gpu/drm/msm/dsi/dsi_host.c
1072
DSI_TOTAL_V_TOTAL(v_total - 1));
drivers/gpu/drm/msm/dsi/dsi_host.c
982
u32 v_total = mode->vtotal;
drivers/gpu/drm/msm/dsi/dsi_host.c
987
u32 va_start = v_total - mode->vsync_start;
drivers/gpu/drm/radeon/radeon_legacy_tv.c
428
unsigned int h_total, v_total, f_total;
drivers/gpu/drm/radeon/radeon_legacy_tv.c
439
v_total = const_ptr->ver_total;
drivers/gpu/drm/radeon/radeon_legacy_tv.c
485
v_offset = ((int)(v_total * h_total) * 2 * tv_dac->v_pos) / (int)(NTSC_TV_LINES_PER_FRAME);
drivers/gpu/drm/radeon/radeon_legacy_tv.c
487
v_offset = ((int)(v_total * h_total) * 2 * tv_dac->v_pos) / (int)(PAL_TV_LINES_PER_FRAME);
drivers/gpu/drm/radeon/radeon_legacy_tv.c
496
tv_dac->tv.vrestart = restart % v_total;
drivers/gpu/drm/radeon/radeon_legacy_tv.c
497
restart /= v_total;
drivers/gpu/ipu-v3/ipu-di.c
207
u32 v_total = sig->mode.vactive + sig->mode.vsync_len +
drivers/gpu/ipu-v3/ipu-di.c
212
.run_count = v_total * 2 - 1,
drivers/gpu/ipu-v3/ipu-di.c
223
.run_count = v_total - 1,
drivers/gpu/ipu-v3/ipu-di.c
231
.run_count = v_total / 2,
drivers/gpu/ipu-v3/ipu-di.c
262
ipu_di_write(di, v_total / 2 - 1, DI_SCR_CONF);
drivers/gpu/ipu-v3/ipu-di.c
270
u32 v_total = sig->mode.vactive + sig->mode.vsync_len +
drivers/gpu/ipu-v3/ipu-di.c
288
.run_count = v_total - 1,
drivers/gpu/ipu-v3/ipu-di.c
323
.run_count = v_total - 1,
drivers/gpu/ipu-v3/ipu-di.c
352
.run_count = v_total - 1,
drivers/gpu/ipu-v3/ipu-di.c
370
.run_count = v_total - 1,
drivers/gpu/ipu-v3/ipu-di.c
382
ipu_di_write(di, v_total - 1, DI_SCR_CONF);
drivers/video/fbdev/aty/aty128fb.c
1020
aty_st_le32(CRTC_V_TOTAL_DISP, crtc->v_total);
drivers/video/fbdev/aty/aty128fb.c
1037
u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync;
drivers/video/fbdev/aty/aty128fb.c
1099
v_total = (yres + upper + vslen + lower - 1) & 0xFFFFL;
drivers/video/fbdev/aty/aty128fb.c
1102
if (((h_total >> 3) - 1) > 0x1ff || (v_total - 1) > 0x7FF) {
drivers/video/fbdev/aty/aty128fb.c
1131
crtc->v_total = v_total | (v_disp << 16);
drivers/video/fbdev/aty/aty128fb.c
1226
u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync;
drivers/video/fbdev/aty/aty128fb.c
1236
v_total = crtc->v_total & 0x7ff;
drivers/video/fbdev/aty/aty128fb.c
1237
v_disp = (crtc->v_total >> 16) & 0x7ff;
drivers/video/fbdev/aty/aty128fb.c
1250
upper = v_total - v_sync_strt - v_sync_wid;
drivers/video/fbdev/aty/aty128fb.c
1540
((par->crtc.v_total>>16) & 0x7ff)+1,
drivers/video/fbdev/aty/aty128fb.c
1626
yres = ((par->crtc.v_total >> 16) & 0x7ff) + 1;
drivers/video/fbdev/aty/aty128fb.c
415
u32 v_total, v_sync_strt_wid;
drivers/video/fbdev/aty/atyfb_base.c
1002
v_total <<= 1;
drivers/video/fbdev/aty/atyfb_base.c
1008
v_total--;
drivers/video/fbdev/aty/atyfb_base.c
1016
FAIL_MAX("v_total too large", v_total, 0x7ff);
drivers/video/fbdev/aty/atyfb_base.c
1035
crtc->v_tot_disp = v_total | (v_disp << 16);
drivers/video/fbdev/aty/atyfb_base.c
1174
u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync;
drivers/video/fbdev/aty/atyfb_base.c
1185
v_total = crtc->v_tot_disp & 0x7ff;
drivers/video/fbdev/aty/atyfb_base.c
1201
upper = v_total - v_sync_strt - v_sync_wid;
drivers/video/fbdev/aty/atyfb_base.c
1367
u32 v_disp, v_sync_strt, v_sync_end, v_total;
drivers/video/fbdev/aty/atyfb_base.c
1376
v_total = v_sync_end + debug.upper_margin;
drivers/video/fbdev/aty/atyfb_base.c
1379
vRefresh = (hSync * 1000) / v_total;
drivers/video/fbdev/aty/atyfb_base.c
1399
v_disp, v_sync_strt, v_sync_end, v_total);
drivers/video/fbdev/aty/atyfb_base.c
825
u32 v_total, v_disp, v_sync_strt, v_sync_end, v_sync_wid, v_sync_pol, c_sync;
drivers/video/fbdev/aty/atyfb_base.c
903
v_total = v_sync_end + var->upper_margin;
drivers/video/fbdev/aty/atyfb_base.c
981
v_total = v_disp + par->lcd_vblank_len / VScan;
drivers/video/fbdev/matrox/matroxfb_g450.c
236
unsigned int v_total;
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_g450.c
346
vdisplay = outd->v_total - 4;
drivers/video/fbdev/matrox/matroxfb_g450.c
347
vsyncend = outd->v_total;
drivers/video/fbdev/matrox/matroxfb_g450.c
349
upper = (outd->v_total - vsyncend) >> 1; /* in field lines */
drivers/video/fbdev/matrox/matroxfb_g450.c
350
r->regs[0x17] = outd->v_total / 4;
drivers/video/fbdev/matrox/matroxfb_g450.c
351
r->regs[0x18] = outd->v_total & 3;
drivers/video/fbdev/matrox/matroxfb_g450.c
357
mt->VSyncStart = outd->v_total - 2;
drivers/video/fbdev/matrox/matroxfb_g450.c
358
mt->VSyncEnd = outd->v_total;
drivers/video/fbdev/matrox/matroxfb_g450.c
359
mt->VTotal = outd->v_total;
drivers/video/fbdev/matrox/matroxfb_g450.c
371
.v_total = 625,
drivers/video/fbdev/matrox/matroxfb_g450.c
380
.v_total = 525, // lines
drivers/video/fbdev/mb862xx/mb862xxfbdrv.c
118
if (h_total(var) > 4096 || v_total(var) > 4096)
drivers/video/fbdev/mb862xx/mb862xxfbdrv.c
254
outreg(disp, GC_VTR, pack(v_total(&fbi->var) - 1, 0));
drivers/video/fbdev/nvidia/nvidia.c
311
int v_total = (info->var.yres + info->var.lower_margin +
drivers/video/fbdev/nvidia/nvidia.c
314
int v_blank_e = v_total + 1;
drivers/video/fbdev/nvidia/nvidia.c
321
v_total |= 1;
drivers/video/fbdev/nvidia/nvidia.c
324
v_start = v_total - 3;
drivers/video/fbdev/nvidia/nvidia.c
325
v_end = v_total - 2;
drivers/video/fbdev/nvidia/nvidia.c
340
state->crtc[0x6] = SetBitField(v_total, 7: 0, 7:0);
drivers/video/fbdev/nvidia/nvidia.c
341
state->crtc[0x7] = SetBitField(v_total, 8: 8, 0:0)
drivers/video/fbdev/nvidia/nvidia.c
346
| SetBitField(v_total, 9: 9, 5:5)
drivers/video/fbdev/nvidia/nvidia.c
369
| SetBitField(v_total, 10: 10, 0:0);
drivers/video/fbdev/nvidia/nvidia.c
376
state->extra = SetBitField(v_total, 11: 11, 0:0)
drivers/video/fbdev/sm501fb.c
316
if (h_total(var) > 4096 || v_total(var) > 2048)
drivers/video/fbdev/sm501fb.c
568
reg = (v_total(var) - 1) << 16;
drivers/video/fbdev/smscufx.c
663
u16 v_total, v_active, v_blank_start, v_blank_end, v_sync_start, v_sync_end;
drivers/video/fbdev/smscufx.c
705
v_total = var->upper_margin + var->yres + var->lower_margin + var->vsync_len;
drivers/video/fbdev/smscufx.c
712
temp = ((v_total - 1) << 16) | (v_active - 1);