Searched refs:htotal (Results 226 - 250 of 295) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_bios.c535 panel_fixed_mode->htotal = panel_fixed_mode->hdisplay +
566 if (panel_fixed_mode->hsync_end > panel_fixed_mode->htotal) {
568 panel_fixed_mode->hsync_end, panel_fixed_mode->htotal);
569 panel_fixed_mode->hsync_end = panel_fixed_mode->htotal;
977 panel_fixed_mode->htotal =
/linux-master/drivers/video/fbdev/via/
H A Dviafbdev.c176 u32 htotal, vtotal; local
178 htotal = var->left_margin + var->xres + var->right_margin
182 return PICOS2KHZ(var->pixclock) * 1000 / (htotal * vtotal);
/linux-master/drivers/gpu/drm/tidss/
H A Dtidss_dispc.c1089 hbp = mode->htotal - mode->hsync_end;
1263 hbp = mode->htotal - mode->hsync_end;
1284 bandwidth = div_u64(bandwidth, mode->htotal * mode->vtotal);
/linux-master/drivers/gpu/drm/panel/
H A Dpanel-novatek-nt36523.c940 .htotal = 1600 + 60 + 8 + 60,
954 .htotal = 1600 + 200 + 40 + 52,
968 .htotal = 1200 + 58 + 2 + 60,
H A Dpanel-khadas-ts050.c724 .htotal = 1080 + 117 + 5 + 160,
H A Dpanel-novatek-nt36672a.c573 .htotal = 1080 + 40 + 20 + 44,
H A Dpanel-samsung-s6e63m0.c288 .htotal = 480 + 16 + 2 + 16,
H A Dpanel-ilitek-ili9882t.c604 .htotal = 1200 + 72 + 30 + 72,
/linux-master/drivers/gpu/drm/ingenic/
H A Dingenic-drm-drv.c319 regmap_write(priv->map, JZ_REG_LCD_REV, mode->htotal << 16);
827 mode->crtc_htotal = mode->htotal * 3 - mode->hdisplay * 2;
/linux-master/drivers/video/fbdev/
H A Dpm3fb.c726 const u32 htotal = xres + hbend; local
741 pm3fb_shift_bpp(bpp, htotal - 1));
/linux-master/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hubp.c180 if (VSTARTUP_START - (VREADY_OFFSET+VUPDATE_WIDTH+VUPDATE_OFFSET)/htotal)
186 if (pipe_dest->htotal != 0) {
188 + pipe_dest->vupdate_offset) / pipe_dest->htotal) <= pipe_dest->vblank_end) {
/linux-master/drivers/gpu/drm/gma500/
H A Dcdv_intel_dp.c878 adjusted_mode->htotal = fixed_mode->htotal;
/linux-master/drivers/gpu/drm/tegra/
H A Ddsi.c546 hbp = (mode->htotal - mode->hsync_end) * mul / div;
601 bclk = DIV_ROUND_UP(mode->htotal * mul, div * lanes);
/linux-master/drivers/gpu/drm/bridge/
H A Dti-sn65dsi86.c805 if ((mode->htotal - mode->hsync_end) > 0xff)
989 (mode->htotal - mode->hsync_end) & 0xFF);
H A Dtc358775.c388 hback_porch = mode->htotal - mode->hsync_end;
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddc_dmub_srv.c649 pipe_data->pipe_config.vblank_data.htotal = vblank_pipe->stream->timing.h_total;
749 pipe_data->pipe_config.subvp_data.htotal = subvp_pipe->stream->timing.h_total;
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c956 if (max_size < mode->htotal * mode->vtotal)
957 max_size = mode->htotal * mode->vtotal;
5694 timing_out->h_total = mode_in->htotal;
5804 native_mode->htotal == drm_mode->htotal &&
6000 high_mode->htotal != mode->htotal ||
7535 den = common_rates[i] * (unsigned long long)m->htotal;
9741 old_mode->htotal == new_mode->htotal
[all...]
/linux-master/drivers/gpu/drm/radeon/
H A Drs780_dpm.c66 if (crtc->mode.htotal && crtc->mode.vtotal)
H A Dradeon_legacy_crtc.c845 htotal_cntl = mode->htotal & 0x7;
/linux-master/drivers/gpu/drm/omapdrm/
H A Domap_crtc.c527 * bandwidth = resolution * 32bpp * (pclk / (vtotal * htotal))
539 bandwidth = div_u64(bandwidth, mode->htotal * mode->vtotal);
/linux-master/drivers/gpu/drm/hisilicon/kirin/
H A Dkirin_drm_ade.c183 hbp = mode->htotal - mode->hsync_end;
/linux-master/drivers/gpu/drm/nouveau/dispnv04/
H A Ddfp.c302 regp->fp_horiz_regs[FP_TOTAL] = output_mode->htotal - 1;
/linux-master/drivers/gpu/drm/mxsfb/
H A Dlcdif_kms.c315 writel(HSYN_PARA_BP_H(m->htotal - m->hsync_end) |
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddcn30_fpu.c333 pipes[pipe_cnt].pipe.dest.htotal,
/linux-master/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_mipi_dsi.c494 | TXVMVPRMSET4R_HBP(mode->htotal - mode->hsync_end);

Completed in 259 milliseconds

1234567891011>>