Searched refs:htotal (Results 101 - 125 of 295) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/panel/
H A Dpanel-feiyang-fy07024di26a30d.c147 .htotal = 1024 + 310 + 20 + 90,
H A Dpanel-samsung-s6d16d0.c29 /* HS clock, (htotal*vtotal*vrefresh)/1000 */
34 .htotal = 864 + 154 + 16 + 32,
H A Dpanel-sharp-ls037v7dw01.c91 .htotal = 480 + 1 + 2 + 28,
H A Dpanel-sitronix-st7789v.c242 .htotal = 240 + 38 + 10 + 10,
257 .htotal = 240 + 38 + 10 + 10,
272 .htotal = 240 + 38 + 10 + 10,
287 .htotal = 240 + 28 + 10 + 10,
H A Dpanel-samsung-s6e88a0-ams452ef01.c157 .htotal = 540 + 88 + 4 + 20,
H A Dpanel-sony-td4353-jdi.c194 .htotal = 1080 + 4 + 8 + 8,
H A Dpanel-sharp-ls060t1sx01.c183 .htotal = 1080 + 96 + 16 + 64,
H A Dpanel-jdi-fhd-r63452.c191 .htotal = 1080 + 120 + 16 + 40,
H A Dpanel-visionox-rm69299.c149 .htotal = 1080 + 26 + 2 + 36,
H A Dpanel-sitronix-st7701.c242 * mode htotal. The minimum is 512 PCLK.
248 (clamp((u32)mode->htotal, 512U, 1008U) - 512) / 16));
585 .htotal = 480 + 38 + 12 + 12,
684 .htotal = 480 + 40 + 4 + 20,
785 .htotal = 480 + 2 + 10 + 2,
884 .htotal = 480 + 60 + 42 + 60,
H A Dpanel-sitronix-st7703.c143 .htotal = 720 + 90 + 20 + 20,
326 .htotal = 720 + 40 + 40 + 40,
417 .htotal = 640 + 40 + 2 + 80,
505 .htotal = 720 + 45 + 4 + 45,
595 .htotal = 720 + 40 + 10 + 40,
/linux-master/drivers/gpu/drm/mcde/
H A Dmcde_dsi.c528 hbp = (mode->htotal - mode->hsync_end) * cpp - 4 - 6;
542 hbp = (mode->htotal - mode->hsync_start) * cpp - 4 - 4 - 6;
599 bpl = pclk * mode->htotal; /* (1) picoseconds per line */
681 blkeol_pck = bpl - (mode->htotal * cpp) - 6;
/linux-master/drivers/video/fbdev/core/
H A Dmodedb.c858 u32 pixclock, hfreq, htotal, vtotal; local
880 htotal = var->xres + var->right_margin + var->hsync_len +
890 if (!htotal || !vtotal)
893 hfreq = pixclock/htotal;
/linux-master/drivers/media/platform/xilinx/
H A Dxilinx-tpg.c194 unsigned int htotal; local
197 htotal = min_t(unsigned int, XVTC_MAX_HSIZE,
202 config.hsync_end = htotal - 1;
203 config.hsize = htotal;
/linux-master/drivers/gpu/drm/msm/dp/
H A Ddp_debug.c51 drm_mode->htotal - drm_mode->hsync_end,
/linux-master/drivers/video/fbdev/
H A Ds3fb.c610 u32 htotal, hsstart; local
905 htotal = info->var.xres + info->var.left_margin + info->var.right_margin + info->var.hsync_len;
906 htotal = ((htotal * hmul) / 8) - 5;
907 vga_wcrt(par->state.vgabase, 0x3C, (htotal + 1) / 2);
912 value = clamp((htotal + hsstart + 1) / 2 + 2, hsstart + 4, htotal + 1);
/linux-master/drivers/gpu/drm/i915/display/
H A Dicl_dsi.c848 u16 htotal, hactive, hsync_start, hsync_end, hsync_size; local
855 * Adjust horizontal timings (htotal, hsync_start, hsync_end) to account
870 htotal = DIV_ROUND_UP(adjusted_mode->crtc_htotal * mul, div);
872 htotal = DIV_ROUND_UP((hactive + 160) * mul, div);
892 line_time_us = (htotal * (bpp / 8) * byte_clk_period_ns) / (1000 * intel_dsi->lane_count);
897 vsync_shift = hsync_start - htotal / 2;
903 htotal /= 2;
919 HACTIVE(hactive - 1) | HTOTAL(htotal - 1));
/linux-master/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_crtc.c307 rcar_du_crtc_write(rcrtc, HDSR, mode->htotal - mode->hsync_start -
309 rcar_du_crtc_write(rcrtc, HDER, mode->htotal - mode->hsync_start +
313 rcar_du_crtc_write(rcrtc, HCR, mode->htotal - 1);
325 rcar_du_crtc_write(rcrtc, DESR, mode->htotal - mode->hsync_start - 1);
886 if (mode->htotal - mode->hsync_start < min_sync_porch)
/linux-master/drivers/gpu/drm/sun4i/
H A Dsun6i_mipi_dsi.c382 return mode->htotal * Bpp / device->lanes;
405 unsigned int hbp = mode->htotal - mode->hsync_end;
460 u32 hsync_porch = (mode->htotal - mode->hdisplay) * 150;
568 (mode->htotal - mode->hsync_end) * Bpp - HBP_PACKET_OVERHEAD);
587 (mode->htotal - (mode->hsync_end - mode->hsync_start)) * Bpp -
/linux-master/drivers/gpu/drm/bridge/synopsys/
H A Ddw-mipi-dsi.c807 u32 htotal, hsa, hbp, lbcc; local
809 htotal = mode->htotal;
811 hbp = mode->htotal - mode->hsync_end;
817 lbcc = dw_mipi_dsi_get_hcomponent_lbcc(dsi, mode, htotal);
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_dsi.c866 adjusted_mode->htotal = adjusted_mode->clock * mode->htotal /
868 adjusted_mode->hsync_end += adjusted_mode->htotal - mode->htotal;
869 adjusted_mode->hsync_start += adjusted_mode->htotal - mode->htotal;
/linux-master/drivers/gpu/drm/gma500/
H A Dpsb_intel_lvds.c405 adjusted_mode->htotal = panel_fixed_mode->htotal;
H A Dcdv_device.c505 .htotal = HTOTAL_A,
530 .htotal = HTOTAL_B,
H A Doaktrail_crtc.c446 REG_WRITE_WITH_AUX(map->htotal, (mode->crtc_hdisplay - 1) |
465 REG_WRITE_WITH_AUX(map->htotal, (adjusted_mode->crtc_hdisplay - 1) |
/linux-master/drivers/gpu/drm/pl111/
H A Dpl111_display.c65 bw = div_u64(bw, mode->htotal * mode->vtotal);
150 hbp = mode->htotal - mode->hsync_end - 1;

Completed in 225 milliseconds

1234567891011>>