Searched refs:htotal (Results 176 - 200 of 295) sorted by relevance

1234567891011>>

/linux-master/drivers/video/fbdev/
H A Dneofb.c259 int htotal = (hsync_end + var->left_margin) >> 3; local
284 par->CRTC[0] = htotal - 5;
287 par->CRTC[3] = ((htotal - 1) & 0x1F) | 0x80;
289 par->CRTC[5] = (((htotal - 1) & 0x20) << 2)
H A Dpm2fb.c696 u32 hsstart, hsend, hbend, htotal; local
727 htotal = to3264(xres, depth, data64) + hbend - 1;
819 pm2_WR(par, PM2R_H_TOTAL, htotal);
H A Dtdfxfb.c549 u32 htotal = hsyncend + info->var.left_margin; local
576 htotal >>= 1;
583 ht = (htotal >> 3) - 1;
/linux-master/include/uapi/drm/
H A Ddrm_mode.h227 * @htotal: horizontal total size
247 __u16 htotal; member in struct:drm_mode_modeinfo
/linux-master/drivers/gpu/drm/xlnx/
H A Dzynqmp_kms.c211 (adjusted_mode->vtotal * adjusted_mode->htotal);
/linux-master/drivers/gpu/drm/panel/
H A Dpanel-visionox-vtdr6130.c199 .htotal = 1080 + 20 + 2 + 20,
H A Dpanel-visionox-r66451.c167 .htotal = 1216,
H A Dpanel-boe-th101mb31ig002-28a.c174 .htotal = 800 + 64 + 16 + 64,
H A Dpanel-boe-tv101wum-nl6.c1553 .htotal = 1200 + 40 + 8 + 28,
1582 .htotal = 1200 + 40 + 8 + 28,
1611 .htotal = 1200 + 100 + 40 + 24,
1638 .htotal = 1200 + 60 + 24 + 56,
1665 .htotal = 1200 + 80 + 24 + 60,
1692 .htotal = 1200 + 60 + 4 + 80,
1720 .htotal = 1200 + 80 + 24 + 60,
1748 .htotal = 1200 + 100 + 10 + 100,
1775 .htotal = 1200 + 60 + 20 + 40,
H A Dpanel-jadard-jd9365da-h3.c349 .htotal = 800 + 40 + 18 + 20,
570 .htotal = 800 + 40 + 18 + 20,
H A Dpanel-novatek-nt35510.c1239 .htotal = 480 + 2 + 0 + 5, /* HBP = 5 */
1313 .htotal = 480 + 34 + 2 + 34, /* HBP = 34 */
H A Dpanel-sony-acx565akm.c504 .htotal = 800 + 28 + 4 + 24,
/linux-master/drivers/gpu/drm/renesas/rz-du/
H A Drzg2l_du_crtc.c87 ditr4 = DU_DITR4_HBP(mode->htotal - mode->hsync_end)
/linux-master/drivers/gpu/drm/gma500/
H A Doaktrail_hdmi.c174 DRM_DEBUG_KMS("new crtc htotal 0x%4x\n", new_crtc_htotal);
756 pipeb->htotal = PSB_RVDC32(HTOTAL_B);
809 PSB_WVDC32(pipeb->htotal, HTOTAL_B);
H A Dgma_display.c596 crtc_state->saveHTOTAL = REG_READ(map->htotal);
650 REG_WRITE(map->htotal, crtc_state->saveHTOTAL);
/linux-master/drivers/gpu/drm/hisilicon/kirin/
H A Ddw_drm_dsi.c477 htot = mode->htotal;
480 hbp = mode->htotal - mode->hsync_end;
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Dvenc.c221 .htotal = 864,
236 .htotal = 858,
/linux-master/drivers/gpu/drm/amd/display/modules/freesync/
H A Dfreesync.c1305 unsigned int vtotal, unsigned int htotal, unsigned int pix_clk)
1308 unsigned int total = htotal * vtotal;
1304 mod_freesync_calc_field_rate_from_timing( unsigned int vtotal, unsigned int htotal, unsigned int pix_clk) argument
/linux-master/drivers/gpu/drm/bridge/
H A Dlontium-lt9611.c134 h_total = mode->htotal;
140 hsync_porch = mode->htotal - mode->hsync_start;
/linux-master/drivers/gpu/drm/i2c/
H A Dtda998x_drv.c1394 if (mode->htotal >= BIT(13))
1475 n_pix = mode->htotal;
1480 de_pix_e = mode->htotal;
1481 de_pix_s = mode->htotal - mode->hdisplay;
1513 vs2_pix_s = vs2_pix_e = hs_pix_s + mode->htotal/2;
/linux-master/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop.c961 dsp_stx = dest->x1 + crtc->mode.htotal - crtc->mode.hsync_start;
1373 u16 htotal = adjusted_mode->htotal; local
1374 u16 hact_st = adjusted_mode->htotal - adjusted_mode->hsync_start;
1463 VOP_REG_SET(vop, modeset, htotal_pw, (htotal << 16) | hsync_len);
/linux-master/drivers/gpu/drm/stm/
H A Dltdc.c949 mode->htotal - mode->hsync_end,
958 accum_hbp = mode->htotal - mode->hsync_start - 1;
962 total_width = mode->htotal - 1;
/linux-master/drivers/video/fbdev/sis/
H A Dsis.h696 int *htotal, int *vtotal, unsigned char rateindex);
/linux-master/drivers/gpu/drm/hisilicon/hibmc/
H A Dhibmc_drm_de.c370 writel(HIBMC_FIELD(HIBMC_CRT_HORZ_TOTAL_TOTAL, mode->htotal - 1) |
/linux-master/drivers/gpu/drm/sun4i/
H A Dsun8i_vi_layer.c177 fps = (mode->clock * 1000) / (mode->vtotal * mode->htotal);

Completed in 284 milliseconds

1234567891011>>