Searched refs:htotal (Results 76 - 100 of 295) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/panel/
H A Dpanel-newvision-nv3052c.c637 .htotal = 640 + 96 + 16 + 48,
649 .htotal = 640 + 39 + 2 + 39,
664 .htotal = 640 + 34 + 4 + 20,
H A Dpanel-samsung-s6d7aa0.c297 .htotal = 800 + 16 + 4 + 140,
400 .htotal = 768 + 18 + 16 + 126,
428 .htotal = 768 + 96 + 16 + 184,
H A Dpanel-ilitek-ili9805.c251 .htotal = 480 + 10 + 2 + 36,
265 .htotal = 480 + 10 + 2 + 36,
H A Dpanel-lg-lg4573.c204 .htotal = 480 + 10 + 59 + 10,
H A Dpanel-nec-nl8048hl11.c114 .htotal = 800 + 6 + 1 + 4,
H A Dpanel-lg-lb035q02.c132 .htotal = 320 + 20 + 2 + 68,
H A Dpanel-panasonic-vvx10f034n00.c147 .htotal = 1920 + 152 + 52 + 20,
H A Dpanel-osd-osd101t2587-53ts.c100 .htotal = 1920 + 152 + 52 + 20,
H A Dpanel-tdo-tl070wsh30.c116 .htotal = 1024 + 46 + 80 + 100,
H A Dpanel-ebbg-ft8719.c161 .htotal = 1080 + 28 + 4 + 16,
H A Dpanel-ronbo-rb070d30.c95 .htotal = 1024 + 160 + 80 + 80,
H A Dpanel-sharp-ls043t1le01.c171 .htotal = 540 + 48 + 32 + 80,
/linux-master/drivers/gpu/drm/bridge/analogix/
H A Danx7625.c481 u16 htotal; local
508 htotal = ctx->dt.hactive.min + ctx->dt.hfront_porch.min +
511 HORIZONTAL_TOTAL_PIXELS_L, htotal & 0xFF);
513 HORIZONTAL_TOTAL_PIXELS_H, htotal >> 8);
2265 ctx->dt.hback_porch.min = mode->htotal - mode->hsync_end;
2287 DRM_DEV_DEBUG_DRIVER(dev, "hsync_end(%d),htotal(%d).\n",
2289 mode->htotal);
2316 hbp = mode->htotal - mode->hsync_end;
2317 hblanking = mode->htotal - mode->hdisplay;
2323 adj->hsync_start, adj->hsync_end, adj->htotal);
[all...]
/linux-master/drivers/gpu/drm/exynos/
H A Dexynos_hdmi.c1212 hdmi_reg_writev(hdata, HDMI_H_BLANK_0, 2, m->htotal - m->hdisplay);
1214 (m->htotal << 12) | m->vtotal);
1252 val = ((m->htotal / 2) + (m->hsync_start - m->hdisplay));
1253 val |= ((m->htotal / 2) +
1280 hdmi_reg_writev(hdata, HDMI_TG_H_FSZ_L, 2, m->htotal);
1281 hdmi_reg_writev(hdata, HDMI_TG_HACT_ST_L, 2, m->htotal - m->hdisplay);
1302 hdmi_reg_writev(hdata, HDMI_H_BLANK_0, 2, m->htotal - m->hdisplay);
1304 hdmi_reg_writev(hdata, HDMI_H_LINE_0, 2, m->htotal);
1335 (m->htotal / 2) + (m->hsync_start - m->hdisplay));
1337 (m->htotal /
[all...]
/linux-master/drivers/gpu/drm/bridge/cadence/
H A Dcdns-dsi-core.c485 tmp = mode->htotal -
536 * Make sure DSI htotal is aligned on a lane boundary when calculating
548 dpi_htotal = mode_valid_check ? mode->htotal : mode->crtc_htotal;
557 dsi_cfg->htotal = dsi_htotal + dsi_hfp_ext;
792 tmp = dsi_cfg.htotal -
800 tmp = dsi_cfg.htotal -
807 tmp = DIV_ROUND_UP(dsi_cfg.htotal, nlanes) -
/linux-master/drivers/gpu/drm/xlnx/
H A Dzynqmp_dp.c1232 zynqmp_dp_write(dp, ZYNQMP_DP_MAIN_STREAM_HTOTAL, mode->htotal);
1246 mode->htotal - mode->hsync_start);
1500 int diff = mode->htotal - mode->hsync_end;
1508 (adjusted_mode->vtotal * adjusted_mode->htotal);
1513 adjusted_mode->htotal += diff;
1515 adjusted_mode->htotal * vrefresh / 1000;
/linux-master/drivers/gpu/drm/gma500/
H A Dcdv_intel_lvds.c210 adjusted_mode->htotal = panel_fixed_mode->htotal;
H A Doaktrail_lvds.c239 mode->htotal = mode->hdisplay + ((ti->hblank_hi << 8) | \
255 pr_info("htotal is %d\n", mode->htotal);
H A Dcdv_intel_display.c783 REG_WRITE(map->htotal, (adjusted_mode->crtc_hdisplay - 1) |
929 htot = REG_READ(map->htotal);
935 htot = p->htotal;
947 mode->htotal = ((htot & 0xffff0000) >> 16) + 1;
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.c478 mode->htotal = ROM16(mode_entry[21]) + 1;
2072 unsigned htotal; local
2077 htotal = NVReadVgaCrtc(dev, 0, 0x06);
2078 htotal |= (NVReadVgaCrtc(dev, 0, 0x07) & 0x01) << 8;
2079 htotal |= (NVReadVgaCrtc(dev, 0, 0x07) & 0x20) << 4;
2080 htotal |= (NVReadVgaCrtc(dev, 0, 0x25) & 0x01) << 10;
2081 htotal |= (NVReadVgaCrtc(dev, 0, 0x41) & 0x01) << 11;
2082 return (htotal != 0);
/linux-master/include/video/
H A Dgbe.h291 short htotal; /* Horizontal total pixels */ member in struct:gbe_timing_info
/linux-master/drivers/media/pci/cx88/
H A Dcx88-core.c889 u32 bdelay, agcdelay, htotal; local
987 // htotal
990 htotal = (u32)tmp64;
992 "set_tvnorm: MO_HTOTAL 0x%08x [old=0x%08x,htotal=%d]\n",
993 htotal, cx_read(MO_HTOTAL), (u32)tmp64);
994 cx_andor(MO_HTOTAL, 0x07ff, htotal);
/linux-master/drivers/gpu/drm/logicvc/
H A Dlogicvc_crtc.c84 hbp = mode->htotal - mode->hsync_end;
/linux-master/drivers/gpu/drm/aspeed/
H A Daspeed_gfx_crtc.c113 writel(CRT_H_TOTAL(m->htotal - 1) | CRT_H_DE(m->hdisplay - 1),
/linux-master/drivers/gpu/drm/nouveau/dispnv04/
H A Dtvnv04.c148 regp->tv_htotal = adjusted_mode->htotal;

Completed in 526 milliseconds

1234567891011>>