Symbol: htotal
arch/m68k/include/asm/amigahw.h
183
unsigned short htotal;
arch/m68k/include/asm/amigahw.h
268
amiga_custom.htotal = 113; /* 31 kHz */
drivers/gpu/drm/amd/amdgpu/amdgpu_encoders.c
169
unsigned int hblank = native_mode->htotal - native_mode->hdisplay;
drivers/gpu/drm/amd/amdgpu/amdgpu_encoders.c
182
adjusted_mode->htotal = native_mode->hdisplay + hblank;
drivers/gpu/drm/amd/amdgpu/atombios_encoders.c
1994
lvds->native_mode.htotal = lvds->native_mode.hdisplay +
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
11988
old_mode->htotal == new_mode->htotal &&
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
12011
den = (unsigned long long)new_crtc_state->mode.htotal *
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
7052
timing_out->h_total = mode_in->htotal;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
7161
native_mode->htotal == drm_mode->htotal &&
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
7358
high_mode->htotal != mode->htotal ||
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
9200
den = common_rates[i] * (unsigned long long)m->htotal;
drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c
696
pipe_data->pipe_config.vblank_data.htotal = (uint16_t)vblank_pipe->stream->timing.h_total;
drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c
808
pipe_data->pipe_config.subvp_data.htotal = (uint16_t)subvp_pipe->stream->timing.h_total;
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
1149
v->read_bandwidth_plane_luma[k] = v->swath_width_y[k] * v->dpp_per_plane[k] * dcn_bw_ceil2(v->byte_per_pixel_dety[k], 1.0f) / (v->htotal[k] / v->pixel_clock[k]) * v->v_ratio[k];
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
1150
v->read_bandwidth_plane_chroma[k] = v->swath_width_y[k] / 2.0f * v->dpp_per_plane[k] * dcn_bw_ceil2(v->byte_per_pixel_detc[k], 2.0f) / (v->htotal[k] / v->pixel_clock[k]) * v->v_ratio[k] / 2.0f;
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
1208
v->full_det_buffering_time_y[k] = v->lines_in_dety_rounded_down_to_swath[k] * (v->htotal[k] / v->pixel_clock[k]) / v->v_ratio[k];
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
1212
v->full_det_buffering_time_c[k] = v->lines_in_detc_rounded_down_to_swath[k] * (v->htotal[k] / v->pixel_clock[k]) / (v->v_ratio[k] / 2.0f);
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
1283
v->urgent_latency_support_us_luma = v->effective_det_plus_lb_lines_luma * (v->htotal[k] / v->pixel_clock[k]) / v->v_ratio[k] - v->effective_det_plus_lb_lines_luma * v->swath_width_y[k] * v->byte_per_pixel_dety[k] / (v->return_bw / v->dpp_per_plane[k]);
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
1286
v->urgent_latency_support_us_chroma = v->effective_det_plus_lb_lines_chroma * (v->htotal[k] / v->pixel_clock[k]) / (v->v_ratio[k] / 2.0f) - v->effective_det_plus_lb_lines_chroma * (v->swath_width_y[k] / 2.0f) * v->byte_per_pixel_detc[k] / (v->return_bw / v->dpp_per_plane[k]);
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
1480
v->v_update_offset_pix[k] = dcn_bw_ceil2(v->htotal[k] / 4.0f, 1.0f);
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
1493
v->destination_lines_for_prefetch[k] = dcn_bw_floor2(4.0f * (v->v_startup[k] - v->t_wait / (v->htotal[k] / v->pixel_clock[k]) - (v->t_calc + v->t_setup) / (v->htotal[k] / v->pixel_clock[k]) - (v->dsty_after_scaler + v->dstx_after_scaler / v->htotal[k]) + 0.125f), 1.0f) / 4;
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
1495
v->prefetch_bandwidth[k] = (v->meta_pte_bytes_frame[k] + 2.0f * v->meta_row_byte[k] + 2.0f * v->pixel_pte_bytes_per_row[k] + v->prefetch_source_lines_y[k] * v->swath_width_y[k] * dcn_bw_ceil2(v->byte_per_pixel_dety[k], 1.0f) + v->prefetch_source_lines_c[k] * v->swath_width_y[k] / 2.0f * dcn_bw_ceil2(v->byte_per_pixel_detc[k], 2.0f)) / (v->destination_lines_for_prefetch[k] * v->htotal[k] / v->pixel_clock[k]);
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
1514
v->time_for_fetching_meta_pte = dcn_bw_max5(v->meta_pte_bytes_frame[k] / v->prefetch_bandwidth[k], v->meta_pte_bytes_frame[k] * v->tot_immediate_flip_bytes / (v->bandwidth_available_for_immediate_flip * (v->meta_pte_bytes_frame[k] + v->meta_row_byte[k] + v->pixel_pte_bytes_per_row[k])), v->urgent_extra_latency, v->urgent_latency, v->htotal[k] / v->pixel_clock[k] / 4.0f);
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
1516
v->time_for_fetching_meta_pte = dcn_bw_max3(v->meta_pte_bytes_frame[k] / v->prefetch_bandwidth[k], v->urgent_extra_latency, v->htotal[k] / v->pixel_clock[k] / 4.0f);
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
1519
v->time_for_fetching_meta_pte = v->htotal[k] / v->pixel_clock[k] / 4.0f;
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
1521
v->destination_lines_to_request_vm_inv_blank[k] = dcn_bw_floor2(4.0f * (v->time_for_fetching_meta_pte / (v->htotal[k] / v->pixel_clock[k]) + 0.125f), 1.0f) / 4;
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
1524
v->time_for_fetching_row_in_vblank = dcn_bw_max5((v->meta_row_byte[k] + v->pixel_pte_bytes_per_row[k]) / v->prefetch_bandwidth[k], (v->meta_row_byte[k] + v->pixel_pte_bytes_per_row[k]) * v->tot_immediate_flip_bytes / (v->bandwidth_available_for_immediate_flip * (v->meta_pte_bytes_frame[k] + v->meta_row_byte[k] + v->pixel_pte_bytes_per_row[k])), v->urgent_extra_latency, 2.0f * v->urgent_latency, v->htotal[k] / v->pixel_clock[k] - v->time_for_fetching_meta_pte);
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
1526
v->time_for_fetching_row_in_vblank = dcn_bw_max3((v->meta_row_byte[k] + v->pixel_pte_bytes_per_row[k]) / v->prefetch_bandwidth[k], v->urgent_extra_latency, v->htotal[k] / v->pixel_clock[k] - v->time_for_fetching_meta_pte);
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
1529
v->time_for_fetching_row_in_vblank = dcn_bw_max2(v->urgent_extra_latency - v->time_for_fetching_meta_pte, v->htotal[k] / v->pixel_clock[k] - v->time_for_fetching_meta_pte);
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
1531
v->destination_lines_to_request_row_in_vblank[k] = dcn_bw_floor2(4.0f * (v->time_for_fetching_row_in_vblank / (v->htotal[k] / v->pixel_clock[k]) + 0.125f), 1.0f) / 4;
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
1560
v->required_prefetch_pix_data_bw = v->dpp_per_plane[k] * (v->prefetch_source_lines_y[k] / v->lines_to_request_prefetch_pixel_data * dcn_bw_ceil2(v->byte_per_pixel_dety[k], 1.0f) + v->prefetch_source_lines_c[k] / v->lines_to_request_prefetch_pixel_data * dcn_bw_ceil2(v->byte_per_pixel_detc[k], 2.0f) / 2.0f) * v->swath_width_y[k] / (v->htotal[k] / v->pixel_clock[k]);
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
1566
v->max_rd_bandwidth = v->max_rd_bandwidth + dcn_bw_max2(v->meta_pte_bytes_frame[k] / (v->destination_lines_to_request_vm_inv_blank[k] * v->htotal[k] / v->pixel_clock[k]), (v->meta_row_byte[k] + v->pixel_pte_bytes_per_row[k]) / (v->destination_lines_to_request_row_in_vblank[k] * v->htotal[k] / v->pixel_clock[k]));
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
160
v->read_bandwidth[k] = v->swath_width_ysingle_dpp[k] * (dcn_bw_ceil2(v->byte_per_pixel_in_dety[k], 1.0f) * v->v_ratio[k] + dcn_bw_ceil2(v->byte_per_pixel_in_detc[k], 2.0f) / 2.0f * v->v_ratio[k] / 2) / (v->htotal[k] / v->pixel_clock[k]);
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
1637
v->effective_lb_latency_hiding_y = v->lb_latency_hiding_source_lines_y / v->v_ratio[k] * (v->htotal[k] / v->pixel_clock[k]);
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
1638
v->effective_lb_latency_hiding_c = v->lb_latency_hiding_source_lines_c / (v->v_ratio[k] / 2.0f) * (v->htotal[k] / v->pixel_clock[k]);
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
1653
v->dppopp_buffering_y = (v->htotal[k] / v->pixel_clock[k]) * (v->dpp_output_buffer_lines_y + v->opp_output_buffer_lines);
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
1654
v->max_det_buffering_time_y = v->full_det_buffering_time_y[k] + (v->lines_in_dety[k] - v->lines_in_dety_rounded_down_to_swath[k]) / v->swath_height_y[k] * (v->htotal[k] / v->pixel_clock[k]);
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
1657
v->active_dram_clock_change_latency_margin_y = v->active_dram_clock_change_latency_margin_y - (1.0f - 1.0f / (v->active_dp_ps - 1.0f)) * v->swath_height_y[k] * (v->htotal[k] / v->pixel_clock[k]);
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
1660
v->dppopp_buffering_c = (v->htotal[k] / v->pixel_clock[k]) * (v->dpp_output_buffer_lines_c + v->opp_output_buffer_lines);
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
1661
v->max_det_buffering_time_c = v->full_det_buffering_time_c[k] + (v->lines_in_detc[k] - v->lines_in_detc_rounded_down_to_swath[k]) / v->swath_height_c[k] * (v->htotal[k] / v->pixel_clock[k]);
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
1664
v->active_dram_clock_change_latency_margin_c = v->active_dram_clock_change_latency_margin_c - (1.0f - 1.0f / (v->active_dp_ps - 1.0f)) * v->swath_height_c[k] * (v->htotal[k] / v->pixel_clock[k]);
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
1671
v->writeback_dram_clock_change_latency_margin = (v->writeback_luma_buffer_size + v->writeback_chroma_buffer_size) * 1024.0f / (v->scaler_rec_out_width[k] / (v->htotal[k] / v->pixel_clock[k]) * 4.0f) - v->writeback_dram_clock_change_watermark;
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
1673
v->writeback_dram_clock_change_latency_margin = dcn_bw_min2(v->writeback_luma_buffer_size, 2.0f * v->writeback_chroma_buffer_size) * 1024.0f / (v->scaler_rec_out_width[k] / (v->htotal[k] / v->pixel_clock[k])) - v->writeback_dram_clock_change_watermark;
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
1723
v->wr_bandwidth = v->wr_bandwidth + v->scaler_rec_out_width[k] / (v->htotal[k] / v->pixel_clock[k]) * 4.0f;
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
1725
v->wr_bandwidth = v->wr_bandwidth + v->scaler_rec_out_width[k] / (v->htotal[k] / v->pixel_clock[k]) * 1.5f;
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
176
v->write_bandwidth[k] = v->scaler_rec_out_width[k] / (v->htotal[k] / v->pixel_clock[k]) * 4.0f;
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
178
v->write_bandwidth[k] = v->scaler_rec_out_width[k] / (v->htotal[k] / v->pixel_clock[k]) * 1.5f;
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
221
if (v->output[k] == dcn_bw_writeback && v->output_format[k] == dcn_bw_444 && v->scaler_rec_out_width[k] / (v->htotal[k] / v->pixel_clock[k]) * 4.0f > (v->writeback_luma_buffer_size + v->writeback_chroma_buffer_size) * 1024.0f / v->write_back_latency) {
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
223
} else if (v->output[k] == dcn_bw_writeback && v->scaler_rec_out_width[k] / (v->htotal[k] / v->pixel_clock[k]) > dcn_bw_min2(v->writeback_luma_buffer_size, 2.0f * v->writeback_chroma_buffer_size) * 1024.0f / v->write_back_latency) {
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
502
v->urgent_latency_support_us_per_state[i][j][k] = v->effective_detlb_lines_luma * (v->htotal[k] / v->pixel_clock[k]) / v->v_ratio[k] - v->effective_detlb_lines_luma * v->swath_width_yper_state[i][j][k] * dcn_bw_ceil2(v->byte_per_pixel_in_dety[k], 1.0f) / (v->return_bw_per_state[i] / v->no_of_dpp[i][j][k]);
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
506
v->urgent_latency_support_us_per_state[i][j][k] = dcn_bw_min2(v->effective_detlb_lines_luma * (v->htotal[k] / v->pixel_clock[k]) / v->v_ratio[k] - v->effective_detlb_lines_luma * v->swath_width_yper_state[i][j][k] * dcn_bw_ceil2(v->byte_per_pixel_in_dety[k], 1.0f) / (v->return_bw_per_state[i] / v->no_of_dpp[i][j][k]), v->effective_detlb_lines_chroma * (v->htotal[k] / v->pixel_clock[k]) / (v->v_ratio[k] / 2.0f) - v->effective_detlb_lines_chroma * v->swath_width_yper_state[i][j][k] / 2.0f * dcn_bw_ceil2(v->byte_per_pixel_in_detc[k], 2.0f) / (v->return_bw_per_state[i] / v->no_of_dpp[i][j][k]));
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
700
v->v_update_offset[k][j] = dcn_bw_ceil2(v->htotal[k] / 4.0f, 1.0f);
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
716
v->line_times_for_prefetch[k] = v->maximum_vstartup - v->urgent_latency / (v->htotal[k] / v->pixel_clock[k]) - (v->time_calc + v->time_setup) / (v->htotal[k] / v->pixel_clock[k]) - (v->dst_y_after_scaler + v->dst_x_after_scaler / v->htotal[k]);
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
718
v->prefetch_bw[k] = (v->meta_pte_bytes_per_frame[k] + 2.0f * v->meta_row_bytes[k] + 2.0f * v->dpte_bytes_per_row[k] + v->prefetch_lines_y[k] * v->swath_width_yper_state[i][j][k] * dcn_bw_ceil2(v->byte_per_pixel_in_dety[k], 1.0f) + v->prefetch_lines_c[k] * v->swath_width_yper_state[i][j][k] / 2.0f * dcn_bw_ceil2(v->byte_per_pixel_in_detc[k], 2.0f)) / (v->line_times_for_prefetch[k] * v->htotal[k] / v->pixel_clock[k]);
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
724
v->htotal[k] / v->pixel_clock[k] / 4.0f);
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
726
v->time_for_meta_pte_without_immediate_flip = v->htotal[k] / v->pixel_clock[k] / 4.0f;
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
732
v->htotal[k] / v->pixel_clock[k] - v->time_for_meta_pte_without_immediate_flip,
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
736
v->htotal[k] / v->pixel_clock[k] - v->time_for_meta_pte_without_immediate_flip,
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
740
v->lines_for_meta_pte_without_immediate_flip[k] = dcn_bw_floor2(4.0f * (v->time_for_meta_pte_without_immediate_flip / (v->htotal[k] / v->pixel_clock[k]) + 0.125f), 1.0f) / 4;
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
741
v->lines_for_meta_and_dpte_row_without_immediate_flip[k] = dcn_bw_floor2(4.0f * (v->time_for_meta_and_dpte_row_without_immediate_flip / (v->htotal[k] / v->pixel_clock[k]) + 0.125f), 1.0f) / 4;
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
761
v->time_for_meta_pte_with_immediate_flip = dcn_bw_max5(v->meta_pte_bytes_per_frame[k] / v->prefetch_bw[k], v->meta_pte_bytes_per_frame[k] * v->total_immediate_flip_bytes[k] / (v->bw_available_for_immediate_flip * (v->meta_pte_bytes_per_frame[k] + v->meta_row_bytes[k] + v->dpte_bytes_per_row[k])), v->extra_latency, v->urgent_latency, v->htotal[k] / v->pixel_clock[k] / 4.0f);
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
763
v->time_for_meta_pte_with_immediate_flip = v->htotal[k] / v->pixel_clock[k] / 4.0f;
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
766
v->time_for_meta_and_dpte_row_with_immediate_flip = dcn_bw_max5((v->meta_row_bytes[k] + v->dpte_bytes_per_row[k]) / v->prefetch_bw[k], (v->meta_row_bytes[k] + v->dpte_bytes_per_row[k]) * v->total_immediate_flip_bytes[k] / (v->bw_available_for_immediate_flip * (v->meta_pte_bytes_per_frame[k] + v->meta_row_bytes[k] + v->dpte_bytes_per_row[k])), v->htotal[k] / v->pixel_clock[k] - v->time_for_meta_pte_with_immediate_flip, v->extra_latency, 2.0f * v->urgent_latency);
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
768
v->time_for_meta_and_dpte_row_with_immediate_flip = dcn_bw_max2(v->htotal[k] / v->pixel_clock[k] - v->time_for_meta_pte_with_immediate_flip, v->extra_latency - v->time_for_meta_pte_with_immediate_flip);
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
770
v->lines_for_meta_pte_with_immediate_flip[k] = dcn_bw_floor2(4.0f * (v->time_for_meta_pte_with_immediate_flip / (v->htotal[k] / v->pixel_clock[k]) + 0.125f), 1.0f) / 4;
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
771
v->lines_for_meta_and_dpte_row_with_immediate_flip[k] = dcn_bw_floor2(4.0f * (v->time_for_meta_and_dpte_row_with_immediate_flip / (v->htotal[k] / v->pixel_clock[k]) + 0.125f), 1.0f) / 4;
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
791
v->required_prefetch_pixel_data_bw_with_immediate_flip[i][j][k] = v->no_of_dpp[i][j][k] * (v->prefetch_lines_y[k] / v->line_times_to_request_prefetch_pixel_data_with_immediate_flip * dcn_bw_ceil2(v->byte_per_pixel_in_dety[k], 1.0f) + v->prefetch_lines_c[k] / v->line_times_to_request_prefetch_pixel_data_with_immediate_flip * dcn_bw_ceil2(v->byte_per_pixel_in_detc[k], 2.0f) / 2.0f) * v->swath_width_yper_state[i][j][k] / (v->htotal[k] / v->pixel_clock[k]);
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
814
v->required_prefetch_pixel_data_bw_without_immediate_flip[i][j][k] = v->no_of_dpp[i][j][k] * (v->prefetch_lines_y[k] / v->line_times_to_request_prefetch_pixel_data_without_immediate_flip * dcn_bw_ceil2(v->byte_per_pixel_in_dety[k], 1.0f) + v->prefetch_lines_c[k] / v->line_times_to_request_prefetch_pixel_data_without_immediate_flip * dcn_bw_ceil2(v->byte_per_pixel_in_detc[k], 2.0f) / 2.0f) * v->swath_width_yper_state[i][j][k] / (v->htotal[k] / v->pixel_clock[k]);
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calc_auto.c
824
v->maximum_read_bandwidth_with_prefetch_with_immediate_flip = v->maximum_read_bandwidth_with_prefetch_with_immediate_flip + dcn_bw_max2(v->read_bandwidth[k], v->required_prefetch_pixel_data_bw_with_immediate_flip[i][j][k]) + dcn_bw_max2(v->meta_pte_bytes_per_frame[k] / (v->lines_for_meta_pte_with_immediate_flip[k] * v->htotal[k] / v->pixel_clock[k]), (v->meta_row_bytes[k] + v->dpte_bytes_per_row[k]) / (v->lines_for_meta_and_dpte_row_with_immediate_flip[k] * v->htotal[k] / v->pixel_clock[k]));
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calcs.c
1116
dcn_bw_ceil2(v->byte_per_pixel_dety[k], 1.0f) / (v->htotal[k] / v->pixel_clock[k]) * v->v_ratio[k];
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calcs.c
1118
dcn_bw_ceil2(v->byte_per_pixel_detc[k], 2.0f) / (v->htotal[k] / v->pixel_clock[k]) * v->v_ratio[k] / 2.0f;
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calcs.c
1217
pipe->pipe_dlg_param.htotal = pipe->stream->timing.h_total;
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calcs.c
1258
hsplit_pipe->pipe_dlg_param.htotal = pipe->stream->timing.h_total;
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calcs.c
431
input->dest.htotal = pipe->stream->timing.h_total;
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calcs.c
432
input->dest.hblank_start = input->dest.htotal - pipe->stream->timing.h_front_porch;
drivers/gpu/drm/amd/display/dc/dml/calcs/dcn_calcs.c
908
v->htotal[input_idx] = (float)pipe->stream->timing.h_total;
drivers/gpu/drm/amd/display/dc/dml/dcn20/dcn20_fpu.c
1404
pipes[pipe_cnt].pipe.dest.htotal = timing->h_total;
drivers/gpu/drm/amd/display/dc/dml/dcn20/dcn20_fpu.c
2559
pipes[pipe_cnt].pipe.dest.htotal,
drivers/gpu/drm/amd/display/dc/dml/dcn20/display_rq_dlg_calc_20.c
1030
- (double) (vready_offset + vupdate_width + vupdate_offset) / htotal
drivers/gpu/drm/amd/display/dc/dml/dcn20/display_rq_dlg_calc_20.c
1037
- (double) (vready_offset + vupdate_width + vupdate_offset) / htotal
drivers/gpu/drm/amd/display/dc/dml/dcn20/display_rq_dlg_calc_20.c
1068
dml_print("DML_DLG: %s: htotal = %d\n", __func__, htotal);
drivers/gpu/drm/amd/display/dc/dml/dcn20/display_rq_dlg_calc_20.c
1107
if (htotal <= 75) {
drivers/gpu/drm/amd/display/dc/dml/dcn20/display_rq_dlg_calc_20.c
1391
(unsigned int)(dst_y_per_row_vblank * (double) htotal
drivers/gpu/drm/amd/display/dc/dml/dcn20/display_rq_dlg_calc_20.c
1397
* (double) htotal * ref_freq_to_pix_freq
drivers/gpu/drm/amd/display/dc/dml/dcn20/display_rq_dlg_calc_20.c
1404
(unsigned int)(dst_y_per_row_vblank * (double) htotal
drivers/gpu/drm/amd/display/dc/dml/dcn20/display_rq_dlg_calc_20.c
1411
disp_dlg_regs->refcyc_per_pte_group_flip_l = (unsigned int)((dst_y_per_row_flip * htotal
drivers/gpu/drm/amd/display/dc/dml/dcn20/display_rq_dlg_calc_20.c
1413
disp_dlg_regs->refcyc_per_meta_chunk_flip_l = (unsigned int)((dst_y_per_row_flip * htotal
drivers/gpu/drm/amd/display/dc/dml/dcn20/display_rq_dlg_calc_20.c
1418
* htotal * ref_freq_to_pix_freq) / dpte_groups_per_row_ub_c);
drivers/gpu/drm/amd/display/dc/dml/dcn20/display_rq_dlg_calc_20.c
1420
* htotal * ref_freq_to_pix_freq) / meta_chunks_per_row_ub_c);
drivers/gpu/drm/amd/display/dc/dml/dcn20/display_rq_dlg_calc_20.c
1445
/ (double) vratio_l * (double) htotal * ref_freq_to_pix_freq
drivers/gpu/drm/amd/display/dc/dml/dcn20/display_rq_dlg_calc_20.c
1450
/ (double) vratio_l * (double) htotal * ref_freq_to_pix_freq
drivers/gpu/drm/amd/display/dc/dml/dcn20/display_rq_dlg_calc_20.c
1458
* (double) htotal * ref_freq_to_pix_freq
drivers/gpu/drm/amd/display/dc/dml/dcn20/display_rq_dlg_calc_20.c
1466
* (double) htotal * ref_freq_to_pix_freq
drivers/gpu/drm/amd/display/dc/dml/dcn20/display_rq_dlg_calc_20.c
1511
disp_ttu_regs->qos_level_high_wm = (unsigned int) (4.0 * (double) htotal
drivers/gpu/drm/amd/display/dc/dml/dcn20/display_rq_dlg_calc_20.c
799
unsigned int htotal = dst->htotal;
drivers/gpu/drm/amd/display/dc/dml/dcn20/display_rq_dlg_calc_20.c
923
disp_dlg_regs->refcyc_per_htotal = (unsigned int) (ref_freq_to_pix_freq * (double) htotal
drivers/gpu/drm/amd/display/dc/dml/dcn20/display_rq_dlg_calc_20.c
934
min_dst_y_ttu_vblank = min_ttu_vblank * pclk_freq_in_mhz / (double) htotal;
drivers/gpu/drm/amd/display/dc/dml/dcn20/display_rq_dlg_calc_20.c
983
line_time_in_us = (htotal / pclk_freq_in_mhz);
drivers/gpu/drm/amd/display/dc/dml/dcn20/display_rq_dlg_calc_20v2.c
1031
- (double) (vready_offset + vupdate_width + vupdate_offset) / htotal
drivers/gpu/drm/amd/display/dc/dml/dcn20/display_rq_dlg_calc_20v2.c
1038
- (double) (vready_offset + vupdate_width + vupdate_offset) / htotal
drivers/gpu/drm/amd/display/dc/dml/dcn20/display_rq_dlg_calc_20v2.c
1069
dml_print("DML_DLG: %s: htotal = %d\n", __func__, htotal);
drivers/gpu/drm/amd/display/dc/dml/dcn20/display_rq_dlg_calc_20v2.c
1108
if (htotal <= 75) {
drivers/gpu/drm/amd/display/dc/dml/dcn20/display_rq_dlg_calc_20v2.c
1392
(unsigned int)(dst_y_per_row_vblank * (double) htotal
drivers/gpu/drm/amd/display/dc/dml/dcn20/display_rq_dlg_calc_20v2.c
1398
* (double) htotal * ref_freq_to_pix_freq
drivers/gpu/drm/amd/display/dc/dml/dcn20/display_rq_dlg_calc_20v2.c
1405
(unsigned int)(dst_y_per_row_vblank * (double) htotal
drivers/gpu/drm/amd/display/dc/dml/dcn20/display_rq_dlg_calc_20v2.c
1412
disp_dlg_regs->refcyc_per_pte_group_flip_l = (unsigned int)((dst_y_per_row_flip * htotal
drivers/gpu/drm/amd/display/dc/dml/dcn20/display_rq_dlg_calc_20v2.c
1414
disp_dlg_regs->refcyc_per_meta_chunk_flip_l = (unsigned int)((dst_y_per_row_flip * htotal
drivers/gpu/drm/amd/display/dc/dml/dcn20/display_rq_dlg_calc_20v2.c
1419
* htotal * ref_freq_to_pix_freq) / dpte_groups_per_row_ub_c);
drivers/gpu/drm/amd/display/dc/dml/dcn20/display_rq_dlg_calc_20v2.c
1421
* htotal * ref_freq_to_pix_freq) / meta_chunks_per_row_ub_c);
drivers/gpu/drm/amd/display/dc/dml/dcn20/display_rq_dlg_calc_20v2.c
1446
/ (double) vratio_l * (double) htotal * ref_freq_to_pix_freq
drivers/gpu/drm/amd/display/dc/dml/dcn20/display_rq_dlg_calc_20v2.c
1451
/ (double) vratio_l * (double) htotal * ref_freq_to_pix_freq
drivers/gpu/drm/amd/display/dc/dml/dcn20/display_rq_dlg_calc_20v2.c
1459
* (double) htotal * ref_freq_to_pix_freq
drivers/gpu/drm/amd/display/dc/dml/dcn20/display_rq_dlg_calc_20v2.c
1467
* (double) htotal * ref_freq_to_pix_freq
drivers/gpu/drm/amd/display/dc/dml/dcn20/display_rq_dlg_calc_20v2.c
1512
disp_ttu_regs->qos_level_high_wm = (unsigned int) (4.0 * (double) htotal
drivers/gpu/drm/amd/display/dc/dml/dcn20/display_rq_dlg_calc_20v2.c
799
unsigned int htotal = dst->htotal;
drivers/gpu/drm/amd/display/dc/dml/dcn20/display_rq_dlg_calc_20v2.c
923
disp_dlg_regs->refcyc_per_htotal = (unsigned int) (ref_freq_to_pix_freq * (double) htotal
drivers/gpu/drm/amd/display/dc/dml/dcn20/display_rq_dlg_calc_20v2.c
934
min_dst_y_ttu_vblank = min_ttu_vblank * pclk_freq_in_mhz / (double) htotal;
drivers/gpu/drm/amd/display/dc/dml/dcn20/display_rq_dlg_calc_20v2.c
984
line_time_in_us = (htotal / pclk_freq_in_mhz);
drivers/gpu/drm/amd/display/dc/dml/dcn21/display_rq_dlg_calc_21.c
1035
line_time_in_us = (htotal / pclk_freq_in_mhz);
drivers/gpu/drm/amd/display/dc/dml/dcn21/display_rq_dlg_calc_21.c
1070
- (double) (vready_offset + vupdate_width + vupdate_offset) / htotal
drivers/gpu/drm/amd/display/dc/dml/dcn21/display_rq_dlg_calc_21.c
1077
- (double) (vready_offset + vupdate_width + vupdate_offset) / htotal
drivers/gpu/drm/amd/display/dc/dml/dcn21/display_rq_dlg_calc_21.c
1111
dml_print("DML_DLG: %s: htotal = %d\n", __func__, htotal);
drivers/gpu/drm/amd/display/dc/dml/dcn21/display_rq_dlg_calc_21.c
1157
if (htotal <= 75) {
drivers/gpu/drm/amd/display/dc/dml/dcn21/display_rq_dlg_calc_21.c
1466
(unsigned int) (dst_y_per_row_vblank * (double) htotal
drivers/gpu/drm/amd/display/dc/dml/dcn21/display_rq_dlg_calc_21.c
1476
* (double) htotal * ref_freq_to_pix_freq
drivers/gpu/drm/amd/display/dc/dml/dcn21/display_rq_dlg_calc_21.c
1488
(unsigned int) (dst_y_per_row_vblank * (double) htotal
drivers/gpu/drm/amd/display/dc/dml/dcn21/display_rq_dlg_calc_21.c
1497
disp_dlg_regs->refcyc_per_pte_group_flip_l = (unsigned int) (dst_y_per_row_flip * htotal
drivers/gpu/drm/amd/display/dc/dml/dcn21/display_rq_dlg_calc_21.c
1499
disp_dlg_regs->refcyc_per_meta_chunk_flip_l = (unsigned int) (dst_y_per_row_flip * htotal
drivers/gpu/drm/amd/display/dc/dml/dcn21/display_rq_dlg_calc_21.c
1504
* htotal * ref_freq_to_pix_freq) / dpte_groups_per_row_ub_c;
drivers/gpu/drm/amd/display/dc/dml/dcn21/display_rq_dlg_calc_21.c
1506
* htotal * ref_freq_to_pix_freq) / meta_chunks_per_row_ub_c;
drivers/gpu/drm/amd/display/dc/dml/dcn21/display_rq_dlg_calc_21.c
1553
/ (double) vratio_l * (double) htotal * ref_freq_to_pix_freq
drivers/gpu/drm/amd/display/dc/dml/dcn21/display_rq_dlg_calc_21.c
1558
/ (double) vratio_l * (double) htotal * ref_freq_to_pix_freq
drivers/gpu/drm/amd/display/dc/dml/dcn21/display_rq_dlg_calc_21.c
1566
* (double) htotal * ref_freq_to_pix_freq
drivers/gpu/drm/amd/display/dc/dml/dcn21/display_rq_dlg_calc_21.c
1574
* (double) htotal * ref_freq_to_pix_freq
drivers/gpu/drm/amd/display/dc/dml/dcn21/display_rq_dlg_calc_21.c
1619
disp_ttu_regs->qos_level_high_wm = (unsigned int) (4.0 * (double) htotal
drivers/gpu/drm/amd/display/dc/dml/dcn21/display_rq_dlg_calc_21.c
845
unsigned int htotal = dst->htotal;
drivers/gpu/drm/amd/display/dc/dml/dcn21/display_rq_dlg_calc_21.c
969
disp_dlg_regs->refcyc_per_htotal = (unsigned int) (ref_freq_to_pix_freq * (double) htotal
drivers/gpu/drm/amd/display/dc/dml/dcn21/display_rq_dlg_calc_21.c
980
min_dst_y_ttu_vblank = min_ttu_vblank * pclk_freq_in_mhz / (double) htotal;
drivers/gpu/drm/amd/display/dc/dml/dcn30/dcn30_fpu.c
261
pipes[pipe_cnt].pipe.dest.htotal,
drivers/gpu/drm/amd/display/dc/dml/dcn30/display_rq_dlg_calc_30.c
1044
disp_dlg_regs->refcyc_per_htotal = (unsigned int)(ref_freq_to_pix_freq * (double)htotal
drivers/gpu/drm/amd/display/dc/dml/dcn30/display_rq_dlg_calc_30.c
1052
min_dst_y_ttu_vblank = min_ttu_vblank * pclk_freq_in_mhz / (double)htotal;
drivers/gpu/drm/amd/display/dc/dml/dcn30/display_rq_dlg_calc_30.c
1100
line_time_in_us = (htotal / pclk_freq_in_mhz);
drivers/gpu/drm/amd/display/dc/dml/dcn30/display_rq_dlg_calc_30.c
1135
- (double)(vready_offset + vupdate_width + vupdate_offset) / htotal
drivers/gpu/drm/amd/display/dc/dml/dcn30/display_rq_dlg_calc_30.c
1142
- (double)(vready_offset + vupdate_width + vupdate_offset) / htotal
drivers/gpu/drm/amd/display/dc/dml/dcn30/display_rq_dlg_calc_30.c
1223
dml_print("DML_DLG: %s: htotal = %d\n", __func__, htotal);
drivers/gpu/drm/amd/display/dc/dml/dcn30/display_rq_dlg_calc_30.c
1265
if (htotal <= 75) {
drivers/gpu/drm/amd/display/dc/dml/dcn30/display_rq_dlg_calc_30.c
1572
(unsigned int)(dst_y_per_row_vblank * (double)htotal
drivers/gpu/drm/amd/display/dc/dml/dcn30/display_rq_dlg_calc_30.c
1578
* (double)htotal * ref_freq_to_pix_freq
drivers/gpu/drm/amd/display/dc/dml/dcn30/display_rq_dlg_calc_30.c
1585
(unsigned int)(dst_y_per_row_vblank * (double)htotal
drivers/gpu/drm/amd/display/dc/dml/dcn30/display_rq_dlg_calc_30.c
1592
disp_dlg_regs->refcyc_per_pte_group_flip_l = (unsigned int)(dst_y_per_row_flip * htotal
drivers/gpu/drm/amd/display/dc/dml/dcn30/display_rq_dlg_calc_30.c
1594
disp_dlg_regs->refcyc_per_meta_chunk_flip_l = (unsigned int)(dst_y_per_row_flip * htotal
drivers/gpu/drm/amd/display/dc/dml/dcn30/display_rq_dlg_calc_30.c
1599
* htotal * ref_freq_to_pix_freq) / dpte_groups_per_row_ub_c;
drivers/gpu/drm/amd/display/dc/dml/dcn30/display_rq_dlg_calc_30.c
1601
* htotal * ref_freq_to_pix_freq) / meta_chunks_per_row_ub_c;
drivers/gpu/drm/amd/display/dc/dml/dcn30/display_rq_dlg_calc_30.c
1646
/ (double)vratio_l * (double)htotal * ref_freq_to_pix_freq
drivers/gpu/drm/amd/display/dc/dml/dcn30/display_rq_dlg_calc_30.c
1651
/ (double)vratio_l * (double)htotal * ref_freq_to_pix_freq
drivers/gpu/drm/amd/display/dc/dml/dcn30/display_rq_dlg_calc_30.c
1659
* (double)htotal * ref_freq_to_pix_freq
drivers/gpu/drm/amd/display/dc/dml/dcn30/display_rq_dlg_calc_30.c
1667
* (double)htotal * ref_freq_to_pix_freq
drivers/gpu/drm/amd/display/dc/dml/dcn30/display_rq_dlg_calc_30.c
1712
disp_ttu_regs->qos_level_high_wm = (unsigned int)(4.0 * (double)htotal
drivers/gpu/drm/amd/display/dc/dml/dcn30/display_rq_dlg_calc_30.c
915
unsigned int htotal = dst->htotal;
drivers/gpu/drm/amd/display/dc/dml/dcn31/display_rq_dlg_calc_31.c
1036
if (vstartup_start / 2.0 - (double) (vready_offset + vupdate_width + vupdate_offset) / htotal <= vblank_end / 2.0)
drivers/gpu/drm/amd/display/dc/dml/dcn31/display_rq_dlg_calc_31.c
1041
if (vstartup_start - (double) (vready_offset + vupdate_width + vupdate_offset) / htotal <= vblank_end)
drivers/gpu/drm/amd/display/dc/dml/dcn31/display_rq_dlg_calc_31.c
1099
dml_print("DML_DLG: %s: htotal = %d\n", __func__, htotal);
drivers/gpu/drm/amd/display/dc/dml/dcn31/display_rq_dlg_calc_31.c
1113
if (htotal <= 75) {
drivers/gpu/drm/amd/display/dc/dml/dcn31/display_rq_dlg_calc_31.c
1426
disp_dlg_regs->refcyc_per_pte_group_vblank_l = (unsigned int) (dst_y_per_row_vblank * (double) htotal * ref_freq_to_pix_freq / (double) dpte_groups_per_row_ub_l);
drivers/gpu/drm/amd/display/dc/dml/dcn31/display_rq_dlg_calc_31.c
1430
disp_dlg_regs->refcyc_per_pte_group_vblank_c = (unsigned int) (dst_y_per_row_vblank * (double) htotal * ref_freq_to_pix_freq / (double) dpte_groups_per_row_ub_c);
drivers/gpu/drm/amd/display/dc/dml/dcn31/display_rq_dlg_calc_31.c
1434
disp_dlg_regs->refcyc_per_meta_chunk_vblank_l = (unsigned int) (dst_y_per_row_vblank * (double) htotal * ref_freq_to_pix_freq / (double) meta_chunks_per_row_ub_l);
drivers/gpu/drm/amd/display/dc/dml/dcn31/display_rq_dlg_calc_31.c
1439
disp_dlg_regs->refcyc_per_pte_group_flip_l = (unsigned int) (dst_y_per_row_flip * htotal * ref_freq_to_pix_freq) / dpte_groups_per_row_ub_l;
drivers/gpu/drm/amd/display/dc/dml/dcn31/display_rq_dlg_calc_31.c
1440
disp_dlg_regs->refcyc_per_meta_chunk_flip_l = (unsigned int) (dst_y_per_row_flip * htotal * ref_freq_to_pix_freq) / meta_chunks_per_row_ub_l;
drivers/gpu/drm/amd/display/dc/dml/dcn31/display_rq_dlg_calc_31.c
1443
disp_dlg_regs->refcyc_per_pte_group_flip_c = (unsigned int) (dst_y_per_row_flip * htotal * ref_freq_to_pix_freq) / dpte_groups_per_row_ub_c;
drivers/gpu/drm/amd/display/dc/dml/dcn31/display_rq_dlg_calc_31.c
1444
disp_dlg_regs->refcyc_per_meta_chunk_flip_c = (unsigned int) (dst_y_per_row_flip * htotal * ref_freq_to_pix_freq) / meta_chunks_per_row_ub_c;
drivers/gpu/drm/amd/display/dc/dml/dcn31/display_rq_dlg_calc_31.c
1484
disp_dlg_regs->refcyc_per_pte_group_nom_l = (unsigned int) ((double) dpte_row_height_l / (double) vratio_l * (double) htotal * ref_freq_to_pix_freq
drivers/gpu/drm/amd/display/dc/dml/dcn31/display_rq_dlg_calc_31.c
1488
disp_dlg_regs->refcyc_per_meta_chunk_nom_l = (unsigned int) ((double) meta_row_height_l / (double) vratio_l * (double) htotal * ref_freq_to_pix_freq
drivers/gpu/drm/amd/display/dc/dml/dcn31/display_rq_dlg_calc_31.c
1494
disp_dlg_regs->refcyc_per_pte_group_nom_c = (unsigned int) ((double) dpte_row_height_c / (double) vratio_c * (double) htotal * ref_freq_to_pix_freq
drivers/gpu/drm/amd/display/dc/dml/dcn31/display_rq_dlg_calc_31.c
1500
disp_dlg_regs->refcyc_per_meta_chunk_nom_c = (unsigned int) ((double) meta_row_height_c / (double) vratio_c * (double) htotal * ref_freq_to_pix_freq
drivers/gpu/drm/amd/display/dc/dml/dcn31/display_rq_dlg_calc_31.c
1533
disp_ttu_regs->qos_level_high_wm = (unsigned int) (4.0 * (double) htotal * ref_freq_to_pix_freq);
drivers/gpu/drm/amd/display/dc/dml/dcn31/display_rq_dlg_calc_31.c
881
unsigned int htotal = dst->htotal;
drivers/gpu/drm/amd/display/dc/dml/dcn31/display_rq_dlg_calc_31.c
984
disp_dlg_regs->refcyc_per_htotal = (unsigned int) (ref_freq_to_pix_freq * (double) htotal * dml_pow(2, 8));
drivers/gpu/drm/amd/display/dc/dml/dcn314/display_rq_dlg_calc_314.c
1069
disp_dlg_regs->refcyc_per_htotal = (unsigned int) (ref_freq_to_pix_freq * (double) htotal * dml_pow(2, 8));
drivers/gpu/drm/amd/display/dc/dml/dcn314/display_rq_dlg_calc_314.c
1123
if (vstartup_start / 2.0 - (double) (vready_offset + vupdate_width + vupdate_offset) / htotal <= vblank_end / 2.0)
drivers/gpu/drm/amd/display/dc/dml/dcn314/display_rq_dlg_calc_314.c
1128
if (vstartup_start - (double) (vready_offset + vupdate_width + vupdate_offset) / htotal <= vblank_end)
drivers/gpu/drm/amd/display/dc/dml/dcn314/display_rq_dlg_calc_314.c
1187
dml_print("DML_DLG: %s: htotal = %d\n", __func__, htotal);
drivers/gpu/drm/amd/display/dc/dml/dcn314/display_rq_dlg_calc_314.c
1201
if (htotal <= 75) {
drivers/gpu/drm/amd/display/dc/dml/dcn314/display_rq_dlg_calc_314.c
1514
disp_dlg_regs->refcyc_per_pte_group_vblank_l = (unsigned int) (dst_y_per_row_vblank * (double) htotal * ref_freq_to_pix_freq / (double) dpte_groups_per_row_ub_l);
drivers/gpu/drm/amd/display/dc/dml/dcn314/display_rq_dlg_calc_314.c
1518
disp_dlg_regs->refcyc_per_pte_group_vblank_c = (unsigned int) (dst_y_per_row_vblank * (double) htotal * ref_freq_to_pix_freq / (double) dpte_groups_per_row_ub_c);
drivers/gpu/drm/amd/display/dc/dml/dcn314/display_rq_dlg_calc_314.c
1522
disp_dlg_regs->refcyc_per_meta_chunk_vblank_l = (unsigned int) (dst_y_per_row_vblank * (double) htotal * ref_freq_to_pix_freq / (double) meta_chunks_per_row_ub_l);
drivers/gpu/drm/amd/display/dc/dml/dcn314/display_rq_dlg_calc_314.c
1527
disp_dlg_regs->refcyc_per_pte_group_flip_l = (unsigned int) (dst_y_per_row_flip * htotal * ref_freq_to_pix_freq) / dpte_groups_per_row_ub_l;
drivers/gpu/drm/amd/display/dc/dml/dcn314/display_rq_dlg_calc_314.c
1528
disp_dlg_regs->refcyc_per_meta_chunk_flip_l = (unsigned int) (dst_y_per_row_flip * htotal * ref_freq_to_pix_freq) / meta_chunks_per_row_ub_l;
drivers/gpu/drm/amd/display/dc/dml/dcn314/display_rq_dlg_calc_314.c
1531
disp_dlg_regs->refcyc_per_pte_group_flip_c = (unsigned int) (dst_y_per_row_flip * htotal * ref_freq_to_pix_freq) / dpte_groups_per_row_ub_c;
drivers/gpu/drm/amd/display/dc/dml/dcn314/display_rq_dlg_calc_314.c
1532
disp_dlg_regs->refcyc_per_meta_chunk_flip_c = (unsigned int) (dst_y_per_row_flip * htotal * ref_freq_to_pix_freq) / meta_chunks_per_row_ub_c;
drivers/gpu/drm/amd/display/dc/dml/dcn314/display_rq_dlg_calc_314.c
1572
disp_dlg_regs->refcyc_per_pte_group_nom_l = (unsigned int) ((double) dpte_row_height_l / (double) vratio_l * (double) htotal * ref_freq_to_pix_freq
drivers/gpu/drm/amd/display/dc/dml/dcn314/display_rq_dlg_calc_314.c
1576
disp_dlg_regs->refcyc_per_meta_chunk_nom_l = (unsigned int) ((double) meta_row_height_l / (double) vratio_l * (double) htotal * ref_freq_to_pix_freq
drivers/gpu/drm/amd/display/dc/dml/dcn314/display_rq_dlg_calc_314.c
1582
disp_dlg_regs->refcyc_per_pte_group_nom_c = (unsigned int) ((double) dpte_row_height_c / (double) vratio_c * (double) htotal * ref_freq_to_pix_freq
drivers/gpu/drm/amd/display/dc/dml/dcn314/display_rq_dlg_calc_314.c
1588
disp_dlg_regs->refcyc_per_meta_chunk_nom_c = (unsigned int) ((double) meta_row_height_c / (double) vratio_c * (double) htotal * ref_freq_to_pix_freq
drivers/gpu/drm/amd/display/dc/dml/dcn314/display_rq_dlg_calc_314.c
1621
disp_ttu_regs->qos_level_high_wm = (unsigned int) (4.0 * (double) htotal * ref_freq_to_pix_freq);
drivers/gpu/drm/amd/display/dc/dml/dcn314/display_rq_dlg_calc_314.c
966
unsigned int htotal = dst->htotal;
drivers/gpu/drm/amd/display/dc/dml/dcn32/display_rq_dlg_calc_32.c
229
unsigned int htotal = dst->htotal;
drivers/gpu/drm/amd/display/dc/dml/dcn32/display_rq_dlg_calc_32.c
275
dlg_regs->refcyc_per_htotal = (unsigned int) (ref_freq_to_pix_freq * (double) htotal * dml_pow(2, 8));
drivers/gpu/drm/amd/display/dc/dml/dcn32/display_rq_dlg_calc_32.c
346
dml_print("DML_DLG: %s: htotal= %d\n", __func__, htotal);
drivers/gpu/drm/amd/display/dc/dml/dcn32/display_rq_dlg_calc_32.c
359
if (htotal <= 75) {
drivers/gpu/drm/amd/display/dc/dml/dcn32/display_rq_dlg_calc_32.c
542
ttu_regs->qos_level_high_wm = (unsigned int) (4.0 * (double) htotal * ref_freq_to_pix_freq);
drivers/gpu/drm/amd/display/dc/dml/display_mode_lib.c
230
dml_print("DML PARAMS: htotal = %d\n", pipe_dest->htotal);
drivers/gpu/drm/amd/display/dc/dml/display_mode_structs.h
516
unsigned int htotal;
drivers/gpu/drm/amd/display/dc/dml/display_mode_vba.c
603
mode_lib->vba.HTotal[mode_lib->vba.NumberOfActivePlanes] = dst->htotal;
drivers/gpu/drm/amd/display/dc/dml/dml1_display_rq_dlg_calc.c
1012
unsigned int htotal = e2e_pipe_param->pipe.dest.htotal;
drivers/gpu/drm/amd/display/dc/dml/dml1_display_rq_dlg_calc.c
1157
disp_dlg_regs->refcyc_per_htotal = (unsigned int) (ref_freq_to_pix_freq * (double) htotal
drivers/gpu/drm/amd/display/dc/dml/dml1_display_rq_dlg_calc.c
1174
min_dst_y_ttu_vblank = min_ttu_vblank * pclk_freq_in_mhz / (double) htotal;
drivers/gpu/drm/amd/display/dc/dml/dml1_display_rq_dlg_calc.c
1226
line_time_in_us = (htotal / pclk_freq_in_mhz);
drivers/gpu/drm/amd/display/dc/dml/dml1_display_rq_dlg_calc.c
1292
if (dst_x_after_scaler >= htotal) {
drivers/gpu/drm/amd/display/dc/dml/dml1_display_rq_dlg_calc.c
1293
dst_x_after_scaler = dst_x_after_scaler - htotal;
drivers/gpu/drm/amd/display/dc/dml/dml1_display_rq_dlg_calc.c
1297
DTRACE("DLG: %s: htotal = %d", __func__, htotal);
drivers/gpu/drm/amd/display/dc/dml/dml1_display_rq_dlg_calc.c
1315
line_o = (double) dst_y_after_scaler + dst_x_after_scaler / (double) htotal;
drivers/gpu/drm/amd/display/dc/dml/dml1_display_rq_dlg_calc.c
1316
line_setup = (double) (vupdate_offset + vupdate_width + vready_offset) / (double) htotal;
drivers/gpu/drm/amd/display/dc/dml/dml1_display_rq_dlg_calc.c
1486
if (htotal <= 75) {
drivers/gpu/drm/amd/display/dc/dml/dml1_display_rq_dlg_calc.c
1533
(unsigned int) (dst_y_per_row_vblank * (double) htotal
drivers/gpu/drm/amd/display/dc/dml/dml1_display_rq_dlg_calc.c
1538
(unsigned int) (dst_y_per_row_vblank * (double) htotal
drivers/gpu/drm/amd/display/dc/dml/dml1_display_rq_dlg_calc.c
1543
(unsigned int) (dst_y_per_row_vblank * (double) htotal
drivers/gpu/drm/amd/display/dc/dml/dml1_display_rq_dlg_calc.c
1576
/ (double) vratio_l * (double) htotal * ref_freq_to_pix_freq
drivers/gpu/drm/amd/display/dc/dml/dml1_display_rq_dlg_calc.c
1582
/ (double) vratio_c * (double) htotal * ref_freq_to_pix_freq
drivers/gpu/drm/amd/display/dc/dml/dml1_display_rq_dlg_calc.c
1588
/ (double) vratio_l * (double) htotal * ref_freq_to_pix_freq
drivers/gpu/drm/amd/display/dc/dml/dml1_display_rq_dlg_calc.c
1908
disp_ttu_regs->qos_level_high_wm = (unsigned int) (4.0 * (double) htotal
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/dml2_core_dcn4_calcs.c
12501
l->htotal = 0;
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/dml2_core_dcn4_calcs.c
12518
l->htotal = l->timing->h_total;
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/dml2_core_dcn4_calcs.c
12527
DML_LOG_VERBOSE("DML_DLG: %s: htotal = %d\n", __func__, l->htotal);
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/dml2_core_dcn4_calcs.c
12576
disp_dlg_regs->refcyc_per_htotal = (unsigned int)(l->ref_freq_to_pix_freq * (double)l->htotal * math_pow(2, 8));
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/dml2_core_dcn4_calcs.c
12735
disp_ttu_regs->qos_level_high_wm = (unsigned int)(4.0 * (double)l->htotal * l->ref_freq_to_pix_freq);
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/dml2_core_dcn4_calcs.c
12901
base_programming->htotal = (uint16_t)stream_descriptor->timing.h_total;
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/dml2_core_shared_types.h
1600
unsigned int htotal;
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_utils.c
265
pipe_ctx->pipe_dlg_param.htotal = pipe_ctx->stream->timing.h_total;
drivers/gpu/drm/amd/display/dc/dml2_0/dml_display_rq_dlg_calc.c
211
dml_uint_t htotal = timing->HTotal[plane_idx];
drivers/gpu/drm/amd/display/dc/dml2_0/dml_display_rq_dlg_calc.c
271
dml_print("DML_DLG: %s: htotal = %d\n", __func__, htotal);
drivers/gpu/drm/amd/display/dc/dml2_0/dml_display_rq_dlg_calc.c
319
disp_dlg_regs->refcyc_per_htotal = (dml_uint_t)(ref_freq_to_pix_freq * (dml_float_t)htotal * temp);
drivers/gpu/drm/amd/display/dc/dml2_0/dml_display_rq_dlg_calc.c
347
if (htotal <= 75) {
drivers/gpu/drm/amd/display/dc/dml2_0/dml_display_rq_dlg_calc.c
492
disp_ttu_regs->qos_level_high_wm = (dml_uint_t)(4.0 * (dml_float_t)htotal * ref_freq_to_pix_freq);
drivers/gpu/drm/amd/display/dc/hubp/dcn10/dcn10_hubp.c
132
+ pipe_dest->vupdate_offset) / pipe_dest->htotal) <= pipe_dest->vblank_end) {
drivers/gpu/drm/amd/display/dc/hubp/dcn20/dcn20_hubp.c
186
if (pipe_dest->htotal != 0) {
drivers/gpu/drm/amd/display/dc/hubp/dcn20/dcn20_hubp.c
188
+ pipe_dest->vupdate_offset) / pipe_dest->htotal) <= pipe_dest->vblank_end) {
drivers/gpu/drm/amd/display/dc/hubp/dcn401/dcn401_hubp.c
192
unsigned int htotal = timing->h_total;
drivers/gpu/drm/amd/display/dc/hubp/dcn401/dcn401_hubp.c
206
if (htotal != 0) {
drivers/gpu/drm/amd/display/dc/hubp/dcn401/dcn401_hubp.c
211
is_vready_at_or_after_vsync = (vstartup_lines - pixel_width / htotal) <= vblank_end;
drivers/gpu/drm/amd/display/dc/inc/dcn_calcs.h
176
float htotal[number_of_planes_minus_one + 1];
drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h
2292
uint16_t htotal; // required to calculate line time for multi-display cases
drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h
2315
uint16_t htotal;
drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h
2685
uint16_t htotal;
drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h
2717
uint16_t htotal;
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
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/arm/display/komeda/d71/d71_component.c
905
denominator = (mode->htotal - 1) * v_out - 2 * v_in;
drivers/gpu/drm/arm/malidp_hw.c
485
unsigned long htotal = vm->hactive + vm->hfront_porch +
drivers/gpu/drm/arm/malidp_hw.c
498
a = 15 * input_size / (htotal * se_config->output_h);
drivers/gpu/drm/arm/malidp_hw.c
826
unsigned long htotal = vm->hactive + vm->hfront_porch +
drivers/gpu/drm/arm/malidp_hw.c
837
denominator = (htotal - 2) * se_config->output_h;
drivers/gpu/drm/aspeed/aspeed_gfx_crtc.c
113
writel(CRT_H_TOTAL(m->htotal - 1) | CRT_H_DE(m->hdisplay - 1),
drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c
691
int hback_porch = mode->htotal - mode->hsync_end;
drivers/gpu/drm/bridge/adv7511/adv7533.c
36
hbp = mode->htotal - mode->hsync_end;
drivers/gpu/drm/bridge/adv7511/adv7533.c
46
regmap_write(adv->regmap_cec, 0x28, mode->htotal >> 4);
drivers/gpu/drm/bridge/adv7511/adv7533.c
47
regmap_write(adv->regmap_cec, 0x29, (mode->htotal << 4) & 0xff);
drivers/gpu/drm/bridge/analogix/anx7625.c
2395
ctx->dt.hback_porch.min = mode->htotal - mode->hsync_end;
drivers/gpu/drm/bridge/analogix/anx7625.c
2419
mode->htotal);
drivers/gpu/drm/bridge/analogix/anx7625.c
2446
hbp = mode->htotal - mode->hsync_end;
drivers/gpu/drm/bridge/analogix/anx7625.c
2447
hblanking = mode->htotal - mode->hdisplay;
drivers/gpu/drm/bridge/analogix/anx7625.c
2453
adj->hsync_start, adj->hsync_end, adj->htotal);
drivers/gpu/drm/bridge/analogix/anx7625.c
2489
vref = adj->clock * 1000 / (adj->htotal * adj->vtotal);
drivers/gpu/drm/bridge/analogix/anx7625.c
2538
adj->htotal = adj->hsync_end + adj_hbp;
drivers/gpu/drm/bridge/analogix/anx7625.c
2540
adj->hsync_start, adj->hsync_end, adj->htotal);
drivers/gpu/drm/bridge/analogix/anx7625.c
487
u16 htotal;
drivers/gpu/drm/bridge/analogix/anx7625.c
514
htotal = ctx->dt.hactive.min + ctx->dt.hfront_porch.min +
drivers/gpu/drm/bridge/analogix/anx7625.c
517
HORIZONTAL_TOTAL_PIXELS_L, htotal & 0xFF);
drivers/gpu/drm/bridge/analogix/anx7625.c
519
HORIZONTAL_TOTAL_PIXELS_H, htotal >> 8);
drivers/gpu/drm/bridge/cadence/cdns-dsi-core.c
508
dsi_cfg->htotal = dsi_cfg->hact + dsi_cfg->hfp + DSI_HFP_FRAME_OVERHEAD;
drivers/gpu/drm/bridge/cadence/cdns-dsi-core.c
511
dsi_cfg->htotal += dsi_cfg->hbp + DSI_HBP_FRAME_PULSE_OVERHEAD;
drivers/gpu/drm/bridge/cadence/cdns-dsi-core.c
512
dsi_cfg->htotal += dsi_cfg->hsa + DSI_HSA_FRAME_OVERHEAD;
drivers/gpu/drm/bridge/cadence/cdns-dsi-core.c
514
dsi_cfg->htotal += dsi_cfg->hbp + DSI_HBP_FRAME_EVENT_OVERHEAD;
drivers/gpu/drm/bridge/cadence/cdns-dsi-core.c
782
tmp = dsi_cfg.htotal -
drivers/gpu/drm/bridge/cadence/cdns-dsi-core.c
790
tmp = dsi_cfg.htotal -
drivers/gpu/drm/bridge/cadence/cdns-dsi-core.c
797
tmp = DIV_ROUND_UP(dsi_cfg.htotal, nlanes) -
drivers/gpu/drm/bridge/cadence/cdns-dsi-core.c
811
reg_wakeup = dsi_cfg.htotal / nlanes / 10;
drivers/gpu/drm/bridge/cadence/cdns-dsi-core.h
38
unsigned int htotal;
drivers/gpu/drm/bridge/chipone-icn6211.c
390
hbp = mode->htotal - mode->hsync_end;
drivers/gpu/drm/bridge/chrontel-ch7033.c
382
regmap_write(priv->regmap, 0x0b, (mode->htotal >> 8) << 3 |
drivers/gpu/drm/bridge/chrontel-ch7033.c
385
regmap_write(priv->regmap, 0x0d, mode->htotal);
drivers/gpu/drm/bridge/chrontel-ch7033.c
414
regmap_write(priv->regmap, 0x1f, (mode->htotal >> 8) << 3 |
drivers/gpu/drm/bridge/chrontel-ch7033.c
417
regmap_write(priv->regmap, 0x21, mode->htotal);
drivers/gpu/drm/bridge/inno-hdmi.c
720
value = mode->htotal;
drivers/gpu/drm/bridge/inno-hdmi.c
724
value = mode->htotal - mode->hdisplay;
drivers/gpu/drm/bridge/inno-hdmi.c
728
value = mode->htotal - mode->hsync_start;
drivers/gpu/drm/bridge/ite-it6505.c
3412
str += scnprintf(str, end - str, "HTotal:%d\n", vid->htotal);
drivers/gpu/drm/bridge/ite-it6505.c
3419
vid->htotal - vid->hsync_end);
drivers/gpu/drm/bridge/ite-it6505.c
714
int htotal, hdes, hdew, hfph, hsyncw;
drivers/gpu/drm/bridge/ite-it6505.c
724
htotal = it6505_read_word(it6505, REG_INPUT_HTOTAL) & 0x1FFF;
drivers/gpu/drm/bridge/ite-it6505.c
764
it6505->video_info.htotal = htotal;
drivers/gpu/drm/bridge/lontium-lt9211.c
291
{ 0xd011, (mode->htotal >> 8) & 0xff },
drivers/gpu/drm/bridge/lontium-lt9211.c
292
{ 0xd012, mode->htotal & 0xff },
drivers/gpu/drm/bridge/lontium-lt9611.c
147
h_total = mode->htotal;
drivers/gpu/drm/bridge/lontium-lt9611.c
153
hsync_porch = mode->htotal - mode->hsync_start;
drivers/gpu/drm/bridge/lontium-lt9611uxc.c
308
h_total = mode->htotal;
drivers/gpu/drm/bridge/nwl-dsi.c
266
hback_porch = dsi->mode.htotal - dsi->mode.hsync_end;
drivers/gpu/drm/bridge/samsung-dsim.c
1175
int hbp = DIV64_U64_ROUND_UP((m->htotal - m->hsync_end) * byte_clk, pix_clk);
drivers/gpu/drm/bridge/samsung-dsim.c
1809
adjusted_mode->htotal += remainder;
drivers/gpu/drm/bridge/ssd2825.c
538
(mode->htotal - mode->hsync_end));
drivers/gpu/drm/bridge/ssd2825.c
541
(mode->htotal - mode->hsync_start));
drivers/gpu/drm/bridge/synopsys/dw-dp.c
1241
hstart = mode->htotal - mode->hsync_start;
drivers/gpu/drm/bridge/synopsys/dw-dp.c
1264
hblank = mode->htotal - mode->hdisplay;
drivers/gpu/drm/bridge/synopsys/dw-dp.c
1560
if (adjusted_mode->htotal - adjusted_mode->hsync_end < min_hbp) {
drivers/gpu/drm/bridge/synopsys/dw-dp.c
1561
adjusted_mode->htotal = adjusted_mode->hsync_end + min_hbp;
drivers/gpu/drm/bridge/synopsys/dw-hdmi.c
2068
hblank = mode->htotal - mode->hdisplay;
drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c
817
u32 htotal, hsa, hbp, lbcc;
drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c
819
htotal = mode->htotal;
drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c
821
hbp = mode->htotal - mode->hsync_end;
drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c
827
lbcc = dw_mipi_dsi_get_hcomponent_lbcc(dsi, mode, htotal);
drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi2.c
475
hbp = mode->htotal - mode->hsync_end;
drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi2.c
476
hline = mode->htotal;
drivers/gpu/drm/bridge/tc358767.c
1019
FIELD_PREP(H_TOTAL, mode->htotal) |
drivers/gpu/drm/bridge/tc358767.c
904
int left_margin = mode->htotal - mode->hsync_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
992
int left_margin = mode->htotal - mode->hsync_end;
drivers/gpu/drm/bridge/tc358775.c
389
hback_porch = mode->htotal - mode->hsync_end;
drivers/gpu/drm/bridge/tda998x_drv.c
1406
if (mode->htotal >= BIT(13))
drivers/gpu/drm/bridge/tda998x_drv.c
1487
n_pix = mode->htotal;
drivers/gpu/drm/bridge/tda998x_drv.c
1492
de_pix_e = mode->htotal;
drivers/gpu/drm/bridge/tda998x_drv.c
1493
de_pix_s = mode->htotal - mode->hdisplay;
drivers/gpu/drm/bridge/tda998x_drv.c
1525
vs2_pix_s = vs2_pix_e = hs_pix_s + mode->htotal/2;
drivers/gpu/drm/bridge/ti-sn65dsi83.c
673
(mode->htotal - mode->hsync_end) / dual_factor);
drivers/gpu/drm/bridge/ti-sn65dsi86.c
1005
(mode->htotal - mode->hsync_end) & 0xFF);
drivers/gpu/drm/bridge/ti-sn65dsi86.c
817
if ((mode->htotal - mode->hsync_end) > 0xff)
drivers/gpu/drm/drm_edid.c
3053
return (mode->htotal - mode->hdisplay == 160) &&
drivers/gpu/drm/drm_edid.c
3341
if (mode->htotal <= 0)
drivers/gpu/drm/drm_edid.c
3344
return DIV_ROUND_CLOSEST(mode->clock, mode->htotal);
drivers/gpu/drm/drm_edid.c
3578
mode->htotal = mode->hdisplay + hblank;
drivers/gpu/drm/drm_edid.c
3586
if (mode->hsync_end > mode->htotal) {
drivers/gpu/drm/drm_edid.c
3589
mode->hsync_end, mode->htotal);
drivers/gpu/drm/drm_edid.c
3590
mode->hsync_end = mode->htotal;
drivers/gpu/drm/drm_edid.c
6888
mode->htotal = mode->hdisplay + hblank;
drivers/gpu/drm/drm_mipi_dbi.c
508
swap(mode->htotal, mode->vtotal);
drivers/gpu/drm/drm_modes.c
1077
dmode->htotal = dmode->hsync_end + vm->hback_porch;
drivers/gpu/drm/drm_modes.c
1118
vm->hback_porch = dmode->htotal - dmode->hsync_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
1357
p->crtc_htotal = p->htotal;
drivers/gpu/drm/drm_modes.c
1478
mode1->htotal == mode2->htotal &&
drivers/gpu/drm/drm_modes.c
1646
mode->htotal < mode->hsync_end)
drivers/gpu/drm/drm_modes.c
2589
out->htotal = in->htotal;
drivers/gpu/drm/drm_modes.c
2648
out->htotal = in->htotal;
drivers/gpu/drm/drm_modes.c
334
unsigned int htotal, vtotal;
drivers/gpu/drm/drm_modes.c
368
htotal = result;
drivers/gpu/drm/drm_modes.c
370
drm_dbg_kms(dev, "Total Horizontal Number of Pixels: %u\n", htotal);
drivers/gpu/drm/drm_modes.c
381
hblk = htotal - hactive;
drivers/gpu/drm/drm_modes.c
452
if (htotal != (hactive + hfp + hslen + hbp))
drivers/gpu/drm/drm_modes.c
459
mode->htotal = mode->hsync_end + hbp;
drivers/gpu/drm/drm_modes.c
760
drm_mode->htotal = drm_mode->hdisplay + hblank;
drivers/gpu/drm/drm_modes.c
763
(drm_mode->htotal * CVT_HSYNC_PERCENTAGE) / 100;
drivers/gpu/drm/drm_modes.c
794
drm_mode->htotal = drm_mode->hdisplay + CVT_RB_H_BLANK;
drivers/gpu/drm/drm_modes.c
803
tmp = drm_mode->htotal; /* perform intermediate calcs in u64 */
drivers/gpu/drm/drm_modes.c
996
drm_mode->htotal = total_pixels;
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
1220
hdmi_reg_writev(hdata, HDMI_H_BLANK_0, 2, m->htotal - m->hdisplay);
drivers/gpu/drm/exynos/exynos_hdmi.c
1222
(m->htotal << 12) | m->vtotal);
drivers/gpu/drm/exynos/exynos_hdmi.c
1260
val = ((m->htotal / 2) + (m->hsync_start - m->hdisplay));
drivers/gpu/drm/exynos/exynos_hdmi.c
1261
val |= ((m->htotal / 2) +
drivers/gpu/drm/exynos/exynos_hdmi.c
1288
hdmi_reg_writev(hdata, HDMI_TG_H_FSZ_L, 2, m->htotal);
drivers/gpu/drm/exynos/exynos_hdmi.c
1289
hdmi_reg_writev(hdata, HDMI_TG_HACT_ST_L, 2, m->htotal - m->hdisplay);
drivers/gpu/drm/exynos/exynos_hdmi.c
1310
hdmi_reg_writev(hdata, HDMI_H_BLANK_0, 2, m->htotal - m->hdisplay);
drivers/gpu/drm/exynos/exynos_hdmi.c
1312
hdmi_reg_writev(hdata, HDMI_H_LINE_0, 2, m->htotal);
drivers/gpu/drm/exynos/exynos_hdmi.c
1343
(m->htotal / 2) + (m->hsync_start - m->hdisplay));
drivers/gpu/drm/exynos/exynos_hdmi.c
1345
(m->htotal / 2) + (m->hsync_start - m->hdisplay));
drivers/gpu/drm/exynos/exynos_hdmi.c
1401
hdmi_reg_writev(hdata, HDMI_TG_H_FSZ_L, 2, m->htotal);
drivers/gpu/drm/exynos/exynos_hdmi.c
1403
m->htotal - m->hdisplay - hquirk);
drivers/gpu/drm/exynos/exynos_mixer.c
1082
int hdisplay, vdisplay, htotal, vtotal, scan_val;
drivers/gpu/drm/exynos/exynos_mixer.c
1106
adjusted_mode->hsync_end = modes[i].htotal;
drivers/gpu/drm/exynos/exynos_mixer.c
1107
adjusted_mode->htotal = modes[i].htotal;
drivers/gpu/drm/gma500/cdv_device.c
506
.htotal = HTOTAL_A,
drivers/gpu/drm/gma500/cdv_device.c
531
.htotal = HTOTAL_B,
drivers/gpu/drm/gma500/cdv_intel_display.c
784
REG_WRITE(map->htotal, (adjusted_mode->crtc_hdisplay - 1) |
drivers/gpu/drm/gma500/cdv_intel_display.c
930
htot = REG_READ(map->htotal);
drivers/gpu/drm/gma500/cdv_intel_display.c
936
htot = p->htotal;
drivers/gpu/drm/gma500/cdv_intel_display.c
948
mode->htotal = ((htot & 0xffff0000) >> 16) + 1;
drivers/gpu/drm/gma500/cdv_intel_dp.c
878
adjusted_mode->htotal = fixed_mode->htotal;
drivers/gpu/drm/gma500/cdv_intel_lvds.c
211
adjusted_mode->htotal = panel_fixed_mode->htotal;
drivers/gpu/drm/gma500/gma_display.c
596
crtc_state->saveHTOTAL = REG_READ(map->htotal);
drivers/gpu/drm/gma500/gma_display.c
650
REG_WRITE(map->htotal, crtc_state->saveHTOTAL);
drivers/gpu/drm/gma500/intel_bios.c
157
panel_fixed_mode->htotal = panel_fixed_mode->hdisplay +
drivers/gpu/drm/gma500/intel_bios.c
182
if (panel_fixed_mode->hsync_end > panel_fixed_mode->htotal)
drivers/gpu/drm/gma500/intel_bios.c
183
panel_fixed_mode->htotal = panel_fixed_mode->hsync_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
447
REG_WRITE_WITH_AUX(map->htotal, (mode->crtc_hdisplay - 1) |
drivers/gpu/drm/gma500/oaktrail_crtc.c
466
REG_WRITE_WITH_AUX(map->htotal, (adjusted_mode->crtc_hdisplay - 1) |
drivers/gpu/drm/gma500/oaktrail_device.c
145
p->htotal = PSB_RVDC32(HTOTAL_A);
drivers/gpu/drm/gma500/oaktrail_device.c
265
PSB_WVDC32(p->htotal, HTOTAL_A);
drivers/gpu/drm/gma500/oaktrail_device.c
403
.htotal = HTOTAL_A,
drivers/gpu/drm/gma500/oaktrail_device.c
427
.htotal = HTOTAL_B,
drivers/gpu/drm/gma500/oaktrail_hdmi.c
758
pipeb->htotal = PSB_RVDC32(HTOTAL_B);
drivers/gpu/drm/gma500/oaktrail_hdmi.c
811
PSB_WVDC32(pipeb->htotal, HTOTAL_B);
drivers/gpu/drm/gma500/oaktrail_lvds.c
238
mode->htotal = mode->hdisplay + ((ti->hblank_hi << 8) | \
drivers/gpu/drm/gma500/oaktrail_lvds.c
254
pr_info("htotal is %d\n", mode->htotal);
drivers/gpu/drm/gma500/psb_device.c
205
.htotal = HTOTAL_A,
drivers/gpu/drm/gma500/psb_device.c
229
.htotal = HTOTAL_B,
drivers/gpu/drm/gma500/psb_drv.h
229
u32 htotal;
drivers/gpu/drm/gma500/psb_drv.h
263
u32 htotal;
drivers/gpu/drm/gma500/psb_intel_display.c
268
REG_WRITE(map->htotal, (adjusted_mode->crtc_hdisplay - 1) |
drivers/gpu/drm/gma500/psb_intel_display.c
395
htot = REG_READ(map->htotal);
drivers/gpu/drm/gma500/psb_intel_display.c
401
htot = p->htotal;
drivers/gpu/drm/gma500/psb_intel_display.c
413
mode->htotal = ((htot & 0xffff0000) >> 16) + 1;
drivers/gpu/drm/gma500/psb_intel_lvds.c
406
adjusted_mode->htotal = panel_fixed_mode->htotal;
drivers/gpu/drm/gma500/psb_intel_sdvo.c
811
mode->htotal = mode->hdisplay + dtd->part1.h_blank;
drivers/gpu/drm/gma500/psb_intel_sdvo.c
812
mode->htotal += (dtd->part1.h_high & 0xf) << 8;
drivers/gpu/drm/gud/gud_internal.h
141
dst->htotal = cpu_to_le16(src->htotal);
drivers/gpu/drm/gud/gud_internal.h
159
dst->htotal = le16_to_cpu(src->htotal);
drivers/gpu/drm/hisilicon/hibmc/dp/dp_hw.c
109
HIBMC_DP_CFG_STREAM_HBLANK, mode->htotal - mode->hdisplay);
drivers/gpu/drm/hisilicon/hibmc/dp/dp_hw.c
61
htotal_int = mode->htotal * 9947 / 10000;
drivers/gpu/drm/hisilicon/hibmc/dp/dp_hw.c
64
hblank_int = mode->htotal - mode->hdisplay - mode->hdisplay * 53 / 10000;
drivers/gpu/drm/hisilicon/hibmc/dp/dp_hw.c
89
timing_delay = mode->htotal - mode->hsync_start;
drivers/gpu/drm/hisilicon/hibmc/dp/dp_hw.c
90
hstart = mode->htotal - mode->hsync_start;
drivers/gpu/drm/hisilicon/hibmc/dp/dp_hw.c
94
HIBMC_DP_CFG_TIMING_GEN0_HBLANK, mode->htotal - mode->hdisplay);
drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_de.c
380
writel(HIBMC_FIELD(HIBMC_CRT_HORZ_TOTAL_TOTAL, mode->htotal - 1) |
drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c
475
htot = mode->htotal;
drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c
478
hbp = mode->htotal - mode->hsync_end;
drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c
185
hbp = mode->htotal - mode->hsync_end;
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/i9xx_wm.c
1003
wm = intel_wm_method2(pixel_rate, htotal, width, cpp, latency);
drivers/gpu/drm/i915/display/i9xx_wm.c
1011
large = intel_wm_method2(pixel_rate, htotal, width, cpp, latency);
drivers/gpu/drm/i915/display/i9xx_wm.c
1482
unsigned int htotal,
drivers/gpu/drm/i915/display/i9xx_wm.c
1489
ret = intel_wm_method2(pixel_rate, htotal,
drivers/gpu/drm/i915/display/i9xx_wm.c
1519
unsigned int pixel_rate, htotal, cpp, width, wm;
drivers/gpu/drm/i915/display/i9xx_wm.c
1529
htotal = pipe_mode->crtc_htotal;
drivers/gpu/drm/i915/display/i9xx_wm.c
1541
wm = vlv_wm_method2(pixel_rate, htotal, width, cpp,
drivers/gpu/drm/i915/display/i9xx_wm.c
2150
int htotal = pipe_mode->crtc_htotal;
drivers/gpu/drm/i915/display/i9xx_wm.c
2155
entries = intel_wm_method2(pixel_rate, htotal,
drivers/gpu/drm/i915/display/i9xx_wm.c
2166
entries = intel_wm_method2(pixel_rate, htotal,
drivers/gpu/drm/i915/display/i9xx_wm.c
2323
int htotal = pipe_mode->crtc_htotal;
drivers/gpu/drm/i915/display/i9xx_wm.c
2333
entries = intel_wm_method2(pixel_rate, htotal, width, cpp,
drivers/gpu/drm/i915/display/i9xx_wm.c
2405
unsigned int htotal,
drivers/gpu/drm/i915/display/i9xx_wm.c
2412
ret = intel_wm_method2(pixel_rate, htotal,
drivers/gpu/drm/i915/display/i9xx_wm.c
528
unsigned int htotal,
drivers/gpu/drm/i915/display/i9xx_wm.c
539
if (WARN_ON_ONCE(htotal == 0))
drivers/gpu/drm/i915/display/i9xx_wm.c
540
htotal = 1;
drivers/gpu/drm/i915/display/i9xx_wm.c
542
ret = (latency * pixel_rate) / (htotal * 10000);
drivers/gpu/drm/i915/display/i9xx_wm.c
977
unsigned int pixel_rate, htotal, cpp, width, wm;
drivers/gpu/drm/i915/display/i9xx_wm.c
999
htotal = pipe_mode->crtc_htotal;
drivers/gpu/drm/i915/display/icl_dsi.c
884
u16 htotal, hactive, hsync_start, hsync_end, hsync_size;
drivers/gpu/drm/i915/display/icl_dsi.c
906
htotal = DIV_ROUND_UP(adjusted_mode->crtc_htotal * mul, div);
drivers/gpu/drm/i915/display/icl_dsi.c
908
htotal = DIV_ROUND_UP((hactive + 160) * mul, div);
drivers/gpu/drm/i915/display/icl_dsi.c
928
line_time_us = (htotal * (bpp / 8) * byte_clk_period_ns) / (1000 * intel_dsi->lane_count);
drivers/gpu/drm/i915/display/icl_dsi.c
933
vsync_shift = hsync_start - htotal / 2;
drivers/gpu/drm/i915/display/icl_dsi.c
939
htotal /= 2;
drivers/gpu/drm/i915/display/icl_dsi.c
955
HACTIVE(hactive - 1) | HTOTAL(htotal - 1));
drivers/gpu/drm/i915/display/intel_audio.c
499
h_total = crtc_state->hw.adjusted_mode.htotal;
drivers/gpu/drm/i915/display/intel_bios.c
1000
panel_fixed_mode->htotal =
drivers/gpu/drm/i915/display/intel_bios.c
544
panel_fixed_mode->htotal = panel_fixed_mode->hdisplay +
drivers/gpu/drm/i915/display/intel_bios.c
575
if (panel_fixed_mode->hsync_end > panel_fixed_mode->htotal) {
drivers/gpu/drm/i915/display/intel_bios.c
577
panel_fixed_mode->hsync_end, panel_fixed_mode->htotal);
drivers/gpu/drm/i915/display/intel_bios.c
578
panel_fixed_mode->hsync_end = panel_fixed_mode->htotal;
drivers/gpu/drm/i915/display/intel_display.c
2234
mode->htotal = timings->crtc_htotal;
drivers/gpu/drm/i915/display/intel_display.c
8116
mode->htotal > htotal_max)
drivers/gpu/drm/i915/display/intel_display.c
8130
if (DIV_ROUND_UP(mode->htotal * 1000, mode->clock) > 64)
drivers/gpu/drm/i915/display/intel_display.c
8145
mode->htotal - mode->hdisplay < 32)
drivers/gpu/drm/i915/display/intel_display.c
8151
if (mode->htotal - mode->hdisplay < 32)
drivers/gpu/drm/i915/display/intel_display_regs.h
489
#define HTOTAL(htotal) REG_FIELD_PREP(HTOTAL_MASK, (htotal))
drivers/gpu/drm/i915/display/intel_dp.c
1461
int htotal,
drivers/gpu/drm/i915/display/intel_dp.c
1473
htotal,
drivers/gpu/drm/i915/display/intel_dp.c
1587
mode->htotal,
drivers/gpu/drm/i915/display/intel_dp.c
3610
htotal_sym_cycles = adjusted_mode->htotal * hactive_sym_cycles /
drivers/gpu/drm/i915/display/intel_dp.c
4719
mode->htotal = (mode->htotal - overlap) * n;
drivers/gpu/drm/i915/display/intel_dp.h
233
int htotal,
drivers/gpu/drm/i915/display/intel_dp_mst.c
1597
mode->htotal,
drivers/gpu/drm/i915/display/intel_dp_mst.c
486
return DIV_ROUND_CLOSEST_ULL(mul_u32_u32(mode->htotal - mode->hdisplay,
drivers/gpu/drm/i915/display/intel_dp_mst.c
632
adjusted_mode->htotal,
drivers/gpu/drm/i915/display/intel_dp_mst.c
684
adjusted_mode->htotal,
drivers/gpu/drm/i915/display/intel_panel.c
243
adjusted_mode->htotal * vrefresh);
drivers/gpu/drm/i915/display/intel_sdvo.c
842
h_blank_len = mode->htotal - mode->hdisplay;
drivers/gpu/drm/i915/display/intel_sdvo.c
894
mode.htotal = mode.hdisplay + dtd->part1.h_blank;
drivers/gpu/drm/i915/display/intel_sdvo.c
895
mode.htotal += (dtd->part1.h_high & 0xf) << 8;
drivers/gpu/drm/i915/display/intel_tv.c
1011
tv_mode->htotal - tv_mode->hblank_start;
drivers/gpu/drm/i915/display/intel_tv.c
1014
mode->htotal = tv_mode->htotal + 1;
drivers/gpu/drm/i915/display/intel_tv.c
1062
int new_htotal = mode->htotal * hdisplay /
drivers/gpu/drm/i915/display/intel_tv.c
1065
mode->clock = mode->clock * new_htotal / mode->htotal;
drivers/gpu/drm/i915/display/intel_tv.c
1068
mode->hsync_start = hdisplay + hsync_start * new_htotal / mode->htotal;
drivers/gpu/drm/i915/display/intel_tv.c
1069
mode->hsync_end = hdisplay + hsync_end * new_htotal / mode->htotal;
drivers/gpu/drm/i915/display/intel_tv.c
1070
mode->htotal = new_htotal;
drivers/gpu/drm/i915/display/intel_tv.c
1112
tv_mode.htotal = (hctl1 & TV_HTOTAL_MASK) >> TV_HTOTAL_SHIFT;
drivers/gpu/drm/i915/display/intel_tv.c
1365
(tv_mode->htotal << TV_HTOTAL_SHIFT);
drivers/gpu/drm/i915/display/intel_tv.c
323
u16 hblank_start, hblank_end, htotal;
drivers/gpu/drm/i915/display/intel_tv.c
397
.hblank_start = 836, .htotal = 857,
drivers/gpu/drm/i915/display/intel_tv.c
439
.hblank_start = 836, .htotal = 857,
drivers/gpu/drm/i915/display/intel_tv.c
482
.hblank_start = 836, .htotal = 857,
drivers/gpu/drm/i915/display/intel_tv.c
525
.hblank_start = 836, .htotal = 857,
drivers/gpu/drm/i915/display/intel_tv.c
568
.hblank_start = 844, .htotal = 863,
drivers/gpu/drm/i915/display/intel_tv.c
613
.hblank_start = 844, .htotal = 863,
drivers/gpu/drm/i915/display/intel_tv.c
655
.hblank_start = 842, .htotal = 857,
drivers/gpu/drm/i915/display/intel_tv.c
679
.hblank_start = 859, .htotal = 863,
drivers/gpu/drm/i915/display/intel_tv.c
703
.hblank_start = 1580, .htotal = 1649,
drivers/gpu/drm/i915/display/intel_tv.c
727
.hblank_start = 1580, .htotal = 1979,
drivers/gpu/drm/i915/display/intel_tv.c
751
.hblank_start = 2155, .htotal = 2639,
drivers/gpu/drm/i915/display/intel_tv.c
777
.hblank_start = 2155, .htotal = 2199,
drivers/gpu/drm/i915/display/intel_tv.c
804
.hblank_start = 2155, .htotal = 2199,
drivers/gpu/drm/i915/display/intel_tv.c
830
.hblank_start = 2155, .htotal = 2639,
drivers/gpu/drm/i915/display/intel_tv.c
856
.hblank_start = 2155, .htotal = 2199,
drivers/gpu/drm/i915/display/intel_vblank.c
102
vbl_start *= htotal;
drivers/gpu/drm/i915/display/intel_vblank.c
105
vbl_start -= htotal - hsync_start;
drivers/gpu/drm/i915/display/intel_vblank.c
143
u32 htotal = mode->crtc_htotal;
drivers/gpu/drm/i915/display/intel_vblank.c
173
clock), 1000 * htotal);
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
352
htotal = mode->crtc_htotal;
drivers/gpu/drm/i915/display/intel_vblank.c
399
vbl_start *= htotal;
drivers/gpu/drm/i915/display/intel_vblank.c
400
vbl_end *= htotal;
drivers/gpu/drm/i915/display/intel_vblank.c
401
vtotal *= htotal;
drivers/gpu/drm/i915/display/intel_vblank.c
423
position = (position + htotal - hsync_start) % vtotal;
drivers/gpu/drm/i915/display/intel_vblank.c
450
*vpos = position / htotal;
drivers/gpu/drm/i915/display/intel_vblank.c
451
*hpos = position - (*vpos * htotal);
drivers/gpu/drm/i915/display/intel_vblank.c
80
u32 pixel, vbl_start, hsync_start, htotal;
drivers/gpu/drm/i915/display/intel_vblank.c
97
htotal = mode->crtc_htotal;
drivers/gpu/drm/i915/display/intel_vbt_defs.h
638
u16 htotal;
drivers/gpu/drm/i915/display/intel_vdsc.c
1131
int pixel_rate, int htotal,
drivers/gpu/drm/i915/display/intel_vdsc.c
1137
if (drm_WARN_ON(display->drm, !htotal))
drivers/gpu/drm/i915/display/intel_vdsc.c
1141
num = mul_u32_u32(pixel_rate, (htotal + dsc_slice_bubbles));
drivers/gpu/drm/i915/display/intel_vdsc.c
1143
return DIV_ROUND_UP_ULL(num, htotal);
drivers/gpu/drm/i915/display/intel_vdsc.c
1150
int htotal = crtc_state->hw.adjusted_mode.crtc_htotal;
drivers/gpu/drm/i915/display/intel_vdsc.c
1160
htotal,
drivers/gpu/drm/i915/display/intel_vdsc.c
1190
htotal, dsc_slices);
drivers/gpu/drm/i915/display/intel_vdsc.h
48
int pixel_rate, int htotal,
drivers/gpu/drm/i915/gvt/handlers.c
671
u32 dp_br, link_m, link_n, htotal, vtotal;
drivers/gpu/drm/i915/gvt/handlers.c
694
htotal = (vgpu_vreg_t(vgpu, TRANS_HTOTAL(display, TRANSCODER_A)) >> TRANS_HTOTAL_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-fg.c
142
u32 hact, htotal, hsync, hsbp;
drivers/gpu/drm/imx/dc/dc-fg.c
148
htotal = m->crtc_htotal;
drivers/gpu/drm/imx/dc/dc-fg.c
158
regmap_write(fg->reg, HTCFG1, HACT(hact) | HTOTAL(htotal));
drivers/gpu/drm/imx/lcdc/imx-lcdc.c
168
FIELD_PREP(IMX21LCDC_LHCR_HBPORCH, crtc->mode.htotal - crtc->mode.hsync_end - 3);
drivers/gpu/drm/ingenic/ingenic-drm-drv.c
320
regmap_write(priv->map, JZ_REG_LCD_REV, mode->htotal << 16);
drivers/gpu/drm/ingenic/ingenic-drm-drv.c
834
mode->crtc_htotal = mode->htotal * 3 - mode->hdisplay * 2;
drivers/gpu/drm/logicvc/logicvc_crtc.c
84
hbp = mode->htotal - mode->hsync_end;
drivers/gpu/drm/mcde/mcde_display.c
985
hbp = mode->htotal - mode->hsync_end;
drivers/gpu/drm/mcde/mcde_dsi.c
527
hbp = (mode->htotal - mode->hsync_end) * cpp - 4 - 6;
drivers/gpu/drm/mcde/mcde_dsi.c
541
hbp = (mode->htotal - mode->hsync_start) * cpp - 4 - 4 - 6;
drivers/gpu/drm/mcde/mcde_dsi.c
598
bpl = pclk * mode->htotal; /* (1) picoseconds per line */
drivers/gpu/drm/mcde/mcde_dsi.c
680
blkeol_pck = bpl - (mode->htotal * cpp) - 6;
drivers/gpu/drm/mediatek/mtk_dp.c
482
mode.htotal, HTOTAL_SW_DP_ENC0_P0_MASK);
drivers/gpu/drm/mediatek/mtk_dp.c
510
mode.htotal, PGEN_HTOTAL_DP_ENC0_P0_MASK);
drivers/gpu/drm/mediatek/mtk_hdmi_common.c
235
adjusted_mode->htotal);
drivers/gpu/drm/meson/meson_venc.c
1020
total_pixels_venc = mode->htotal;
drivers/gpu/drm/meson/meson_venc.c
1645
max_pxcnt = mode->htotal - 1;
drivers/gpu/drm/meson/meson_venc.c
1647
havon_begin = mode->htotal - mode->hsync_start;
drivers/gpu/drm/meson/meson_venc.c
903
dmt_mode->encp.max_pxcnt = mode->htotal - 1;
drivers/gpu/drm/meson/meson_venc.c
904
dmt_mode->encp.havon_begin = mode->htotal - mode->hsync_start;
drivers/gpu/drm/mgag200/mgag200_mode.c
230
unsigned int hdispend, hsyncstr, hsyncend, htotal, hblkstr, hblkend;
drivers/gpu/drm/mgag200/mgag200_mode.c
238
htotal = mode->crtc_htotal / 8 - 1;
drivers/gpu/drm/mgag200/mgag200_mode.c
240
if ((htotal & 0x07) == 0x06 || (htotal & 0x07) == 0x04)
drivers/gpu/drm/mgag200/mgag200_mode.c
241
htotal++;
drivers/gpu/drm/mgag200/mgag200_mode.c
243
hblkend = htotal;
drivers/gpu/drm/mgag200/mgag200_mode.c
266
crtcext1 = (((htotal - 4) & 0x100) >> 8) |
drivers/gpu/drm/mgag200/mgag200_mode.c
281
WREG_CRT(0x00, htotal - 4);
drivers/gpu/drm/mgag200/mgag200_mode.c
586
(mode->hsync_end % 8) != 0 || (mode->htotal % 8) != 0) {
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_encoder.c
1902
line_time = (pclk_period * mode->htotal) / 1000;
drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_vid.c
286
mode.htotal >>= 1;
drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_vid.c
294
mode.hdisplay, mode.htotal,
drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_vid.c
51
if ((mode->htotal < mode->hsync_end)
drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_vid.c
60
mode->htotal, mode->hdisplay);
drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_vid.c
80
timing->h_back_porch = mode->htotal - mode->hsync_end;
drivers/gpu/drm/msm/disp/mdp4/mdp4_dsi_encoder.c
51
hsync_start_x = (mode->htotal - mode->hsync_start);
drivers/gpu/drm/msm/disp/mdp4/mdp4_dsi_encoder.c
52
hsync_end_x = mode->htotal - (mode->hsync_start - mode->hdisplay) - 1;
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
55
vsync_len = (mode->vsync_end - mode->vsync_start) * 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_dsi_encoder.c
57
display_v_end = vsync_period - ((mode->vsync_start - mode->vdisplay) * mode->htotal) + dsi_hsync_skew - 1;
drivers/gpu/drm/msm/disp/mdp4/mdp4_dsi_encoder.c
61
MDP4_DSI_HSYNC_CTRL_PERIOD(mode->htotal));
drivers/gpu/drm/msm/disp/mdp4/mdp4_dtv_encoder.c
55
hsync_start_x = (mode->htotal - mode->hsync_start);
drivers/gpu/drm/msm/disp/mdp4/mdp4_dtv_encoder.c
56
hsync_end_x = mode->htotal - (mode->hsync_start - mode->hdisplay) - 1;
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
59
vsync_len = (mode->vsync_end - mode->vsync_start) * 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_dtv_encoder.c
61
display_v_end = vsync_period - ((mode->vsync_start - mode->vdisplay) * mode->htotal) + dtv_hsync_skew - 1;
drivers/gpu/drm/msm/disp/mdp4/mdp4_dtv_encoder.c
65
MDP4_DTV_HSYNC_CTRL_PERIOD(mode->htotal));
drivers/gpu/drm/msm/disp/mdp4/mdp4_lcdc_encoder.c
228
hsync_start_x = (mode->htotal - mode->hsync_start);
drivers/gpu/drm/msm/disp/mdp4/mdp4_lcdc_encoder.c
229
hsync_end_x = mode->htotal - (mode->hsync_start - mode->hdisplay) - 1;
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
232
vsync_len = (mode->vsync_end - mode->vsync_start) * 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/mdp4/mdp4_lcdc_encoder.c
234
display_v_end = vsync_period - ((mode->vsync_start - mode->vdisplay) * mode->htotal) + lcdc_hsync_skew - 1;
drivers/gpu/drm/msm/disp/mdp4/mdp4_lcdc_encoder.c
238
MDP4_LCDC_HSYNC_CTRL_PERIOD(mode->htotal));
drivers/gpu/drm/msm/disp/mdp5/mdp5_encoder.c
73
hsync_start_x = (mode->htotal - mode->hsync_start);
drivers/gpu/drm/msm/disp/mdp5/mdp5_encoder.c
74
hsync_end_x = mode->htotal - (mode->hsync_start - mode->hdisplay) - 1;
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
77
vsync_len = (mode->vsync_end - mode->vsync_start) * 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/disp/mdp5/mdp5_encoder.c
79
display_v_end = vsync_period - ((mode->vsync_start - mode->vdisplay) * mode->htotal) + dtv_hsync_skew - 1;
drivers/gpu/drm/msm/disp/mdp5/mdp5_encoder.c
87
display_v_start += mode->htotal - mode->hsync_start;
drivers/gpu/drm/msm/disp/mdp5/mdp5_encoder.c
95
MDP5_INTF_HSYNC_CTL_PERIOD(mode->htotal));
drivers/gpu/drm/msm/dp/dp_ctrl.c
1250
in.hporch = drm_mode->htotal - drm_mode->hdisplay;
drivers/gpu/drm/msm/dp/dp_debug.c
50
drm_mode->htotal - drm_mode->hsync_end,
drivers/gpu/drm/msm/dp/dp_panel.c
387
hsync_period = drm_mode->htotal;
drivers/gpu/drm/msm/dp/dp_panel.c
396
display_v_start += drm_mode->htotal - drm_mode->hsync_start;
drivers/gpu/drm/msm/dp/dp_panel.c
399
hsync_start_x = drm_mode->htotal - drm_mode->hsync_start;
drivers/gpu/drm/msm/dp/dp_panel.c
628
drm_mode->hdisplay, drm_mode->htotal - drm_mode->hsync_end,
drivers/gpu/drm/msm/dp/dp_panel.c
637
total_hor = drm_mode->htotal;
drivers/gpu/drm/msm/dp/dp_panel.c
649
data |= (drm_mode->htotal - drm_mode->hsync_start);
drivers/gpu/drm/msm/dp/dp_panel.c
708
drm_mode->htotal - drm_mode->hsync_end,
drivers/gpu/drm/msm/dsi/dsi_host.c
611
new_htotal = mode->htotal - mode->hdisplay + new_hdisplay;
drivers/gpu/drm/msm/dsi/dsi_host.c
613
return mult_frac(mode->clock * 1000u, new_htotal, mode->htotal);
drivers/gpu/drm/msm/dsi/dsi_host.c
992
u32 h_total = mode->htotal;
drivers/gpu/drm/msm/hdmi/hdmi_bridge.c
361
hstart = mode->htotal - mode->hsync_start;
drivers/gpu/drm/msm/hdmi/hdmi_bridge.c
362
hend = mode->htotal - mode->hsync_start + mode->hdisplay;
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
371
HDMI_TOTAL_H_TOTAL(mode->htotal - 1) |
drivers/gpu/drm/mxsfb/lcdif_kms.c
316
writel(HSYN_PARA_BP_H(m->htotal - m->hsync_end) |
drivers/gpu/drm/nouveau/dispnv04/dfp.c
302
regp->fp_horiz_regs[FP_TOTAL] = output_mode->htotal - 1;
drivers/gpu/drm/nouveau/dispnv04/i2c/ch7006_drv.c
143
start_active = (drm_mode->htotal & ~0x7) - (drm_mode->hsync_start & ~0x7);
drivers/gpu/drm/nouveau/dispnv04/i2c/ch7006_mode.c
115
.htotal = ht, \
drivers/gpu/drm/nouveau/dispnv04/i2c/ch7006_mode.c
187
mode->mode.htotal != drm_mode->htotal ||
drivers/gpu/drm/nouveau/dispnv04/tvnv04.c
148
regp->tv_htotal = adjusted_mode->htotal;
drivers/gpu/drm/nouveau/dispnv04/tvnv17.c
216
mode->htotal / 1000 *
drivers/gpu/drm/nouveau/dispnv04/tvnv17.c
279
mode->htotal = output_mode->htotal;
drivers/gpu/drm/nouveau/dispnv04/tvnv17.c
280
mode->hsync_start = (mode->hdisplay + (mode->htotal
drivers/gpu/drm/nouveau/dispnv04/tvnv17.c
541
regs->fp_horiz_regs[FP_TOTAL] = output_mode->htotal - 1;
drivers/gpu/drm/nouveau/dispnv50/disp.c
792
max_ac_packet = mode->htotal - mode->hdisplay;
drivers/gpu/drm/nouveau/include/nvif/if0013.h
31
__u16 htotal;
drivers/gpu/drm/nouveau/nouveau_bios.c
2067
unsigned htotal;
drivers/gpu/drm/nouveau/nouveau_bios.c
2072
htotal = NVReadVgaCrtc(dev, 0, 0x06);
drivers/gpu/drm/nouveau/nouveau_bios.c
2073
htotal |= (NVReadVgaCrtc(dev, 0, 0x07) & 0x01) << 8;
drivers/gpu/drm/nouveau/nouveau_bios.c
2074
htotal |= (NVReadVgaCrtc(dev, 0, 0x07) & 0x20) << 4;
drivers/gpu/drm/nouveau/nouveau_bios.c
2075
htotal |= (NVReadVgaCrtc(dev, 0, 0x25) & 0x01) << 10;
drivers/gpu/drm/nouveau/nouveau_bios.c
2076
htotal |= (NVReadVgaCrtc(dev, 0, 0x41) & 0x01) << 11;
drivers/gpu/drm/nouveau/nouveau_bios.c
2077
return (htotal != 0);
drivers/gpu/drm/nouveau/nouveau_bios.c
473
mode->htotal = ROM16(mode_entry[21]) + 1;
drivers/gpu/drm/nouveau/nvkm/engine/disp/gf119.c
431
state->htotal = (data & 0x0000ffff);
drivers/gpu/drm/nouveau/nvkm/engine/disp/gv100.c
275
state->htotal = (data & 0x0000ffff);
drivers/gpu/drm/nouveau/nvkm/engine/disp/head.h
15
u16 htotal;
drivers/gpu/drm/nouveau/nvkm/engine/disp/nv04.c
61
state->htotal = nvkm_rd32(device, 0x680824 + hoff) & 0x0000ffff;
drivers/gpu/drm/nouveau/nvkm/engine/disp/nv04.c
62
state->hblanke = state->htotal - 1;
drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c
1170
h = head->asy.hblanke + head->asy.htotal - head->asy.hblanks - 7;
drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c
420
state->htotal = (data & 0x0000ffff);
drivers/gpu/drm/nouveau/nvkm/engine/disp/uhead.c
57
args->v0.htotal = head->arm.htotal;
drivers/gpu/drm/nouveau/nvkm/engine/disp/uhead.c
65
if (!args->v0.vtotal || !args->v0.htotal)
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv04.c
415
u32 htotal = nvkm_rdvgac(device, 0, 0x06);
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv04.c
416
htotal |= (nvkm_rdvgac(device, 0, 0x07) & 0x01) << 8;
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv04.c
417
htotal |= (nvkm_rdvgac(device, 0, 0x07) & 0x20) << 4;
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv04.c
418
htotal |= (nvkm_rdvgac(device, 0, 0x25) & 0x01) << 10;
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv04.c
419
htotal |= (nvkm_rdvgac(device, 0, 0x41) & 0x01) << 11;
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv04.c
420
if (!htotal) {
drivers/gpu/drm/omapdrm/dss/venc.c
221
.htotal = 864,
drivers/gpu/drm/omapdrm/dss/venc.c
236
.htotal = 858,
drivers/gpu/drm/omapdrm/omap_crtc.c
540
bandwidth = div_u64(bandwidth, mode->htotal * mode->vtotal);
drivers/gpu/drm/panel/panel-abt-y030xx067a.c
334
.htotal = 320 + 10 + 37 + 33,
drivers/gpu/drm/panel/panel-abt-y030xx067a.c
346
.htotal = 320 + 10 + 37 + 33,
drivers/gpu/drm/panel/panel-arm-versatile.c
140
.htotal = 320 + 6 + 6 + 6,
drivers/gpu/drm/panel/panel-arm-versatile.c
163
.htotal = 640 + 24 + 96 + 24,
drivers/gpu/drm/panel/panel-arm-versatile.c
185
.htotal = 176 + 2 + 3 + 3,
drivers/gpu/drm/panel/panel-arm-versatile.c
208
.htotal = 240 + 10 + 10 + 20,
drivers/gpu/drm/panel/panel-asus-z00t-tm5p5-n35596.c
134
.htotal = 1080 + 100 + 8 + 16,
drivers/gpu/drm/panel/panel-auo-a030jtn01.c
250
.htotal = 320 + 8 + 42 + 30,
drivers/gpu/drm/panel/panel-auo-a030jtn01.c
262
.htotal = 320 + 8 + 42 + 30,
drivers/gpu/drm/panel/panel-boe-bf060y8m-aj0.c
175
.htotal = 1080 + 36 + 24 + 96,
drivers/gpu/drm/panel/panel-boe-himax8279d.c
228
.htotal = 1200 + 80 + 60 + 24,
drivers/gpu/drm/panel/panel-boe-td4320.c
145
.htotal = 1080 + 86 + 2 + 100,
drivers/gpu/drm/panel/panel-boe-th101mb31ig002-28a.c
261
.htotal = 800 + 64 + 16 + 64,
drivers/gpu/drm/panel/panel-boe-th101mb31ig002-28a.c
286
.htotal = 800 + 25 + 25 + 25,
drivers/gpu/drm/panel/panel-boe-tv101wum-ll2.c
140
.htotal = 1200 + 27 + 8 + 12,
drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c
1430
.htotal = 1200 + 40 + 8 + 28,
drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c
1459
.htotal = 1200 + 40 + 8 + 28,
drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c
1488
.htotal = 1200 + 100 + 40 + 24,
drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c
1515
.htotal = 1200 + 60 + 24 + 56,
drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c
1542
.htotal = 1200 + 80 + 24 + 60,
drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c
1569
.htotal = 1200 + 60 + 4 + 80,
drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c
1597
.htotal = 1200 + 80 + 24 + 60,
drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c
1625
.htotal = 1200 + 100 + 10 + 100,
drivers/gpu/drm/panel/panel-chipwealth-ch13726a.c
134
.htotal = 1080 + 28 + 4 + 36,
drivers/gpu/drm/panel/panel-chipwealth-ch13726a.c
146
.htotal = 1080 + 28 + 4 + 36,
drivers/gpu/drm/panel/panel-dsi-cm.c
474
mode->hdisplay = mode->hsync_start = mode->hsync_end = mode->htotal =
drivers/gpu/drm/panel/panel-ebbg-ft8719.c
126
.htotal = 1080 + 28 + 4 + 16,
drivers/gpu/drm/panel/panel-edp.c
1019
.htotal = 1366 + 40 + 40 + 32,
drivers/gpu/drm/panel/panel-edp.c
1032
.htotal = 1366 + 48 + 32 + 10,
drivers/gpu/drm/panel/panel-edp.c
1060
.htotal = 1920 + 172 + 80 + 60,
drivers/gpu/drm/panel/panel-edp.c
1087
.htotal = 1366 + 48 + 32 + 20,
drivers/gpu/drm/panel/panel-edp.c
1110
.htotal = 1280 + 48 + 32 + 80,
drivers/gpu/drm/panel/panel-edp.c
1121
.htotal = 1280 + 48 + 32 + 80,
drivers/gpu/drm/panel/panel-edp.c
1151
.htotal = 2160 + 48 + 32 + 100,
drivers/gpu/drm/panel/panel-edp.c
1163
.htotal = 2160 + 48 + 32 + 100,
drivers/gpu/drm/panel/panel-edp.c
1194
.htotal = 1920 + 48 + 32 + 200,
drivers/gpu/drm/panel/panel-edp.c
1235
.htotal = 2200,
drivers/gpu/drm/panel/panel-edp.c
1264
.htotal = 800 + 20 + 24 + 20,
drivers/gpu/drm/panel/panel-edp.c
1287
.htotal = 1366 + 136 + 30 + 60,
drivers/gpu/drm/panel/panel-edp.c
1349
.htotal = 1920 + 40 + 40 + 80,
drivers/gpu/drm/panel/panel-edp.c
1371
.htotal = 2160 + 48 + 32 + 80,
drivers/gpu/drm/panel/panel-edp.c
1398
.htotal = 1366 + 40 + 32 + 62,
drivers/gpu/drm/panel/panel-edp.c
1424
.htotal = 1536 + 12 + 16 + 48,
drivers/gpu/drm/panel/panel-edp.c
1446
.htotal = 2048 + 150 + 5 + 5,
drivers/gpu/drm/panel/panel-edp.c
1467
.htotal = 1920 + 40 + 40 + 80,
drivers/gpu/drm/panel/panel-edp.c
1489
.htotal = 2560 + 48 + 32 + 80,
drivers/gpu/drm/panel/panel-edp.c
1512
.htotal = 1920 + 48 + 32 + 80,
drivers/gpu/drm/panel/panel-edp.c
1523
.htotal = 1920 + 48 + 32 + 80,
drivers/gpu/drm/panel/panel-edp.c
1552
.htotal = 2560 + 48 + 32 + 80,
drivers/gpu/drm/panel/panel-edp.c
1573
.htotal = 1366 + 64 + 48 + 128,
drivers/gpu/drm/panel/panel-edp.c
1595
.htotal = 1920 + 48 + 32 + 80,
drivers/gpu/drm/panel/panel-elida-kd35t133.c
155
.htotal = 320 + 130 + 4 + 130,
drivers/gpu/drm/panel/panel-feixin-k101-im2ba02.c
394
.htotal = 800 + 20 + 20 + 20,
drivers/gpu/drm/panel/panel-feiyang-fy07024di26a30d.c
144
.htotal = 1024 + 310 + 20 + 90,
drivers/gpu/drm/panel/panel-focaltech-ota7290b.c
119
.htotal = 480 + 50 + 50 + 50,
drivers/gpu/drm/panel/panel-himax-hx8279.c
1107
.htotal = 1200 + 80 + 60 + 24,
drivers/gpu/drm/panel/panel-himax-hx8279.c
1128
.htotal = 1200 + 50 + 24 + 66,
drivers/gpu/drm/panel/panel-himax-hx83102.c
1014
.htotal = 720 + 40 + 40 + 40,
drivers/gpu/drm/panel/panel-himax-hx83102.c
1037
.htotal = 720 + 10 + 10 + 12,
drivers/gpu/drm/panel/panel-himax-hx83102.c
882
.htotal = 1200 + 60 + 20 + 40,
drivers/gpu/drm/panel/panel-himax-hx83102.c
904
.htotal = 1200 + 75 + 20 + 65,
drivers/gpu/drm/panel/panel-himax-hx83102.c
926
.htotal = 1200 + 124 + 80 + 40,
drivers/gpu/drm/panel/panel-himax-hx83102.c
948
.htotal = 1200 + 75 + 20 + 65,
drivers/gpu/drm/panel/panel-himax-hx83102.c
970
.htotal = 1200 + 124 + 80 + 80,
drivers/gpu/drm/panel/panel-himax-hx83102.c
992
.htotal = 1200 + 160 + 66 + 120,
drivers/gpu/drm/panel/panel-himax-hx83112a.c
243
.htotal = 1080 + 28 + 8 + 8,
drivers/gpu/drm/panel/panel-himax-hx83112b.c
292
.htotal = 1080 + 40 + 4 + 12,
drivers/gpu/drm/panel/panel-himax-hx83121a.c
552
.htotal = (800 + 60 + 40 + 40) * 2,
drivers/gpu/drm/panel/panel-himax-hx83121a.c
563
.htotal = (800 + 60 + 40 + 40) * 2,
drivers/gpu/drm/panel/panel-himax-hx83121a.c
577
.htotal = (800 + 60 + 20 + 40) * 2,
drivers/gpu/drm/panel/panel-himax-hx8394.c
185
.htotal = 720 + 40 + 46 + 40,
drivers/gpu/drm/panel/panel-himax-hx8394.c
314
.htotal = 720 + 44 + 20 + 20,
drivers/gpu/drm/panel/panel-himax-hx8394.c
461
.htotal = 720 + 12 + 12 + 24,
drivers/gpu/drm/panel/panel-himax-hx8394.c
602
.htotal = 1080 + 32 + 8 + 32,
drivers/gpu/drm/panel/panel-himax-hx8394.c
715
.htotal = 720 + 40 + 20 + 20,
drivers/gpu/drm/panel/panel-himax-hx8394.c
738
.htotal = 720 + 50 + 50 + 10,
drivers/gpu/drm/panel/panel-hydis-hv101hd1.c
81
.htotal = 1366 + 74 + 36 + 24,
drivers/gpu/drm/panel/panel-ilitek-ili9322.c
541
.htotal = 320 + 359 + 1 + 241,
drivers/gpu/drm/panel/panel-ilitek-ili9322.c
554
.htotal = 360 + 35 + 1 + 241,
drivers/gpu/drm/panel/panel-ilitek-ili9322.c
568
.htotal = 320 + 38 + 1 + 50,
drivers/gpu/drm/panel/panel-ilitek-ili9322.c
582
.htotal = 640 + 252 + 1 + 28,
drivers/gpu/drm/panel/panel-ilitek-ili9322.c
595
.htotal = 720 + 252 + 1 + 24,
drivers/gpu/drm/panel/panel-ilitek-ili9322.c
609
.htotal = 640 + 3 + 1 + 272,
drivers/gpu/drm/panel/panel-ilitek-ili9322.c
623
.htotal = 720 + 3 + 1 + 272,
drivers/gpu/drm/panel/panel-ilitek-ili9341.c
194
.htotal = 240 + 10 + 10 + 20,/* hbp 20 */
drivers/gpu/drm/panel/panel-ilitek-ili9805.c
251
.htotal = 480 + 10 + 2 + 36,
drivers/gpu/drm/panel/panel-ilitek-ili9805.c
265
.htotal = 480 + 10 + 2 + 36,
drivers/gpu/drm/panel/panel-ilitek-ili9806e-dsi.c
297
.htotal = 480 + 16 + 16 + 16,
drivers/gpu/drm/panel/panel-ilitek-ili9806e-dsi.c
456
.htotal = 480 + 20 + 4 + 10,
drivers/gpu/drm/panel/panel-ilitek-ili9806e-spi.c
281
.htotal = 480 + 10 + 10 + 10,
drivers/gpu/drm/panel/panel-ilitek-ili9881c.c
2314
.htotal = 720 + 10 + 20 + 30,
drivers/gpu/drm/panel/panel-ilitek-ili9881c.c
2331
.htotal = 800 + 52 + 8 + 48,
drivers/gpu/drm/panel/panel-ilitek-ili9881c.c
2348
.htotal = 720 + 10 + 20 + 30,
drivers/gpu/drm/panel/panel-ilitek-ili9881c.c
2365
.htotal = 720 + 18 + 3 + 20,
drivers/gpu/drm/panel/panel-ilitek-ili9881c.c
2382
.htotal = 720 + 52 + 8 + 48,
drivers/gpu/drm/panel/panel-ilitek-ili9881c.c
2399
.htotal = 720 + 40 + 10 + 40,
drivers/gpu/drm/panel/panel-ilitek-ili9881c.c
2416
.htotal = 800 + 20 + 32 + 20,
drivers/gpu/drm/panel/panel-ilitek-ili9881c.c
2433
.htotal = 720 + 110 + 12 + 95,
drivers/gpu/drm/panel/panel-ilitek-ili9881c.c
2450
.htotal = 720 + 239 + 33 + 50,
drivers/gpu/drm/panel/panel-ilitek-ili9881c.c
2467
.htotal = 800 + 40 + 20 + 20,
drivers/gpu/drm/panel/panel-ilitek-ili9881c.c
2484
.htotal = 720 + 120 + 100 + 100,
drivers/gpu/drm/panel/panel-ilitek-ili9882t.c
677
.htotal = 1200 + 72 + 30 + 72,
drivers/gpu/drm/panel/panel-ilitek-ili9882t.c
690
.htotal = 1600 + 20 + 2 + 20,
drivers/gpu/drm/panel/panel-innolux-ej030na.c
260
.htotal = 320 + 10 + 37 + 33,
drivers/gpu/drm/panel/panel-innolux-ej030na.c
272
.htotal = 320 + 10 + 37 + 33,
drivers/gpu/drm/panel/panel-innolux-p079zca.c
147
.htotal = 768 + 40 + 40 + 40,
drivers/gpu/drm/panel/panel-innolux-p079zca.c
180
.htotal = 1536 + 100 + 24 + 100,
drivers/gpu/drm/panel/panel-jadard-jd9365da-h3.c
1089
.htotal = 800 + 24 + 24 + 24,
drivers/gpu/drm/panel/panel-jadard-jd9365da-h3.c
1345
.htotal = 640 + 260 + 220 + 260,
drivers/gpu/drm/panel/panel-jadard-jd9365da-h3.c
1581
.htotal = 800 + 24 + 24 + 24,
drivers/gpu/drm/panel/panel-jadard-jd9365da-h3.c
1820
.htotal = 800 + 40 + 20 + 20,
drivers/gpu/drm/panel/panel-jadard-jd9365da-h3.c
2054
.htotal = 720 + 40 + 20 + 20,
drivers/gpu/drm/panel/panel-jadard-jd9365da-h3.c
2267
.htotal = 800 + 40 + 20 + 20,
drivers/gpu/drm/panel/panel-jadard-jd9365da-h3.c
2297
.htotal = 720 + 60 + 60 + 4,
drivers/gpu/drm/panel/panel-jadard-jd9365da-h3.c
2314
.htotal = 720 + 50 + 50 + 50,
drivers/gpu/drm/panel/panel-jadard-jd9365da-h3.c
2337
.htotal = 800 + 40 + 20 + 20,
drivers/gpu/drm/panel/panel-jadard-jd9365da-h3.c
2900
.htotal = 720 + 60 + 60 + 4,
drivers/gpu/drm/panel/panel-jadard-jd9365da-h3.c
2917
.htotal = 720 + 50 + 50 + 50,
drivers/gpu/drm/panel/panel-jadard-jd9365da-h3.c
373
.htotal = 800 + 40 + 18 + 20,
drivers/gpu/drm/panel/panel-jadard-jd9365da-h3.c
605
.htotal = 800 + 40 + 18 + 20,
drivers/gpu/drm/panel/panel-jadard-jd9365da-h3.c
838
.htotal = 800 + 24 + 24 + 24,
drivers/gpu/drm/panel/panel-jdi-fhd-r63452.c
138
.htotal = 1080 + 120 + 16 + 40,
drivers/gpu/drm/panel/panel-jdi-lpm102a188a.c
279
.htotal = 2560 + 80 + 80 + 80,
drivers/gpu/drm/panel/panel-jdi-lt070me05000.c
210
.htotal = 1200 + 48 + 32 + 60,
drivers/gpu/drm/panel/panel-khadas-ts050.c
756
.htotal = 1080 + 117 + 5 + 160,
drivers/gpu/drm/panel/panel-kingdisplay-kd097d04.c
279
.htotal = 1536 + 100 + 24 + 100,
drivers/gpu/drm/panel/panel-leadtek-ltk050h3146w.c
303
.htotal = 720 + 12 + 6 + 24,
drivers/gpu/drm/panel/panel-leadtek-ltk050h3146w.c
384
.htotal = 720 + 42 + 8 + 42,
drivers/gpu/drm/panel/panel-leadtek-ltk050h3146w.c
443
.htotal = 720 + 42 + 10 + 60,
drivers/gpu/drm/panel/panel-leadtek-ltk500hd1829.c
221
.htotal = 800 + 18 + 18 + 18,
drivers/gpu/drm/panel/panel-leadtek-ltk500hd1829.c
466
.htotal = 720 + 50 + 50 + 50,
drivers/gpu/drm/panel/panel-lg-lb035q02.c
132
.htotal = 320 + 20 + 2 + 68,
drivers/gpu/drm/panel/panel-lg-ld070wx3.c
97
.htotal = 800 + 32 + 48 + 8,
drivers/gpu/drm/panel/panel-lg-lg4573.c
204
.htotal = 480 + 10 + 59 + 10,
drivers/gpu/drm/panel/panel-lg-sw43408.c
168
.htotal = 1080 + 20 + 32 + 20,
drivers/gpu/drm/panel/panel-lincolntech-lcd197.c
157
.htotal = 1080 + 204,
drivers/gpu/drm/panel/panel-lxd-m9189a.c
140
.htotal = 1024 + 160 + 160 + 10,
drivers/gpu/drm/panel/panel-magnachip-d53e6ea8966.c
462
.htotal = 960 + 10 + 2 + 10,
drivers/gpu/drm/panel/panel-magnachip-d53e6ea8966.c
475
.htotal = 960 + 10 + 2 + 10,
drivers/gpu/drm/panel/panel-mantix-mlaf057we51.c
166
.htotal = 720 + 45 + 14 + 25,
drivers/gpu/drm/panel/panel-mantix-mlaf057we51.c
181
.htotal = 720 + 45 + 14 + 25,
drivers/gpu/drm/panel/panel-motorola-mot.c
150
.htotal = 540 + 32 + 32 + 16,
drivers/gpu/drm/panel/panel-nec-nl8048hl11.c
114
.htotal = 800 + 6 + 1 + 4,
drivers/gpu/drm/panel/panel-newvision-nv3051d.c
440
.htotal = 640 + 40 + 2 + 80,
drivers/gpu/drm/panel/panel-newvision-nv3051d.c
452
.htotal = 640 + 40 + 2 + 80,
drivers/gpu/drm/panel/panel-newvision-nv3051d.c
464
.htotal = 640 + 40 + 2 + 80,
drivers/gpu/drm/panel/panel-newvision-nv3051d.c
479
.htotal = 640 + 40 + 2 + 80,
drivers/gpu/drm/panel/panel-newvision-nv3052c.c
571
.htotal = 640 + 96 + 16 + 48,
drivers/gpu/drm/panel/panel-newvision-nv3052c.c
583
.htotal = 640 + 39 + 2 + 39,
drivers/gpu/drm/panel/panel-newvision-nv3052c.c
598
.htotal = 640 + 34 + 4 + 20,
drivers/gpu/drm/panel/panel-newvision-nv3052c.c
613
.htotal = 640 + 64 + 20 + 46,
drivers/gpu/drm/panel/panel-novatek-nt35510.c
1242
.htotal = 480 + 2 + 0 + 5, /* HBP = 5 */
drivers/gpu/drm/panel/panel-novatek-nt35510.c
1316
.htotal = 480 + 34 + 2 + 34, /* HBP = 34 */
drivers/gpu/drm/panel/panel-novatek-nt35532.c
685
.htotal = 1080 + 100 + 6 + 94,
drivers/gpu/drm/panel/panel-novatek-nt35560.c
107
.htotal = 480 + 15 + 0 + 15,
drivers/gpu/drm/panel/panel-novatek-nt35560.c
126
.htotal = 480 + 154 + 16 + 32,
drivers/gpu/drm/panel/panel-novatek-nt35560.c
65
.htotal = 480 + 15 + 0 + 15,
drivers/gpu/drm/panel/panel-novatek-nt35560.c
84
.htotal = 480 + 154 + 16 + 32,
drivers/gpu/drm/panel/panel-novatek-nt35950.c
560
.htotal = 1080 + 400 + 40 + 300,
drivers/gpu/drm/panel/panel-novatek-nt36523.c
895
.htotal = 1600 + 60 + 8 + 60,
drivers/gpu/drm/panel/panel-novatek-nt36523.c
909
.htotal = 1600 + 200 + 40 + 52,
drivers/gpu/drm/panel/panel-novatek-nt36523.c
923
.htotal = 1200 + 58 + 2 + 60,
drivers/gpu/drm/panel/panel-novatek-nt36672a.c
527
.htotal = 1080 + 40 + 20 + 44,
drivers/gpu/drm/panel/panel-novatek-nt36672e.c
475
.htotal = 1080 + 76 + 12 + 56,
drivers/gpu/drm/panel/panel-novatek-nt37700f.c
146
.htotal = 1080 + 32 + 32 + 98,
drivers/gpu/drm/panel/panel-novatek-nt37801.c
194
.htotal = 1440 + 20 + 4 + 20,
drivers/gpu/drm/panel/panel-novatek-nt39016.c
308
.htotal = 320 + 10 + 50 + 20,
drivers/gpu/drm/panel/panel-novatek-nt39016.c
320
.htotal = 320 + 42 + 50 + 20,
drivers/gpu/drm/panel/panel-olimex-lcd-olinuxino.c
129
mode->htotal = lcd_mode->hactive + lcd_mode->hfp +
drivers/gpu/drm/panel/panel-orisetech-ota5601a.c
303
.htotal = 640 + 220 + 20 + 20,
drivers/gpu/drm/panel/panel-orisetech-ota5601a.c
316
.htotal = 640 + 280 + 20 + 20,
drivers/gpu/drm/panel/panel-orisetech-otm8009a.c
81
.htotal = 480 + 98 + 32 + 98,
drivers/gpu/drm/panel/panel-orisetech-otm8009a.c
95
.htotal = 480 + 70 + 32 + 72,
drivers/gpu/drm/panel/panel-osd-osd101t2587-53ts.c
75
.htotal = 1920 + 152 + 52 + 20,
drivers/gpu/drm/panel/panel-panasonic-vvx10f034n00.c
117
.htotal = 1920 + 152 + 52 + 20,
drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c
206
.htotal = 800 + 1 + 2 + 46,
drivers/gpu/drm/panel/panel-raydium-rm67191.c
215
.htotal = 1080 + 20 + 2 + 34,
drivers/gpu/drm/panel/panel-raydium-rm67200.c
459
.htotal = 1129,
drivers/gpu/drm/panel/panel-raydium-rm68200.c
86
.htotal = 720 + 48 + 9 + 48,
drivers/gpu/drm/panel/panel-raydium-rm692e5.c
190
.htotal = 1224 + 32 + 8 + 8,
drivers/gpu/drm/panel/panel-raydium-rm69380.c
128
.htotal = 2560 + 32 + 12 + 38,
drivers/gpu/drm/panel/panel-renesas-r61307.c
188
.htotal = 768 + 116 + 81 + 5,
drivers/gpu/drm/panel/panel-renesas-r69328.c
153
.htotal = 720 + 92 + 62 + 4,
drivers/gpu/drm/panel/panel-ronbo-rb070d30.c
95
.htotal = 1024 + 160 + 80 + 80,
drivers/gpu/drm/panel/panel-samsung-ams581vf01.c
151
.htotal = 1080 + 32 + 73 + 98,
drivers/gpu/drm/panel/panel-samsung-ams639rq08.c
179
.htotal = 1080 + 64 + 20 + 64,
drivers/gpu/drm/panel/panel-samsung-db7430.c
74
.htotal = 480 + 10 + 4 + 40,
drivers/gpu/drm/panel/panel-samsung-ltl106hl02.c
87
.htotal = 1920 + 32 + 32 + 64,
drivers/gpu/drm/panel/panel-samsung-s6d16d0.c
33
.htotal = 864 + 154 + 16 + 32,
drivers/gpu/drm/panel/panel-samsung-s6d27a1.c
59
.htotal = 480 + 63 + 2 + 63,
drivers/gpu/drm/panel/panel-samsung-s6d7aa0.c
233
.htotal = 800 + 16 + 4 + 140,
drivers/gpu/drm/panel/panel-samsung-s6d7aa0.c
308
.htotal = 768 + 18 + 16 + 126,
drivers/gpu/drm/panel/panel-samsung-s6d7aa0.c
336
.htotal = 768 + 96 + 16 + 184,
drivers/gpu/drm/panel/panel-samsung-s6e3fa7.c
102
.htotal = 1080 + 32 + 32 + 78,
drivers/gpu/drm/panel/panel-samsung-s6e3fc2x01.c
244
.htotal = 1080 + 72 + 16 + 36,
drivers/gpu/drm/panel/panel-samsung-s6e3ha2.c
614
.htotal = 1440 + 1 + 1 + 1,
drivers/gpu/drm/panel/panel-samsung-s6e3ha2.c
632
.htotal = 1600 + 1 + 1 + 1,
drivers/gpu/drm/panel/panel-samsung-s6e3ha8.c
227
.htotal = 1440 + 116 + 44 + 120,
drivers/gpu/drm/panel/panel-samsung-s6e63j0x03.c
49
.htotal = 320 + 1 + 1 + 1,
drivers/gpu/drm/panel/panel-samsung-s6e63m0.c
290
.htotal = 480 + 16 + 2 + 16,
drivers/gpu/drm/panel/panel-samsung-s6e88a0-ams427ap24.c
636
.htotal = 540 + 94 + 4 + 18,
drivers/gpu/drm/panel/panel-samsung-s6e88a0-ams452ef01.c
128
.htotal = 540 + 88 + 4 + 20,
drivers/gpu/drm/panel/panel-samsung-s6e8aa5x01-ams561ra01.c
872
.htotal = 720 + 62 + 2 + 26,
drivers/gpu/drm/panel/panel-samsung-s6e8fc0-m1906f9.c
145
.htotal = 720 + 350 + 40 + 294,
drivers/gpu/drm/panel/panel-samsung-sofef00.c
149
.htotal = 1080 + 112 + 16 + 36,
drivers/gpu/drm/panel/panel-sharp-lq079l1sx01.c
112
.htotal = 1536 + 136 + 28 + 28,
drivers/gpu/drm/panel/panel-sharp-lq101r1sx01.c
230
.htotal = 2560 + 128 + 64 + 64,
drivers/gpu/drm/panel/panel-sharp-ls037v7dw01.c
91
.htotal = 480 + 1 + 2 + 28,
drivers/gpu/drm/panel/panel-sharp-ls043t1le01.c
148
.htotal = 540 + 48 + 32 + 80,
drivers/gpu/drm/panel/panel-sharp-ls060t1sx01.c
156
.htotal = 1080 + 96 + 16 + 64,
drivers/gpu/drm/panel/panel-simple.c
1012
.htotal = 1366 + 20 + 70,
drivers/gpu/drm/panel/panel-simple.c
1035
.htotal = 1366 + 40 + 40 + 32,
drivers/gpu/drm/panel/panel-simple.c
1120
.htotal = 800 + 40 + 216 + 128,
drivers/gpu/drm/panel/panel-simple.c
1144
.htotal = 800 + 40 + 88 + 128,
drivers/gpu/drm/panel/panel-simple.c
1253
.htotal = 1560,
drivers/gpu/drm/panel/panel-simple.c
1390
.htotal = 1920 + 88 + 44 + 148,
drivers/gpu/drm/panel/panel-simple.c
1418
.htotal = 1024 + 160 + 4 + 156,
drivers/gpu/drm/panel/panel-simple.c
1445
.htotal = 800 + 40 + 48 + 40,
drivers/gpu/drm/panel/panel-simple.c
1525
.htotal = 1280 + 62 + 0 + 2,
drivers/gpu/drm/panel/panel-simple.c
1602
.htotal = 1024 + 30 + 30 + 30,
drivers/gpu/drm/panel/panel-simple.c
1653
.htotal = 480 + 5 + 5 + 40,
drivers/gpu/drm/panel/panel-simple.c
1678
.htotal = 1024 + 160 + 20 + 140,
drivers/gpu/drm/panel/panel-simple.c
1705
.htotal = 800 + 210 + 2 + 44,
drivers/gpu/drm/panel/panel-simple.c
1731
.htotal = 800 + 40 + 40 + 48,
drivers/gpu/drm/panel/panel-simple.c
1784
.htotal = 800 + 49 + 33 + 17,
drivers/gpu/drm/panel/panel-simple.c
1810
.htotal = 1366 + 58 + 58 + 58,
drivers/gpu/drm/panel/panel-simple.c
1835
.htotal = 1366 + 48 + 32 + 20,
drivers/gpu/drm/panel/panel-simple.c
1909
.htotal = 800 + 40 + 128 + 88,
drivers/gpu/drm/panel/panel-simple.c
2029
.htotal = 320 + 20 + 68,
drivers/gpu/drm/panel/panel-simple.c
2054
.htotal = 320 + 20 + 68,
drivers/gpu/drm/panel/panel-simple.c
2080
.htotal = 480 + 8 + 4 + 41,
drivers/gpu/drm/panel/panel-simple.c
2110
.htotal = 480 + 2 + 41 + 2,
drivers/gpu/drm/panel/panel-simple.c
2136
.htotal = 640 + 16 + 30 + 114,
drivers/gpu/drm/panel/panel-simple.c
2191
.htotal = 800 + 40 + 128 + 88,
drivers/gpu/drm/panel/panel-simple.c
2283
.htotal = 640 + 16 + 30 + 114,
drivers/gpu/drm/panel/panel-simple.c
2391
.htotal = 800 + 168 + 64 + 88,
drivers/gpu/drm/panel/panel-simple.c
2415
.htotal = 320 + 44 + 16 + 20,
drivers/gpu/drm/panel/panel-simple.c
2427
.htotal = 320 + 56 + 16 + 40,
drivers/gpu/drm/panel/panel-simple.c
2454
.htotal = 480 + 5 + 1 + 40,
drivers/gpu/drm/panel/panel-simple.c
2607
.htotal = 800 + 85 + 86 + 85,
drivers/gpu/drm/panel/panel-simple.c
2633
.htotal = 480 + 2 + 41 + 2,
drivers/gpu/drm/panel/panel-simple.c
2659
.htotal = 800 + 210 + 20 + 46,
drivers/gpu/drm/panel/panel-simple.c
2777
.htotal = 800 + 210 + 20 + 46,
drivers/gpu/drm/panel/panel-simple.c
2966
.htotal = 1366 + 16 + 34 + 50,
drivers/gpu/drm/panel/panel-simple.c
2991
.htotal = 1024 + 128 + 64 + 128,
drivers/gpu/drm/panel/panel-simple.c
3179
.htotal = 320 + 20 + 30 + 38,
drivers/gpu/drm/panel/panel-simple.c
3226
.htotal = 1920 + 128 + 20 + 12,
drivers/gpu/drm/panel/panel-simple.c
3313
.htotal = 800 + 112 + 3 + 85,
drivers/gpu/drm/panel/panel-simple.c
3345
.htotal = 800 + 154 + 3 + 43,
drivers/gpu/drm/panel/panel-simple.c
3377
.htotal = 480 + 3 + 42 + 2,
drivers/gpu/drm/panel/panel-simple.c
3411
.htotal = 1920 + 32 + 52 + 24,
drivers/gpu/drm/panel/panel-simple.c
3440
.htotal = 1920 + 72 + 72 + 72,
drivers/gpu/drm/panel/panel-simple.c
3469
.htotal = 800 + 0 + 1 + 160,
drivers/gpu/drm/panel/panel-simple.c
3501
.htotal = 1024 + 24 + 63 + 1,
drivers/gpu/drm/panel/panel-simple.c
3700
.htotal = 480 + 2 + 41 + 2,
drivers/gpu/drm/panel/panel-simple.c
3725
.htotal = 640 + 16 + 48 + 96,
drivers/gpu/drm/panel/panel-simple.c
3751
.htotal = 1024 + 160 + 70 + 90,
drivers/gpu/drm/panel/panel-simple.c
3773
.htotal = 480 + 2 + 41 + 2,
drivers/gpu/drm/panel/panel-simple.c
3800
.htotal = 1366 + 14 + 56 + 64,
drivers/gpu/drm/panel/panel-simple.c
3851
.htotal = 800 + 0 + 130 + 98,
drivers/gpu/drm/panel/panel-simple.c
3905
.htotal = 480 + 5 + 30 + 10,
drivers/gpu/drm/panel/panel-simple.c
3927
.htotal = 800 + 210 + 20 + 26,
drivers/gpu/drm/panel/panel-simple.c
3988
.htotal = 992,
drivers/gpu/drm/panel/panel-simple.c
4016
.htotal = 480 + 40 + 10 + 40,
drivers/gpu/drm/panel/panel-simple.c
4042
.htotal = 480 + 10 + 10 + 15,
drivers/gpu/drm/panel/panel-simple.c
4067
.htotal = 800 + 210 + 30 + 16,
drivers/gpu/drm/panel/panel-simple.c
4094
.htotal = 800 + 1 + 64 + 64,
drivers/gpu/drm/panel/panel-simple.c
4116
.htotal = 1280 + 48 + 32 + 80,
drivers/gpu/drm/panel/panel-simple.c
4142
.htotal = 1280 + 12 + 20 + 56,
drivers/gpu/drm/panel/panel-simple.c
4168
.htotal = 800 + 54 + 2 + 44,
drivers/gpu/drm/panel/panel-simple.c
4196
.htotal = 800 + 52 + 2 + 44,
drivers/gpu/drm/panel/panel-simple.c
4223
.htotal = 800 + 42 + 128 + 86,
drivers/gpu/drm/panel/panel-simple.c
4249
.htotal = 480 + 8 + 4 + 39,
drivers/gpu/drm/panel/panel-simple.c
4273
.htotal = 480 + 77 + 41 + 2,
drivers/gpu/drm/panel/panel-simple.c
4285
.htotal = 480 + 17 + 41 + 2,
drivers/gpu/drm/panel/panel-simple.c
4393
.htotal = 1280 + 48 + 32 + 80,
drivers/gpu/drm/panel/panel-simple.c
4484
.htotal = 1024 + 24 + 136 + 160,
drivers/gpu/drm/panel/panel-simple.c
4533
.htotal = 800 + 64 + 128 + 64,
drivers/gpu/drm/panel/panel-simple.c
4559
.htotal = 240 + 16 + 7 + 5,
drivers/gpu/drm/panel/panel-simple.c
4608
.htotal = 240 + 58 + 1 + 1,
drivers/gpu/drm/panel/panel-simple.c
4620
.htotal = 240 + 8 + 1 + 1,
drivers/gpu/drm/panel/panel-simple.c
4648
.htotal = 800 + 1 + 64 + 64,
drivers/gpu/drm/panel/panel-simple.c
4670
.htotal = 800 + 209 + 1 + 45,
drivers/gpu/drm/panel/panel-simple.c
4783
.htotal = 800 + 39 + 47 + 39,
drivers/gpu/drm/panel/panel-simple.c
4939
.htotal = 320 + 50 + 6 + 38,
drivers/gpu/drm/panel/panel-simple.c
4966
.htotal = 320 + 6 + 6 + 6,
drivers/gpu/drm/panel/panel-simple.c
5025
.htotal = 1280 + 192 + 128 + 64,
drivers/gpu/drm/panel/panel-simple.c
5049
.htotal = 800 + 40 + 128 + 88,
drivers/gpu/drm/panel/panel-simple.c
5071
.htotal = 1024 + 176 + 5 + 88,
drivers/gpu/drm/panel/panel-simple.c
5129
.htotal = 1024 + 160 + 100 + 60,
drivers/gpu/drm/panel/panel-simple.c
5154
.htotal = 800 + 210 + 20 + 46,
drivers/gpu/drm/panel/panel-simple.c
5179
.htotal = 480 + 150 + 50 + 150,
drivers/gpu/drm/panel/panel-simple.c
5206
.htotal = 800 + 32 + 6 + 120,
drivers/gpu/drm/panel/panel-simple.c
5230
.htotal = 480 + 150 + 100 + 150,
drivers/gpu/drm/panel/panel-simple.c
5257
.htotal = 720 + 32 + 200 + 120,
drivers/gpu/drm/panel/panel-simple.c
5281
.htotal = 1024 + 100 + 100 + 100,
drivers/gpu/drm/panel/panel-simple.c
5308
.htotal = 720 + 100 + 80 + 100,
drivers/gpu/drm/panel/panel-simple.c
5332
.htotal = 720 + 50 + 50 + 50,
drivers/gpu/drm/panel/panel-simple.c
5383
.htotal = 1280 + 64 + 64 + 64,
drivers/gpu/drm/panel/panel-simple.c
5407
.htotal = 400 + 40 + 30 + 40,
drivers/gpu/drm/panel/panel-simple.c
5431
.htotal = 1280 + 156 + 20 + 40,
drivers/gpu/drm/panel/panel-simple.c
5455
.htotal = 480 + 50 + 50 + 50,
drivers/gpu/drm/panel/panel-simple.c
5491
.htotal = 320 + 60 + 60 + 60,
drivers/gpu/drm/panel/panel-simple.c
5515
.htotal = 1920 + 88 + 44 + 148,
drivers/gpu/drm/panel/panel-simple.c
5542
.htotal = 320 + 20 + 30 + 38,
drivers/gpu/drm/panel/panel-simple.c
5566
.htotal = 1024 + 100 + 100 + 120,
drivers/gpu/drm/panel/panel-simple.c
5592
.htotal = 800 + 88 + 5 + 40,
drivers/gpu/drm/panel/panel-simple.c
5618
.htotal = 1024 + 24 + 136 + 160,
drivers/gpu/drm/panel/panel-simple.c
6273
.htotal = 1200 + 62 + 4 + 62,
drivers/gpu/drm/panel/panel-simple.c
6301
.htotal = 1200 + 120 + 20 + 21,
drivers/gpu/drm/panel/panel-simple.c
6331
.htotal = 720 + 12 + 4 + 112,
drivers/gpu/drm/panel/panel-simple.c
6359
.htotal = 1920 + 154 + 16 + 32,
drivers/gpu/drm/panel/panel-simple.c
6388
.htotal = 1080 + 2 + 2 + 2,
drivers/gpu/drm/panel/panel-simple.c
6416
.htotal = 1920 + 112 + 16 + 32,
drivers/gpu/drm/panel/panel-simple.c
6447
.htotal = 1024 + 160 + 160 + 12,
drivers/gpu/drm/panel/panel-simple.c
802
.htotal = 1280 + 40 + 80 + 40,
drivers/gpu/drm/panel/panel-simple.c
828
.htotal = 1280 + 40 + 80 + 40,
drivers/gpu/drm/panel/panel-simple.c
853
.htotal = 480 + 2 + 41 + 2,
drivers/gpu/drm/panel/panel-simple.c
877
.htotal = 800 + 0 + 255 + 0,
drivers/gpu/drm/panel/panel-simple.c
987
.htotal = 1024 + 156 + 8 + 156,
drivers/gpu/drm/panel/panel-sitronix-st7701.c
1066
.htotal = 480 + 40 + 4 + 20,
drivers/gpu/drm/panel/panel-sitronix-st7701.c
1166
.htotal = 480 + 2 + 45 + 13,
drivers/gpu/drm/panel/panel-sitronix-st7701.c
260
(clamp((u32)mode->htotal, 512U, 1008U) - 512) / 16));
drivers/gpu/drm/panel/panel-sitronix-st7701.c
668
.htotal = 480 + 38 + 12 + 12,
drivers/gpu/drm/panel/panel-sitronix-st7701.c
767
.htotal = 480 + 40 + 4 + 20,
drivers/gpu/drm/panel/panel-sitronix-st7701.c
868
.htotal = 480 + 2 + 10 + 2,
drivers/gpu/drm/panel/panel-sitronix-st7701.c
967
.htotal = 480 + 60 + 42 + 60,
drivers/gpu/drm/panel/panel-sitronix-st7703.c
137
.htotal = 720 + 90 + 20 + 20,
drivers/gpu/drm/panel/panel-sitronix-st7703.c
316
.htotal = 720 + 40 + 40 + 40,
drivers/gpu/drm/panel/panel-sitronix-st7703.c
403
.htotal = 640 + 40 + 2 + 80,
drivers/gpu/drm/panel/panel-sitronix-st7703.c
487
.htotal = 720 + 45 + 4 + 45,
drivers/gpu/drm/panel/panel-sitronix-st7703.c
573
.htotal = 720 + 40 + 10 + 40,
drivers/gpu/drm/panel/panel-sitronix-st7703.c
655
.htotal = 640 + 40 + 2 + 80,
drivers/gpu/drm/panel/panel-sitronix-st7789v.c
242
.htotal = 240 + 38 + 10 + 10,
drivers/gpu/drm/panel/panel-sitronix-st7789v.c
262
.htotal = 240 + 38 + 10 + 10,
drivers/gpu/drm/panel/panel-sitronix-st7789v.c
277
.htotal = 240 + 38 + 10 + 10,
drivers/gpu/drm/panel/panel-sitronix-st7789v.c
292
.htotal = 240 + 38 + 10 + 10,
drivers/gpu/drm/panel/panel-sony-acx565akm.c
501
.htotal = 800 + 28 + 4 + 24,
drivers/gpu/drm/panel/panel-sony-td4353-jdi.c
133
.htotal = 1080 + 4 + 8 + 8,
drivers/gpu/drm/panel/panel-sony-tulip-truly-nt35521.c
349
.htotal = 720 + 232 + 20 + 112,
drivers/gpu/drm/panel/panel-startek-kd070fhfid015.c
164
.htotal = 1200 + 144 + 16 + 45,
drivers/gpu/drm/panel/panel-summit.c
41
.htotal = 60 + 8 + 80 + 40,
drivers/gpu/drm/panel/panel-synaptics-r63353.c
189
.htotal = 640 + 35 + 2 + 150,
drivers/gpu/drm/panel/panel-tdo-tl070wsh30.c
104
.htotal = 1024 + 46 + 80 + 100,
drivers/gpu/drm/panel/panel-tpo-td028ttec1.c
270
.htotal = 480 + 24 + 8 + 8,
drivers/gpu/drm/panel/panel-tpo-td043mtea1.c
337
.htotal = 800 + 68 + 1 + 214,
drivers/gpu/drm/panel/panel-tpo-tpg110.c
109
.htotal = 800 + 40 + 1 + 216,
drivers/gpu/drm/panel/panel-tpo-tpg110.c
125
.htotal = 640 + 24 + 1 + 136,
drivers/gpu/drm/panel/panel-tpo-tpg110.c
141
.htotal = 480 + 2 + 1 + 43,
drivers/gpu/drm/panel/panel-tpo-tpg110.c
157
.htotal = 480 + 2 + 1 + 43,
drivers/gpu/drm/panel/panel-tpo-tpg110.c
173
.htotal = 400 + 20 + 1 + 108,
drivers/gpu/drm/panel/panel-truly-nt35597.c
490
.htotal = 1440 + 200 + 32 + 64,
drivers/gpu/drm/panel/panel-visionox-g2647fb105.c
135
.htotal = 1080 + 28 + 4 + 36,
drivers/gpu/drm/panel/panel-visionox-r66451.c
161
.htotal = 1216,
drivers/gpu/drm/panel/panel-visionox-rm69299.c
243
.htotal = 1080 + 26 + 2 + 36,
drivers/gpu/drm/panel/panel-visionox-rm69299.c
256
.htotal = 1080 + 26 + 2 + 36,
drivers/gpu/drm/panel/panel-visionox-rm692e5.c
245
.htotal = 1080 + 26 + 39 + 36,
drivers/gpu/drm/panel/panel-visionox-rm692e5.c
259
.htotal = 1080 + 26 + 39 + 36,
drivers/gpu/drm/panel/panel-visionox-rm692e5.c
273
.htotal = 1080 + 26 + 39 + 36,
drivers/gpu/drm/panel/panel-visionox-vtdr6130.c
185
.htotal = 1080 + 20 + 2 + 20,
drivers/gpu/drm/panel/panel-widechips-ws2401.c
89
.htotal = 480 + 8 + 10 + 8,
drivers/gpu/drm/panel/panel-xinpeng-xpp055c272.c
198
.htotal = 720 + 40 + 10 + 40,
drivers/gpu/drm/pl111/pl111_display.c
151
hbp = mode->htotal - mode->hsync_end - 1;
drivers/gpu/drm/pl111/pl111_display.c
66
bw = div_u64(bw, mode->htotal * mode->vtotal);
drivers/gpu/drm/radeon/radeon_atombios.c
1646
lvds->native_mode.htotal = lvds->native_mode.hdisplay +
drivers/gpu/drm/radeon/radeon_combios.c
1246
lvds->native_mode.htotal = lvds->native_mode.hdisplay +
drivers/gpu/drm/radeon/radeon_encoders.c
327
unsigned int hblank = native_mode->htotal - native_mode->hdisplay;
drivers/gpu/drm/radeon/radeon_encoders.c
342
adjusted_mode->htotal = native_mode->hdisplay + hblank;
drivers/gpu/drm/radeon/radeon_legacy_crtc.c
835
htotal_cntl = mode->htotal & 0x7;
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
308
rcar_du_crtc_write(rcrtc, HDSR, mode->htotal - mode->hsync_start -
drivers/gpu/drm/renesas/rcar-du/rcar_du_crtc.c
310
rcar_du_crtc_write(rcrtc, HDER, mode->htotal - mode->hsync_start +
drivers/gpu/drm/renesas/rcar-du/rcar_du_crtc.c
314
rcar_du_crtc_write(rcrtc, HCR, mode->htotal - 1);
drivers/gpu/drm/renesas/rcar-du/rcar_du_crtc.c
326
rcar_du_crtc_write(rcrtc, DESR, mode->htotal - mode->hsync_start - 1);
drivers/gpu/drm/renesas/rcar-du/rcar_du_crtc.c
887
if (mode->htotal - mode->hsync_start < min_sync_porch)
drivers/gpu/drm/renesas/rcar-du/rcar_mipi_dsi.c
527
| TXVMVPRMSET4R_HBP(mode->htotal - mode->hsync_end);
drivers/gpu/drm/renesas/rz-du/rzg2l_du_crtc.c
88
ditr4 = DU_DITR4_HBP(mode->htotal - mode->hsync_end)
drivers/gpu/drm/renesas/rz-du/rzg2l_mipi_dsi.c
876
VICH1HPSETR_HBP(mode->htotal - mode->hsync_end);
drivers/gpu/drm/renesas/shmobile/shmob_drm_crtc.c
148
| (mode->htotal / 8); /* HTCN */
drivers/gpu/drm/renesas/shmobile/shmob_drm_crtc.c
155
value = ((mode->hdisplay & 7) << 24) | ((mode->htotal & 7) << 16)
drivers/gpu/drm/rockchip/cdn-dp-reg.c
721
val |= mode->htotal - mode->hsync_end;
drivers/gpu/drm/rockchip/cdn-dp-reg.c
731
val = mode->htotal | ((mode->htotal - mode->hsync_start) << 16);
drivers/gpu/drm/rockchip/rk3066_hdmi.c
229
value = mode->htotal;
drivers/gpu/drm/rockchip/rk3066_hdmi.c
233
value = mode->htotal - mode->hdisplay;
drivers/gpu/drm/rockchip/rk3066_hdmi.c
237
value = mode->htotal - mode->hsync_start;
drivers/gpu/drm/rockchip/rockchip_drm_vop.c
1373
u16 htotal = adjusted_mode->htotal;
drivers/gpu/drm/rockchip/rockchip_drm_vop.c
1374
u16 hact_st = adjusted_mode->htotal - adjusted_mode->hsync_start;
drivers/gpu/drm/rockchip/rockchip_drm_vop.c
1463
VOP_REG_SET(vop, modeset, htotal_pw, (htotal << 16) | hsync_len);
drivers/gpu/drm/rockchip/rockchip_drm_vop.c
960
dsp_stx = dest->x1 + crtc->mode.htotal - crtc->mode.hsync_start;
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1621
return us * mode->clock / mode->htotal / 1000;
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1637
u16 htotal = mode->crtc_htotal;
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1717
vop2_vp_write(vp, RK3568_VP_DSP_HTOTAL_HS_END, (htotal << 16) | hsync_len);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
2012
mode->hsync_end, mode->htotal);
drivers/gpu/drm/rockchip/rockchip_lvds.c
255
if ((mode->htotal - mode->hsync_start) & 0x01)
drivers/gpu/drm/sitronix/st7920.c
710
mode->htotal = st7920->width;
drivers/gpu/drm/solomon/ssd130x.c
1870
mode->htotal = ssd130x->width;
drivers/gpu/drm/sti/sti_dvo.c
127
timing.total_pixels = mode->htotal;
drivers/gpu/drm/sti/sti_dvo.c
130
timing.trailing_pixels = mode->htotal - mode->hsync_start;
drivers/gpu/drm/sti/sti_hqvdp.c
743
lfw = mode->htotal * (clk_get_rate(hqvdp->clk) / 1000000);
drivers/gpu/drm/sti/sti_vtg.c
198
clocksperline = mode->htotal;
drivers/gpu/drm/sti/sti_vtg.c
251
writel(mode->htotal, vtg->regs + VTG_CLKLN);
drivers/gpu/drm/sti/sti_vtg.c
342
return mode.htotal - mode.hsync_start + x;
drivers/gpu/drm/stm/dw_mipi_dsi-stm.c
551
hbp = mode->htotal - mode->hsync_end;
drivers/gpu/drm/stm/ltdc.c
956
mode->htotal - mode->hsync_end,
drivers/gpu/drm/stm/ltdc.c
965
accum_hbp = mode->htotal - mode->hsync_start - 1;
drivers/gpu/drm/stm/ltdc.c
969
total_width = mode->htotal - 1;
drivers/gpu/drm/sun4i/sun4i_hdmi_enc.c
136
x = mode->htotal - mode->hsync_start;
drivers/gpu/drm/sun4i/sun4i_rgb.c
81
if ((mode->hdisplay < 1) || (mode->htotal < 1))
drivers/gpu/drm/sun4i/sun4i_rgb.c
84
if ((mode->hdisplay > 0x7ff) || (mode->htotal > 0xfff))
drivers/gpu/drm/sun4i/sun4i_tcon.c
395
block_space = mode->htotal * bpp / (tcon_div * lanes);
drivers/gpu/drm/sun4i/sun4i_tcon.c
463
SUN4I_TCON0_BASIC1_H_TOTAL(mode->htotal) |
drivers/gpu/drm/sun4i/sun4i_tcon.c
643
mode->htotal, bp);
drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c
382
return mode->htotal * Bpp / device->lanes;
drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c
405
unsigned int hbp = mode->htotal - mode->hsync_end;
drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c
460
u32 hsync_porch = (mode->htotal - mode->hdisplay) * 150;
drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c
568
(mode->htotal - mode->hsync_end) * Bpp - HBP_PACKET_OVERHEAD);
drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c
587
(mode->htotal - (mode->hsync_end - mode->hsync_start)) * Bpp -
drivers/gpu/drm/sun4i/sun8i_vi_layer.c
140
fps = (mode->clock * 1000) / (mode->vtotal * mode->htotal);
drivers/gpu/drm/tegra/dc.c
1937
((mode->htotal - mode->hsync_end) << 0);
drivers/gpu/drm/tegra/dsi.c
548
hbp = (mode->htotal - mode->hsync_end) * mul / div;
drivers/gpu/drm/tegra/dsi.c
606
bclk = DIV_ROUND_UP(mode->htotal * mul, div * lanes);
drivers/gpu/drm/tegra/hdmi.c
1242
h_back_porch = mode->htotal - mode->hsync_end;
drivers/gpu/drm/tegra/sor.c
1230
num = ((mode->htotal - mode->hdisplay) - 7) * link_rate;
drivers/gpu/drm/tegra/sor.c
1350
value = ((mode->vtotal & 0x7fff) << 16) | (mode->htotal & 0x7fff);
drivers/gpu/drm/tegra/sor.c
1362
hbe = hse + (mode->htotal - mode->hsync_end);
drivers/gpu/drm/tegra/sor.c
2446
max_ac = ((mode->htotal - mode->hdisplay) - SOR_REKEY - 18) / 32;
drivers/gpu/drm/tegra/sor.c
2456
(mode->htotal - mode->hsync_end) - 10;
drivers/gpu/drm/tests/drm_modes_test.c
125
KUNIT_EXPECT_EQ(test, mode->htotal, 864);
drivers/gpu/drm/tests/drm_modes_test.c
183
KUNIT_EXPECT_EQ(test, mode->htotal, 864);
drivers/gpu/drm/tests/drm_modes_test.c
67
KUNIT_EXPECT_EQ(test, mode->htotal, 858);
drivers/gpu/drm/tidss/tidss_dispc.c
1365
hbp = mode->htotal - mode->hsync_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
295
hbp = mode->htotal - mode->hsync_end;
drivers/gpu/drm/tilcdc/tilcdc_crtc.c
752
hbp = mode->htotal - mode->hsync_end;
drivers/gpu/drm/tiny/cirrus-qemu.c
160
int hsyncstart, hsyncend, htotal, hdispend;
drivers/gpu/drm/tiny/cirrus-qemu.c
164
htotal = mode->htotal / 8;
drivers/gpu/drm/tiny/cirrus-qemu.c
175
htotal -= 5;
drivers/gpu/drm/tiny/cirrus-qemu.c
181
wreg_crt(cirrus, VGA_CRTC_H_TOTAL, htotal);
drivers/gpu/drm/tiny/cirrus-qemu.c
213
if ((htotal + 5) & 0x40)
drivers/gpu/drm/tiny/cirrus-qemu.c
215
if ((htotal + 5) & 0x80)
drivers/gpu/drm/tiny/panel-mipi-dbi.c
347
hback_porch = mode->htotal - mode->hsync_end;
drivers/gpu/drm/tiny/panel-mipi-dbi.c
364
mode->clock = mode->htotal * mode->vtotal * 60 / 1000;
drivers/gpu/drm/tiny/pixpaper.c
935
.htotal = PIXPAPER_HTOTAL,
drivers/gpu/drm/vc4/vc4_crtc.c
386
VC4_SET_FIELD((mode->htotal - mode->hsync_end) * pixel_rep / ppc,
drivers/gpu/drm/vc4/vc4_crtc.c
399
u32 field_delay = mode->htotal * pixel_rep / (2 * ppc);
drivers/gpu/drm/vc4/vc4_crtc.c
406
if (mode->htotal == 858) {
drivers/gpu/drm/vc4/vc4_crtc.c
763
vc4_state->hvs_load = max(mode->clock * mode->hdisplay / mode->htotal + 8000,
drivers/gpu/drm/vc4/vc4_dsi.c
866
adjusted_mode->htotal = adjusted_mode->clock * mode->htotal /
drivers/gpu/drm/vc4/vc4_dsi.c
868
adjusted_mode->hsync_end += adjusted_mode->htotal - mode->htotal;
drivers/gpu/drm/vc4/vc4_dsi.c
869
adjusted_mode->hsync_start += adjusted_mode->htotal - mode->htotal;
drivers/gpu/drm/vc4/vc4_hdmi.c
1298
VC4_SET_FIELD((mode->htotal -
drivers/gpu/drm/vc4/vc4_hdmi.c
1338
u32 vertb = (VC4_SET_FIELD(mode->htotal >> (2 - pixel_rep),
drivers/gpu/drm/vc4/vc4_hdmi.c
1367
VC4_SET_FIELD((mode->htotal -
drivers/gpu/drm/vc4/vc4_hdmi.c
1794
(mode->hsync_end % 2) || (mode->htotal % 2))
drivers/gpu/drm/vc4/vc4_hdmi.c
1824
(mode->hsync_end % 2) || (mode->htotal % 2)))
drivers/gpu/drm/vc4/vc4_vec.c
348
vc4_vec_tv_mode_lookup(unsigned int mode, u16 htotal)
drivers/gpu/drm/vc4/vc4_vec.c
356
tv_mode->expected_htotal == htotal)
drivers/gpu/drm/vc4/vc4_vec.c
581
adjusted_mode->htotal);
drivers/gpu/drm/vc4/vc4_vec.c
670
tv_mode = vc4_vec_tv_mode_lookup(conn_state->tv.mode, mode->htotal);
drivers/gpu/drm/vc4/vc4_vec.c
680
switch (mode->htotal) {
drivers/gpu/drm/verisilicon/vs_crtc.c
57
VSDC_DISP_HSIZE_TOTAL(mode->htotal));
drivers/gpu/drm/verisilicon/vs_crtc.c
87
if (mode->htotal > VSDC_DISP_TIMING_VALUE_MAX)
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1372
mode->htotal = mode->hsync_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
1344
zynqmp_dp_write(dp, ZYNQMP_DP_MAIN_STREAM_HTOTAL, mode->htotal);
drivers/gpu/drm/xlnx/zynqmp_dp.c
1358
mode->htotal - mode->hsync_start);
drivers/gpu/drm/xlnx/zynqmp_dp.c
1657
int diff = mode->htotal - mode->hsync_end;
drivers/gpu/drm/xlnx/zynqmp_dp.c
1665
(adjusted_mode->vtotal * adjusted_mode->htotal);
drivers/gpu/drm/xlnx/zynqmp_dp.c
1670
adjusted_mode->htotal += diff;
drivers/gpu/drm/xlnx/zynqmp_dp.c
1672
adjusted_mode->htotal * vrefresh / 1000;
drivers/gpu/drm/xlnx/zynqmp_kms.c
217
(adjusted_mode->vtotal * adjusted_mode->htotal);
drivers/media/i2c/adv7604.c
1000
u32 width = htotal(bt);
drivers/media/i2c/adv7604.c
1399
pix_clk = hfreq * htotal(bt);
drivers/media/i2c/adv7842.c
1046
u32 width = htotal(bt);
drivers/media/i2c/adv7842.c
1427
pix_clk = hfreq * htotal(bt);
drivers/media/i2c/lt6911uxe.c
138
bt->hsync = lt6911uxe->cur_mode.htotal - lt6911uxe->cur_mode.width;
drivers/media/i2c/lt6911uxe.c
288
lt6911uxe->cur_mode.htotal = half_htotal * 2;
drivers/media/i2c/lt6911uxe.c
82
u32 htotal;
drivers/media/i2c/ths8200.c
252
ths8200_write(sd, THS8200_DTG1_SPEC_G_LSB, (htotal(bt)/2) & 0xff);
drivers/media/i2c/ths8200.c
254
((htotal(bt)/2) >> 8) & 0x0f);
drivers/media/i2c/ths8200.c
257
ths8200_write(sd, THS8200_DTG1_TOT_PIXELS_MSB, htotal(bt) >> 8);
drivers/media/i2c/ths8200.c
258
ths8200_write(sd, THS8200_DTG1_TOT_PIXELS_LSB, htotal(bt) & 0xff);
drivers/media/i2c/ths8200.c
308
(htotal(bt) >> 8) & 0x1f);
drivers/media/i2c/ths8200.c
309
ths8200_write(sd, THS8200_DTG2_HLENGTH_HDLY_LSB, htotal(bt));
drivers/media/i2c/ths8200.c
356
"vertical: sync %d\n", __func__, htotal(bt), vtotal(bt),
drivers/media/pci/cx88/cx88-core.c
889
u32 bdelay, agcdelay, htotal;
drivers/media/pci/cx88/cx88-core.c
990
htotal = (u32)tmp64;
drivers/media/pci/cx88/cx88-core.c
993
htotal, cx_read(MO_HTOTAL), (u32)tmp64);
drivers/media/pci/cx88/cx88-core.c
994
cx_andor(MO_HTOTAL, 0x07ff, htotal);
drivers/media/platform/aspeed/aspeed-video.c
1037
u32 mds, sync, htotal, vtotal, vsync, hsync;
drivers/media/platform/aspeed/aspeed-video.c
1041
htotal = aspeed_video_read(v, VE_H_TOTAL_PIXELS);
drivers/media/platform/aspeed/aspeed-video.c
1072
det->hfrontporch = htotal - v->frame_right;
drivers/media/platform/aspeed/aspeed-video.c
1077
det->hsync = htotal - hsync;
drivers/media/platform/synopsys/hdmirx/snps_hdmirx.c
268
u32 hact, vact, htotal, vtotal, fps;
drivers/media/platform/synopsys/hdmirx/snps_hdmirx.c
277
htotal = (val >> 16) & 0xffff;
drivers/media/platform/synopsys/hdmirx/snps_hdmirx.c
289
htotal *= 2;
drivers/media/platform/synopsys/hdmirx/snps_hdmirx.c
294
hfp = htotal - hact - hs - hbp;
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
195
unsigned int htotal;
drivers/media/platform/xilinx/xilinx-tpg.c
198
htotal = min_t(unsigned int, XVTC_MAX_HSIZE,
drivers/media/platform/xilinx/xilinx-tpg.c
203
config.hsync_end = htotal - 1;
drivers/media/platform/xilinx/xilinx-tpg.c
204
config.hsize = htotal;
drivers/video/fbdev/amifb.c
1027
#define htotal2hw(htotal) (div8(htotal) - 1)
drivers/video/fbdev/amifb.c
1031
#define hcenter2hw(htotal) (div8(htotal))
drivers/video/fbdev/amifb.c
1133
u_int htotal, vtotal;
drivers/video/fbdev/amifb.c
1222
par->htotal = down8((var->left_margin + par->xres + var->right_margin +
drivers/video/fbdev/amifb.c
1233
par->diwstop_h = par->htotal -
drivers/video/fbdev/amifb.c
1244
if (par->diwstop_h >= par->htotal + 8) {
drivers/video/fbdev/amifb.c
1267
if (par->htotal != PAL_HTOTAL) {
drivers/video/fbdev/amifb.c
1279
htotal = PAL_HTOTAL>>clk_shift;
drivers/video/fbdev/amifb.c
1297
if (par->htotal != NTSC_HTOTAL) {
drivers/video/fbdev/amifb.c
1309
htotal = NTSC_HTOTAL>>clk_shift;
drivers/video/fbdev/amifb.c
1334
par->diwstop_h = par->htotal - mod8(par->hsstrt) + 8 - (1 << clk_shift);
drivers/video/fbdev/amifb.c
1340
if (par->hbstrt >= par->htotal + 8)
drivers/video/fbdev/amifb.c
1341
par->hbstrt -= par->htotal;
drivers/video/fbdev/amifb.c
1342
par->hcenter = par->hsstrt + (par->htotal >> 1);
drivers/video/fbdev/amifb.c
1355
if (par->htotal > 2048) {
drivers/video/fbdev/amifb.c
1369
htotal = par->htotal>>clk_shift;
drivers/video/fbdev/amifb.c
1404
maxfetchstop = down16(par->htotal - 80);
drivers/video/fbdev/amifb.c
1437
if (par->htotal - fsize - 64 < par->bpp * 64)
drivers/video/fbdev/amifb.c
1566
var->left_margin = (par->htotal>>clk_shift) - var->xres - var->right_margin - var->hsync_len;
drivers/video/fbdev/amifb.c
1580
var->right_margin = ((par->htotal - down4(par->diwstop_h))>>clk_shift) + var->hsync_len;
drivers/video/fbdev/amifb.c
1581
var->left_margin = (par->htotal>>clk_shift) - var->xres - var->right_margin - var->hsync_len;
drivers/video/fbdev/amifb.c
1710
custom.htotal = htotal2hw(par->htotal);
drivers/video/fbdev/amifb.c
1732
amiga_audio_min_period = div16(par->htotal);
drivers/video/fbdev/amifb.c
1772
custom.hsstrt = hsstrt2hw(par->htotal + 16);
drivers/video/fbdev/amifb.c
1773
custom.hsstop = hsstop2hw(par->htotal + 16);
drivers/video/fbdev/amifb.c
1778
custom.hsstrt = hsstrt2hw(par->htotal + 16);
drivers/video/fbdev/amifb.c
1779
custom.hsstop = hsstop2hw(par->htotal + 16);
drivers/video/fbdev/amifb.c
1785
custom.htotal = htotal2hw(par->htotal);
drivers/video/fbdev/amifb.c
2159
h_end1 = par->htotal - 32;
drivers/video/fbdev/amifb.c
761
u_short htotal; /* vmode */
drivers/video/fbdev/cirrusfb.c
1220
if ((htotal + 5) & 256)
drivers/video/fbdev/cirrusfb.c
667
int hdispend, hsyncstart, hsyncend, htotal;
drivers/video/fbdev/cirrusfb.c
702
htotal = (hsyncend + var->left_margin) / 8;
drivers/video/fbdev/cirrusfb.c
737
htotal /= 2;
drivers/video/fbdev/cirrusfb.c
743
htotal -= 5;
drivers/video/fbdev/cirrusfb.c
752
dev_dbg(info->device, "CRT0: %d\n", htotal);
drivers/video/fbdev/cirrusfb.c
753
vga_wcrt(regbase, VGA_CRTC_H_TOTAL, htotal);
drivers/video/fbdev/cirrusfb.c
762
dev_dbg(info->device, "CRT3: 128+%d\n", (htotal + 5) % 32);
drivers/video/fbdev/cirrusfb.c
764
128 + ((htotal + 5) % 32));
drivers/video/fbdev/cirrusfb.c
770
if ((htotal + 5) & 32)
drivers/video/fbdev/cirrusfb.c
825
if ((htotal + 5) & 64)
drivers/video/fbdev/cirrusfb.c
827
if ((htotal + 5) & 128)
drivers/video/fbdev/cirrusfb.c
916
vga_wcrt(regbase, VGA_CRTC_REGS, htotal / 2);
drivers/video/fbdev/core/fbcvt.c
132
hsync = (FB_CVT_CELLSIZE * cvt->htotal)/100;
drivers/video/fbdev/core/fbcvt.c
177
pixclock = (cvt->f_refresh * cvt->vtotal * cvt->htotal)/1000;
drivers/video/fbdev/core/fbcvt.c
179
pixclock = (cvt->htotal * 1000000)/cvt->hperiod;
drivers/video/fbdev/core/fbcvt.c
354
cvt.htotal = cvt.active_pixels + cvt.hblank;
drivers/video/fbdev/core/fbcvt.c
357
cvt.hfreq = cvt.pixclock/cvt.htotal;
drivers/video/fbdev/core/fbcvt.c
44
u32 htotal;
drivers/video/fbdev/core/fbmon.c
1029
u32 htotal;
drivers/video/fbdev/core/fbmon.c
1160
timings->htotal = timings->hactive + timings->hblank;
drivers/video/fbdev/core/fbmon.c
1161
timings->dclk = timings->htotal * timings->hfreq;
drivers/video/fbdev/core/fbmon.c
1171
timings->htotal = timings->hactive + timings->hblank;
drivers/video/fbdev/core/fbmon.c
1172
timings->dclk = timings->htotal * timings->hfreq;
drivers/video/fbdev/core/fbmon.c
1179
timings->htotal = timings->hactive + timings->hblank;
drivers/video/fbdev/core/fbmon.c
1180
timings->hfreq = timings->dclk/timings->htotal;
drivers/video/fbdev/core/fbmon.c
1301
var->hsync_len = (timings->htotal * 8)/100;
drivers/video/fbdev/core/fbmon.c
1319
unsigned int htotal, vtotal, total;
drivers/video/fbdev/core/fbmon.c
1347
htotal = vm->hactive + vm->hfront_porch + vm->hback_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
1469
htotal = var->xres + var->right_margin + var->hsync_len +
drivers/video/fbdev/core/fbmon.c
1479
hfreq = pixclock/htotal;
drivers/video/fbdev/core/fbmon.c
727
int vtotal, htotal;
drivers/video/fbdev/core/fbmon.c
739
htotal = mode->xres + mode->right_margin + mode->hsync_len
drivers/video/fbdev/core/fbmon.c
750
hscan = (pixclock + htotal / 2) / htotal;
drivers/video/fbdev/core/modedb.c
858
u32 pixclock, hfreq, htotal, vtotal;
drivers/video/fbdev/core/modedb.c
880
htotal = var->xres + var->right_margin + var->hsync_len +
drivers/video/fbdev/core/modedb.c
890
if (!htotal || !vtotal)
drivers/video/fbdev/core/modedb.c
893
hfreq = pixclock/htotal;
drivers/video/fbdev/gbefb.c
512
timing->htotal = var->left_margin + var->xres +
drivers/video/fbdev/gbefb.c
516
timing->fields_sec = 1000 * timing->cfreq / timing->htotal *
drivers/video/fbdev/gbefb.c
520
timing->hblank_end = timing->htotal;
drivers/video/fbdev/gbefb.c
547
SET_GBE_FIELD(VT_XYMAX, MAXX, val, timing->htotal);
drivers/video/fbdev/gbefb.c
595
timing->htotal - (20 - timing->hblank_end));
drivers/video/fbdev/gbefb.c
605
timing->htotal - (GBE_CRS_MAGIC -
drivers/video/fbdev/gbefb.c
617
temp += timing->htotal; /* allow blank to wrap around */
drivers/video/fbdev/gbefb.c
622
GBE_PIXEN_MAGIC_OFF) % timing->htotal));
drivers/video/fbdev/gbefb.c
985
var->left_margin = timing.htotal - timing.hsync_end;
drivers/video/fbdev/geode/display_gx.c
135
htotal = hblankend;
drivers/video/fbdev/geode/display_gx.c
145
((htotal - 1) << 16));
drivers/video/fbdev/geode/display_gx.c
62
int hactive, hblankstart, hsyncstart, hsyncend, hblankend, htotal;
drivers/video/fbdev/geode/display_gx1.c
152
htotal = hblankend;
drivers/video/fbdev/geode/display_gx1.c
161
val = (hactive - 1) | ((htotal - 1) << 16);
drivers/video/fbdev/geode/display_gx1.c
81
int hactive, hblankstart, hsyncstart, hsyncend, hblankend, htotal;
drivers/video/fbdev/geode/lxfb_ops.c
350
int hactive, hblankstart, hsyncstart, hsyncend, hblankend, htotal;
drivers/video/fbdev/geode/lxfb_ops.c
470
htotal = hblankend;
drivers/video/fbdev/geode/lxfb_ops.c
479
write_dc(par, DC_H_ACTIVE_TIMING, (hactive - 1) | ((htotal - 1) << 16));
drivers/video/fbdev/matrox/matroxfb_base.h
255
u_int16_t htotal;
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
277
if (ln > htotal)
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/matrox/matroxfb_maven.c
748
m->htotal = h - 2;
drivers/video/fbdev/matrox/matroxfb_maven.c
801
m->regs[0xA0] = m->htotal;
drivers/video/fbdev/matrox/matroxfb_maven.c
802
m->regs[0xA1] = m->htotal >> 8;
drivers/video/fbdev/matrox/matroxfb_maven.c
873
if (ib >= m->htotal + 2) {
drivers/video/fbdev/matrox/matroxfb_maven.c
894
a = m->vlines * (m->htotal + 2);
drivers/video/fbdev/matrox/matroxfb_maven.c
895
b = (mt->VTotal - 1) * (m->htotal + 2) + m->hcorr + 2;
drivers/video/fbdev/neofb.c
259
int htotal = (hsync_end + var->left_margin) >> 3;
drivers/video/fbdev/neofb.c
284
par->CRTC[0] = htotal - 5;
drivers/video/fbdev/neofb.c
287
par->CRTC[3] = ((htotal - 1) & 0x1F) | 0x80;
drivers/video/fbdev/neofb.c
289
par->CRTC[5] = (((htotal - 1) & 0x20) << 2)
drivers/video/fbdev/pm2fb.c
696
u32 hsstart, hsend, hbend, htotal;
drivers/video/fbdev/pm2fb.c
727
htotal = to3264(xres, depth, data64) + hbend - 1;
drivers/video/fbdev/pm2fb.c
819
pm2_WR(par, PM2R_H_TOTAL, htotal);
drivers/video/fbdev/pm3fb.c
726
const u32 htotal = xres + hbend;
drivers/video/fbdev/pm3fb.c
741
pm3fb_shift_bpp(bpp, htotal - 1));
drivers/video/fbdev/s3fb.c
614
u32 htotal, hsstart, pel_msk;
drivers/video/fbdev/s3fb.c
953
htotal = info->var.xres + info->var.left_margin + info->var.right_margin + info->var.hsync_len;
drivers/video/fbdev/s3fb.c
954
htotal = ((htotal * hmul) / 8) - 5;
drivers/video/fbdev/s3fb.c
955
vga_wcrt(par->state.vgabase, 0x3C, (htotal + 1) / 2);
drivers/video/fbdev/s3fb.c
960
value = clamp((htotal + hsstart + 1) / 2 + 2, hsstart + 4, htotal + 1);
drivers/video/fbdev/sis/initextlfb.c
164
sisfb_gettotalfrommode(struct SiS_Private *SiS_Pr, unsigned char modeno, int *htotal,
drivers/video/fbdev/sis/initextlfb.c
201
*htotal = (((cr_data & 0xff) | ((unsigned short) (sr_data & 0x03) << 8)) + 5) * 8;
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
1195
htotal = var->left_margin + var->xres + var->right_margin + var->hsync_len;
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
1219
hrate = (drate * 1000) / htotal;
drivers/video/fbdev/sis/sis_main.c
1295
ivideo->current_htotal = htotal;
drivers/video/fbdev/sis/sis_main.c
1435
unsigned int htotal = 0, vtotal = 0, myrateindex = 0;
drivers/video/fbdev/sis/sis_main.c
1442
htotal = var->left_margin + var->xres + var->right_margin + var->hsync_len;
drivers/video/fbdev/sis/sis_main.c
1462
if(!(htotal) || !(vtotal)) {
drivers/video/fbdev/sis/sis_main.c
1520
} else if( (ivideo->current_htotal == htotal) &&
drivers/video/fbdev/sis/sis_main.c
1525
hrate = (drate * 1000) / htotal;
drivers/video/fbdev/sis/sis_main.c
1527
} else if( ( (ivideo->current_htotal != htotal) ||
drivers/video/fbdev/sis/sis_main.c
1541
} else if((pixclock) && (htotal) && (vtotal)) {
drivers/video/fbdev/sis/sis_main.c
1543
hrate = (drate * 1000) / htotal;
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/sis/sis_main.c
604
hsync = dclock / htotal;
drivers/video/fbdev/tdfxfb.c
554
u32 htotal = hsyncend + info->var.left_margin;
drivers/video/fbdev/tdfxfb.c
581
htotal >>= 1;
drivers/video/fbdev/tdfxfb.c
588
ht = (htotal >> 3) - 1;
drivers/video/fbdev/tridentfb.c
1134
u32 htotal, hdispend, hsyncstart, hsyncend, hblankstart, hblankend;
drivers/video/fbdev/tridentfb.c
1145
htotal = (var->xres + var->left_margin + var->right_margin +
drivers/video/fbdev/tridentfb.c
1148
hblankend = htotal + 3;
drivers/video/fbdev/tridentfb.c
1204
write3X4(par, VGA_CRTC_H_TOTAL, htotal & 0xFF);
drivers/video/fbdev/tridentfb.c
1232
tmp = (htotal >> 8) & 0x01;
drivers/video/fbdev/via/viafbdev.c
176
u32 htotal, vtotal;
drivers/video/fbdev/via/viafbdev.c
178
htotal = var->left_margin + var->xres + var->right_margin
drivers/video/fbdev/via/viafbdev.c
182
return PICOS2KHZ(var->pixclock) * 1000 / (htotal * vtotal);
include/drm/drm_modes.h
137
.htotal = (ht), .hskew = (hsk), .vdisplay = (vd), \
include/drm/drm_modes.h
152
.htotal = (hd), .vdisplay = (vd), .vsync_start = (vd), \
include/drm/drm_modes.h
262
u16 htotal;
include/drm/drm_modes.h
433
(m)->hdisplay, (m)->hsync_start, (m)->hsync_end, (m)->htotal, \
include/drm/gud.h
86
__le16 htotal;
include/uapi/drm/drm_mode.h
237
__u16 htotal;
include/video/gbe.h
291
short htotal; /* Horizontal total pixels */
tools/testing/selftests/net/tcp_mmap.c
107
unsigned long temp = htotal;
tools/testing/selftests/net/tcp_mmap.c
127
htotal = temp;
tools/testing/selftests/net/tcp_mmap.c
95
unsigned long htotal;