Searched refs:htotal (Results 201 - 225 of 295) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/panel/
H A Dpanel-raydium-rm67191.c216 .htotal = 1080 + 20 + 2 + 34,
H A Dpanel-samsung-s6e63j0x03.c49 .htotal = 320 + 1 + 1 + 1,
H A Dpanel-dsi-cm.c474 mode->hdisplay = mode->hsync_start = mode->hsync_end = mode->htotal =
H A Dpanel-feixin-k101-im2ba02.c395 .htotal = 800 + 20 + 20 + 20,
H A Dpanel-raydium-rm68200.c87 .htotal = 720 + 48 + 9 + 48,
H A Dpanel-novatek-nt35950.c643 .htotal = 1080 + 400 + 40 + 300,
H A Dpanel-truly-nt35597.c492 .htotal = 1440 + 200 + 32 + 64,
H A Dpanel-himax-hx83112a.c268 .htotal = 1080 + 28 + 8 + 8,
H A Dpanel-ilitek-ili9341.c199 .htotal = 240 + 10 + 10 + 20,/* hbp 20 */
H A Dpanel-samsung-s6e3ha2.c614 .htotal = 1440 + 1 + 1 + 1,
632 .htotal = 1600 + 1 + 1 + 1,
/linux-master/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.h255 u_int16_t htotal; member in struct:mavenregs
/linux-master/drivers/gpu/drm/renesas/rcar-du/
H A Drzg2l_mipi_dsi.c390 VICH1HPSETR_HBP(mode->htotal - mode->hsync_end);
/linux-master/drivers/gpu/drm/bridge/
H A Dti-sn65dsi83.c462 mode->htotal - mode->hsync_end);
H A Dtc358767.c872 int left_margin = mode->htotal - mode->hsync_end;
886 dev_dbg(tc->dev, "total: %dx%d\n", mode->htotal, mode->vtotal);
961 int left_margin = mode->htotal - mode->hsync_end;
988 FIELD_PREP(H_TOTAL, mode->htotal) |
H A Dite-it6505.c687 int htotal, hdes, hdew, hfph, hsyncw; local
697 htotal = it6505_read_word(it6505, REG_INPUT_HTOTAL) & 0x1FFF;
737 it6505->video_info.htotal = htotal;
3228 str += scnprintf(str, end - str, "HTotal:%d\n", vid->htotal);
3235 vid->htotal - vid->hsync_end);
/linux-master/drivers/gpu/drm/atmel-hlcdc/
H A Datmel_hlcdc_dc.c502 int hback_porch = mode->htotal - mode->hsync_end;
/linux-master/drivers/gpu/drm/imx/lcdc/
H A Dimx-lcdc.c167 FIELD_PREP(IMX21LCDC_LHCR_HBPORCH, crtc->mode.htotal - crtc->mode.hsync_end - 3);
/linux-master/drivers/media/platform/aspeed/
H A Daspeed-video.c985 u32 mds, sync, htotal, vtotal, vsync, hsync; local
989 htotal = aspeed_video_read(v, VE_H_TOTAL_PIXELS);
1020 det->hfrontporch = htotal - v->frame_right;
1025 det->hsync = htotal - hsync;
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_panel.c244 adjusted_mode->htotal * vrefresh);
/linux-master/drivers/gpu/drm/rockchip/
H A Drockchip_lvds.c260 if ((mode->htotal - mode->hsync_start) & 0x01)
/linux-master/drivers/gpu/drm/sun4i/
H A Dsun4i_hdmi_enc.c120 x = mode->htotal - mode->hsync_start;
/linux-master/drivers/gpu/drm/
H A Ddrm_edid.c2973 return (mode->htotal - mode->hdisplay == 160) &&
3261 if (mode->htotal <= 0)
3264 return DIV_ROUND_CLOSEST(mode->clock, mode->htotal);
3499 mode->htotal = mode->hdisplay + hblank;
3507 if (mode->hsync_end > mode->htotal) {
3510 mode->hsync_end, mode->htotal);
3511 mode->hsync_end = mode->htotal;
6677 mode->htotal = mode->hdisplay + hblank;
/linux-master/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h1493 uint16_t htotal; // required to calculate line time for multi-display cases member in struct:dmub_cmd_fw_assisted_mclk_switch_pipe_data_v2::__anon65::__anon66
1516 uint16_t htotal; member in struct:dmub_cmd_fw_assisted_mclk_switch_pipe_data_v2::__anon65::__anon67
/linux-master/drivers/gpu/drm/tegra/
H A Dsor.c1226 num = ((mode->htotal - mode->hdisplay) - 7) * link_rate;
1346 value = ((mode->vtotal & 0x7fff) << 16) | (mode->htotal & 0x7fff);
1358 hbe = hse + (mode->htotal - mode->hsync_end);
2442 max_ac = ((mode->htotal - mode->hdisplay) - SOR_REKEY - 18) / 32;
2452 (mode->htotal - mode->hsync_end) - 10;
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_hdmi.c1510 VC4_SET_FIELD((mode->htotal -
1552 u32 vertb = (VC4_SET_FIELD(mode->htotal >> (2 - pixel_rep),
1581 VC4_SET_FIELD((mode->htotal -
2194 (mode->hsync_end % 2) || (mode->htotal % 2))
2233 (mode->hsync_end % 2) || (mode->htotal % 2)))

Completed in 297 milliseconds

1234567891011>>