/linux/drivers/gpu/drm/panel/ |
H A D | panel-simple.c | 767 .htotal = 1280 + 40 + 80 + 40, 793 .htotal = 480 + 2 + 41 + 2, 817 .htotal = 800 + 0 + 255 + 0, 927 .htotal = 1024 + 156 + 8 + 156, 952 .htotal = 1366 + 20 + 70, 975 .htotal = 1366 + 40 + 40 + 32, 1035 .htotal = 1280 + 82 + 2 + 84, 1059 .htotal = 800 + 40 + 216 + 128, 1083 .htotal = 800 + 40 + 88 + 128, 1192 .htotal = 1560, [all …]
|
H A D | panel-edp.c | 1020 .htotal = 1366 + 40 + 40 + 32, 1033 .htotal = 1366 + 48 + 32 + 10, 1061 .htotal = 1920 + 172 + 80 + 60, 1088 .htotal = 1366 + 48 + 32 + 20, 1111 .htotal = 1280 + 48 + 32 + 80, 1122 .htotal = 1280 + 48 + 32 + 80, 1152 .htotal = 2160 + 48 + 32 + 100, 1164 .htotal = 2160 + 48 + 32 + 100, 1195 .htotal = 1920 + 48 + 32 + 200, 1236 .htotal = 2200, [all …]
|
H A D | panel-arm-versatile.c | 141 .htotal = 320 + 6 + 6 + 6, 164 .htotal = 640 + 24 + 96 + 24, 186 .htotal = 176 + 2 + 3 + 3, 209 .htotal = 240 + 10 + 10 + 20,
|
H A D | panel-tpo-tpg110.c | 109 .htotal = 800 + 40 + 1 + 216, 125 .htotal = 640 + 24 + 1 + 136, 141 .htotal = 480 + 2 + 1 + 43, 157 .htotal = 480 + 2 + 1 + 43, 173 .htotal = 400 + 20 + 1 + 108,
|
/linux/drivers/gpu/drm/msm/disp/mdp4/ |
H A D | mdp4_dsi_encoder.c | 51 hsync_start_x = (mode->htotal - mode->hsync_start); in mdp4_dsi_encoder_mode_set() 52 hsync_end_x = mode->htotal - (mode->hsync_start - mode->hdisplay) - 1; in mdp4_dsi_encoder_mode_set() 54 vsync_period = mode->vtotal * mode->htotal; in mdp4_dsi_encoder_mode_set() 55 vsync_len = (mode->vsync_end - mode->vsync_start) * mode->htotal; in mdp4_dsi_encoder_mode_set() 56 display_v_start = (mode->vtotal - mode->vsync_start) * mode->htotal + dsi_hsync_skew; in mdp4_dsi_encoder_mode_set() 57 …display_v_end = vsync_period - ((mode->vsync_start - mode->vdisplay) * mode->htotal) + dsi_hsync_s… in mdp4_dsi_encoder_mode_set() 61 MDP4_DSI_HSYNC_CTRL_PERIOD(mode->htotal)); in mdp4_dsi_encoder_mode_set()
|
H A D | mdp4_dtv_encoder.c | 55 hsync_start_x = (mode->htotal - mode->hsync_start); in mdp4_dtv_encoder_mode_set() 56 hsync_end_x = mode->htotal - (mode->hsync_start - mode->hdisplay) - 1; in mdp4_dtv_encoder_mode_set() 58 vsync_period = mode->vtotal * mode->htotal; in mdp4_dtv_encoder_mode_set() 59 vsync_len = (mode->vsync_end - mode->vsync_start) * mode->htotal; in mdp4_dtv_encoder_mode_set() 60 display_v_start = (mode->vtotal - mode->vsync_start) * mode->htotal + dtv_hsync_skew; in mdp4_dtv_encoder_mode_set() 61 …display_v_end = vsync_period - ((mode->vsync_start - mode->vdisplay) * mode->htotal) + dtv_hsync_s… in mdp4_dtv_encoder_mode_set() 65 MDP4_DTV_HSYNC_CTRL_PERIOD(mode->htotal)); in mdp4_dtv_encoder_mode_set()
|
H A D | mdp4_lcdc_encoder.c | 229 hsync_start_x = (mode->htotal - mode->hsync_start); in mdp4_lcdc_encoder_mode_set() 230 hsync_end_x = mode->htotal - (mode->hsync_start - mode->hdisplay) - 1; in mdp4_lcdc_encoder_mode_set() 232 vsync_period = mode->vtotal * mode->htotal; in mdp4_lcdc_encoder_mode_set() 233 vsync_len = (mode->vsync_end - mode->vsync_start) * mode->htotal; in mdp4_lcdc_encoder_mode_set() 234 display_v_start = (mode->vtotal - mode->vsync_start) * mode->htotal + lcdc_hsync_skew; in mdp4_lcdc_encoder_mode_set() 235 …display_v_end = vsync_period - ((mode->vsync_start - mode->vdisplay) * mode->htotal) + lcdc_hsync_… in mdp4_lcdc_encoder_mode_set() 239 MDP4_LCDC_HSYNC_CTRL_PERIOD(mode->htotal)); in mdp4_lcdc_encoder_mode_set()
|
/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_vblank.c | 76 u32 pixel, vbl_start, hsync_start, htotal; in i915_get_vblank_counter() local 93 htotal = mode->crtc_htotal; in i915_get_vblank_counter() 98 vbl_start *= htotal; in i915_get_vblank_counter() 101 vbl_start -= htotal - hsync_start; in i915_get_vblank_counter() 139 u32 htotal = mode->crtc_htotal; in intel_crtc_scanlines_since_frame_timestamp() local 169 clock), 1000 * htotal); in intel_crtc_scanlines_since_frame_timestamp() 332 int vbl_start, vbl_end, hsync_start, htotal, vtotal; in i915_get_crtc_scanoutpos() local 345 htotal = mode->crtc_htotal; in i915_get_crtc_scanoutpos() 392 vbl_start *= htotal; in i915_get_crtc_scanoutpos() 393 vbl_end *= htotal; in i915_get_crtc_scanoutpos() [all …]
|
H A D | intel_tv.c | 323 u16 hblank_start, hblank_end, htotal; member 397 .hblank_start = 836, .htotal = 857, 439 .hblank_start = 836, .htotal = 857, 482 .hblank_start = 836, .htotal = 857, 525 .hblank_start = 836, .htotal = 857, 568 .hblank_start = 844, .htotal = 863, 613 .hblank_start = 844, .htotal = 863, 655 .hblank_start = 842, .htotal = 857, 679 .hblank_start = 859, .htotal = 863, 703 .hblank_start = 1580, .htotal = 1649, [all …]
|
/linux/drivers/gpu/drm/msm/disp/mdp5/ |
H A D | mdp5_encoder.c | 73 hsync_start_x = (mode->htotal - mode->hsync_start); in mdp5_vid_encoder_mode_set() 74 hsync_end_x = mode->htotal - (mode->hsync_start - mode->hdisplay) - 1; in mdp5_vid_encoder_mode_set() 76 vsync_period = mode->vtotal * mode->htotal; in mdp5_vid_encoder_mode_set() 77 vsync_len = (mode->vsync_end - mode->vsync_start) * mode->htotal; in mdp5_vid_encoder_mode_set() 78 display_v_start = (mode->vtotal - mode->vsync_start) * mode->htotal + dtv_hsync_skew; in mdp5_vid_encoder_mode_set() 79 …display_v_end = vsync_period - ((mode->vsync_start - mode->vdisplay) * mode->htotal) + dtv_hsync_s… in mdp5_vid_encoder_mode_set() 87 display_v_start += mode->htotal - mode->hsync_start; in mdp5_vid_encoder_mode_set() 95 MDP5_INTF_HSYNC_CTL_PERIOD(mode->htotal)); in mdp5_vid_encoder_mode_set()
|
/linux/drivers/media/i2c/ |
H A D | ths8200.c | 61 static inline unsigned htotal(const struct v4l2_bt_timings *t) in htotal() function 252 ths8200_write(sd, THS8200_DTG1_SPEC_G_LSB, (htotal(bt)/2) & 0xff); in ths8200_setup() 254 ((htotal(bt)/2) >> 8) & 0x0f); in ths8200_setup() 257 ths8200_write(sd, THS8200_DTG1_TOT_PIXELS_MSB, htotal(bt) >> 8); in ths8200_setup() 258 ths8200_write(sd, THS8200_DTG1_TOT_PIXELS_LSB, htotal(bt) & 0xff); in ths8200_setup() 308 (htotal(bt) >> 8) & 0x1f); in ths8200_setup() 309 ths8200_write(sd, THS8200_DTG2_HLENGTH_HDLY_LSB, htotal(bt)); in ths8200_setup() 356 "vertical: sync %d\n", __func__, htotal(bt), vtotal(bt), in ths8200_setup()
|
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn21/ |
H A D | display_rq_dlg_calc_21.c | 844 unsigned int htotal = dst->htotal; in dml_rq_dlg_get_dlg_params() local 968 disp_dlg_regs->refcyc_per_htotal = (unsigned int) (ref_freq_to_pix_freq * (double) htotal in dml_rq_dlg_get_dlg_params() 979 min_dst_y_ttu_vblank = min_ttu_vblank * pclk_freq_in_mhz / (double) htotal; in dml_rq_dlg_get_dlg_params() 1034 line_time_in_us = (htotal / pclk_freq_in_mhz); in dml_rq_dlg_get_dlg_params() 1069 - (double) (vready_offset + vupdate_width + vupdate_offset) / htotal in dml_rq_dlg_get_dlg_params() 1076 - (double) (vready_offset + vupdate_width + vupdate_offset) / htotal in dml_rq_dlg_get_dlg_params() 1110 dml_print("DML_DLG: %s: htotal = %d\n", __func__, htotal); in dml_rq_dlg_get_dlg_params() 1156 if (htotal <= 75) { in dml_rq_dlg_get_dlg_params() 1465 (unsigned int) (dst_y_per_row_vblank * (double) htotal in dml_rq_dlg_get_dlg_params() 1475 * (double) htotal * ref_freq_to_pix_freq in dml_rq_dlg_get_dlg_params() [all …]
|
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
H A D | display_rq_dlg_calc_20.c | 798 unsigned int htotal = dst->htotal; in dml20_rq_dlg_get_dlg_params() local 922 disp_dlg_regs->refcyc_per_htotal = (unsigned int) (ref_freq_to_pix_freq * (double) htotal in dml20_rq_dlg_get_dlg_params() 933 min_dst_y_ttu_vblank = min_ttu_vblank * pclk_freq_in_mhz / (double) htotal; in dml20_rq_dlg_get_dlg_params() 982 line_time_in_us = (htotal / pclk_freq_in_mhz); in dml20_rq_dlg_get_dlg_params() 1029 - (double) (vready_offset + vupdate_width + vupdate_offset) / htotal in dml20_rq_dlg_get_dlg_params() 1036 - (double) (vready_offset + vupdate_width + vupdate_offset) / htotal in dml20_rq_dlg_get_dlg_params() 1067 dml_print("DML_DLG: %s: htotal = %d\n", __func__, htotal); in dml20_rq_dlg_get_dlg_params() 1106 if (htotal <= 75) { in dml20_rq_dlg_get_dlg_params() 1390 (unsigned int) (dst_y_per_row_vblank * (double) htotal in dml20_rq_dlg_get_dlg_params() 1396 * (double) htotal * ref_freq_to_pix_freq in dml20_rq_dlg_get_dlg_params() [all …]
|
H A D | display_rq_dlg_calc_20v2.c | 798 unsigned int htotal = dst->htotal; in dml20v2_rq_dlg_get_dlg_params() local 922 disp_dlg_regs->refcyc_per_htotal = (unsigned int) (ref_freq_to_pix_freq * (double) htotal in dml20v2_rq_dlg_get_dlg_params() 933 min_dst_y_ttu_vblank = min_ttu_vblank * pclk_freq_in_mhz / (double) htotal; in dml20v2_rq_dlg_get_dlg_params() 983 line_time_in_us = (htotal / pclk_freq_in_mhz); in dml20v2_rq_dlg_get_dlg_params() 1030 - (double) (vready_offset + vupdate_width + vupdate_offset) / htotal in dml20v2_rq_dlg_get_dlg_params() 1037 - (double) (vready_offset + vupdate_width + vupdate_offset) / htotal in dml20v2_rq_dlg_get_dlg_params() 1068 dml_print("DML_DLG: %s: htotal = %d\n", __func__, htotal); in dml20v2_rq_dlg_get_dlg_params() 1107 if (htotal <= 75) { in dml20v2_rq_dlg_get_dlg_params() 1391 (unsigned int) (dst_y_per_row_vblank * (double) htotal in dml20v2_rq_dlg_get_dlg_params() 1397 * (double) htotal * ref_freq_to_pix_freq in dml20v2_rq_dlg_get_dlg_params() [all …]
|
/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/ |
H A D | dcn_calc_auto.c | 176 …eil2(v->byte_per_pixel_in_detc[k], 2.0) / 2.0 * v->v_ratio[k] / 2) / (v->htotal[k] / v->pixel_cloc… in mode_support_and_system_configuration() 194 v->write_bandwidth[k] = v->scaler_rec_out_width[k] / (v->htotal[k] / v->pixel_clock[k]) * 4.0; in mode_support_and_system_configuration() 197 v->write_bandwidth[k] = v->scaler_rec_out_width[k] / (v->htotal[k] / v->pixel_clock[k]) * 1.5; in mode_support_and_system_configuration() 242 …&& v->output_format[k] == dcn_bw_444 && v->scaler_rec_out_width[k] / (v->htotal[k] / v->pixel_cloc… in mode_support_and_system_configuration() 245 …else if (v->output[k] == dcn_bw_writeback && v->scaler_rec_out_width[k] / (v->htotal[k] / v->pixel… in mode_support_and_system_configuration() 557 …v->urgent_latency_support_us_per_state[i][j][k] = v->effective_detlb_lines_luma * (v->htotal[k] / … in mode_support_and_system_configuration() 562 …htotal[k] / v->pixel_clock[k]) / v->v_ratio[k] - v->effective_detlb_lines_luma * v->swath_width_yp… in mode_support_and_system_configuration() 785 v->v_update_offset[k][j] = dcn_bw_ceil2(v->htotal[k] / 4.0, 1.0); in mode_support_and_system_configuration() 802 …htotal[k] / v->pixel_clock[k]) - (v->time_calc + v->time_setup) / (v->htotal[k] / v->pixel_clock[k… in mode_support_and_system_configuration() 804 …->byte_per_pixel_in_detc[k], 2.0)) / (v->line_times_for_prefetch[k] * v->htotal[k] / v->pixel_cloc… in mode_support_and_system_configuration() [all …]
|
/linux/drivers/video/fbdev/core/ |
H A D | fbmon.c | 722 int vtotal, htotal; in fb_get_monitor_limits() local 734 htotal = mode->xres + mode->right_margin + mode->hsync_len in fb_get_monitor_limits() 745 hscan = (pixclock + htotal / 2) / htotal; in fb_get_monitor_limits() 1024 u32 htotal; member 1155 timings->htotal = timings->hactive + timings->hblank; in fb_timings_vfreq() 1156 timings->dclk = timings->htotal * timings->hfreq; in fb_timings_vfreq() 1166 timings->htotal = timings->hactive + timings->hblank; in fb_timings_hfreq() 1167 timings->dclk = timings->htotal * timings->hfreq; in fb_timings_hfreq() 1174 timings->htotal = timings->hactive + timings->hblank; in fb_timings_dclk() 1175 timings->hfreq = timings->dclk/timings->htotal; in fb_timings_dclk() [all …]
|
H A D | fbcvt.c | 44 u32 htotal; member 132 hsync = (FB_CVT_CELLSIZE * cvt->htotal)/100; in fb_cvt_hsync() 177 pixclock = (cvt->f_refresh * cvt->vtotal * cvt->htotal)/1000; in fb_cvt_pixclock() 179 pixclock = (cvt->htotal * 1000000)/cvt->hperiod; in fb_cvt_pixclock() 354 cvt.htotal = cvt.active_pixels + cvt.hblank; in fb_find_mode_cvt() 357 cvt.hfreq = cvt.pixclock/cvt.htotal; in fb_find_mode_cvt()
|
/linux/drivers/gpu/drm/mgag200/ |
H A D | mgag200_mode.c | 207 unsigned int hdispend, hsyncstr, hsyncend, htotal, hblkstr, hblkend; in mgag200_set_mode_regs() local 215 htotal = mode->crtc_htotal / 8 - 1; in mgag200_set_mode_regs() 217 if ((htotal & 0x07) == 0x06 || (htotal & 0x07) == 0x04) in mgag200_set_mode_regs() 218 htotal++; in mgag200_set_mode_regs() 220 hblkend = htotal; in mgag200_set_mode_regs() 243 crtcext1 = (((htotal - 4) & 0x100) >> 8) | in mgag200_set_mode_regs() 258 WREG_CRT(0x00, htotal - 4); in mgag200_set_mode_regs() 586 (mode->hsync_end % 8) != 0 || (mode->htotal % 8) != 0) { in mgag200_crtc_helper_mode_valid() 759 if (!mode->htotal || !mode->vtotal || !mode->clock) in mgag200_calculate_mode_bandwidth() 763 total_area = mode->htotal * mode->vtotal; in mgag200_calculate_mode_bandwidth()
|
/linux/drivers/gpu/drm/gud/ |
H A D | gud_internal.h | 139 dst->htotal = cpu_to_le16(src->htotal); in gud_from_display_mode() 157 dst->htotal = le16_to_cpu(src->htotal); in gud_to_display_mode()
|
/linux/drivers/video/fbdev/matrox/ |
H A D | matroxfb_maven.c | 226 unsigned int htotal, unsigned int vtotal, in matroxfb_PLL_mavenclock() argument 239 scrlen = htotal * (vtotal - 1); in matroxfb_PLL_mavenclock() 240 fwant = htotal * vtotal; in matroxfb_PLL_mavenclock() 244 fwant, fxtal, htotal, vtotal, fmax); in matroxfb_PLL_mavenclock() 277 if (ln > htotal) in matroxfb_PLL_mavenclock() 299 unsigned int htotal, unsigned int vtotal, in matroxfb_mavenclock() argument 305 fvco = matroxfb_PLL_mavenclock(&maven1000_pll, ctl, htotal, vtotal, in, feed, &p, htotal2); in matroxfb_mavenclock() 748 m->htotal = h - 2; in maven_find_exact_clocks() 801 m->regs[0xA0] = m->htotal; in maven_compute_timming() 802 m->regs[0xA1] = m->htotal >> 8; in maven_compute_timming() [all …]
|
/linux/drivers/gpu/drm/ |
H A D | drm_modes.c | 334 unsigned int htotal, vtotal; in fill_analog_mode() local 368 htotal = result; in fill_analog_mode() 370 drm_dbg_kms(dev, "Total Horizontal Number of Pixels: %u\n", htotal); in fill_analog_mode() 381 hblk = htotal - hactive; in fill_analog_mode() 452 if (htotal != (hactive + hfp + hslen + hbp)) in fill_analog_mode() 459 mode->htotal = mode->hsync_end + hbp; in fill_analog_mode() 760 drm_mode->htotal = drm_mode->hdisplay + hblank; in drm_cvt_mode() 763 (drm_mode->htotal * CVT_HSYNC_PERCENTAGE) / 100; in drm_cvt_mode() 794 drm_mode->htotal = drm_mode->hdisplay + CVT_RB_H_BLANK; in drm_cvt_mode() 803 tmp = drm_mode->htotal; /* perform intermediate calcs in u64 */ in drm_cvt_mode() [all …]
|
/linux/drivers/gpu/drm/amd/display/dc/dml/ |
H A D | dml1_display_rq_dlg_calc.c | 1009 unsigned int htotal = e2e_pipe_param->pipe.dest.htotal; in dml1_rq_dlg_get_dlg_params() local 1154 disp_dlg_regs->refcyc_per_htotal = (unsigned int) (ref_freq_to_pix_freq * (double) htotal in dml1_rq_dlg_get_dlg_params() 1171 min_dst_y_ttu_vblank = min_ttu_vblank * pclk_freq_in_mhz / (double) htotal; in dml1_rq_dlg_get_dlg_params() 1223 line_time_in_us = (htotal / pclk_freq_in_mhz); in dml1_rq_dlg_get_dlg_params() 1289 if (dst_x_after_scaler >= htotal) { in dml1_rq_dlg_get_dlg_params() 1290 dst_x_after_scaler = dst_x_after_scaler - htotal; in dml1_rq_dlg_get_dlg_params() 1294 DTRACE("DLG: %s: htotal = %d", __func__, htotal); in dml1_rq_dlg_get_dlg_params() 1312 line_o = (double) dst_y_after_scaler + dst_x_after_scaler / (double) htotal; in dml1_rq_dlg_get_dlg_params() 1313 line_setup = (double) (vupdate_offset + vupdate_width + vready_offset) / (double) htotal; in dml1_rq_dlg_get_dlg_params() 1483 if (htotal <= 75) { in dml1_rq_dlg_get_dlg_params() [all …]
|
/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | uhead.c | 57 args->v0.htotal = head->arm.htotal; in nvkm_uhead_mthd_scanoutpos() 65 if (!args->v0.vtotal || !args->v0.htotal) in nvkm_uhead_mthd_scanoutpos()
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
H A D | nv04.c | 415 u32 htotal = nvkm_rdvgac(device, 0, 0x06); in nv04_devinit_preinit() local 416 htotal |= (nvkm_rdvgac(device, 0, 0x07) & 0x01) << 8; in nv04_devinit_preinit() 417 htotal |= (nvkm_rdvgac(device, 0, 0x07) & 0x20) << 4; in nv04_devinit_preinit() 418 htotal |= (nvkm_rdvgac(device, 0, 0x25) & 0x01) << 10; in nv04_devinit_preinit() 419 htotal |= (nvkm_rdvgac(device, 0, 0x41) & 0x01) << 11; in nv04_devinit_preinit() 420 if (!htotal) { in nv04_devinit_preinit()
|
/linux/drivers/video/fbdev/geode/ |
H A D | display_gx.c | 61 int hactive, hblankstart, hsyncstart, hsyncend, hblankend, htotal; in gx_set_mode() local 134 htotal = hblankend; in gx_set_mode() 144 ((htotal - 1) << 16)); in gx_set_mode()
|