Searched refs:htotal (Results 126 - 150 of 295) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/panel/
H A Dpanel-innolux-p079zca.c213 .htotal = 768 + 40 + 40 + 40,
246 .htotal = 1536 + 100 + 24 + 100,
H A Dpanel-magnachip-d53e6ea8966.c463 .htotal = 960 + 10 + 2 + 10,
476 .htotal = 960 + 10 + 2 + 10,
H A Dpanel-orisetech-otm8009a.c81 .htotal = 480 + 98 + 32 + 98,
95 .htotal = 480 + 70 + 32 + 72,
H A Dpanel-himax-hx8394.c189 .htotal = 720 + 40 + 46 + 40,
322 .htotal = 720 + 44 + 20 + 20,
H A Dpanel-leadtek-ltk500hd1829.c222 .htotal = 800 + 18 + 18 + 18,
467 .htotal = 720 + 50 + 50 + 50,
H A Dpanel-tpo-td028ttec1.c274 .htotal = 480 + 24 + 8 + 8,
H A Dpanel-samsung-s6d27a1.c59 .htotal = 480 + 63 + 2 + 63,
H A Dpanel-sharp-lq101r1sx01.c267 .htotal = 2560 + 128 + 64 + 64,
H A Dpanel-olimex-lcd-olinuxino.c165 mode->htotal = lcd_mode->hactive + lcd_mode->hfp +
H A Dpanel-raspberrypi-touchscreen.c206 .htotal = 800 + 1 + 2 + 46,
H A Dpanel-samsung-db7430.c67 * 31 ns period min (htotal*vtotal*vrefresh)/1000
74 .htotal = 480 + 10 + 4 + 40,
H A Dpanel-asus-z00t-tm5p5-n35596.c156 .htotal = 1080 + 100 + 8 + 16,
H A Dpanel-startek-kd070fhfid015.c206 .htotal = 1200 + 144 + 16 + 45,
H A Dpanel-elida-kd35t133.c173 .htotal = 320 + 130 + 4 + 130,
H A Dpanel-synaptics-r63353.c219 .htotal = 640 + 35 + 2 + 150,
/linux-master/drivers/gpu/drm/sti/
H A Dsti_dvo.c126 timing.total_pixels = mode->htotal;
129 timing.trailing_pixels = mode->htotal - mode->hsync_start;
/linux-master/drivers/gpu/drm/bridge/
H A Dlontium-lt9211.c291 { 0xd011, (mode->htotal >> 8) & 0xff },
292 { 0xd012, mode->htotal & 0xff },
/linux-master/drivers/gpu/drm/renesas/shmobile/
H A Dshmob_drm_crtc.c148 | (mode->htotal / 8); /* HTCN */
155 value = ((mode->hdisplay & 7) << 24) | ((mode->htotal & 7) << 16)
/linux-master/drivers/gpu/drm/i915/display/
H A Ddvo_ns2501.c531 ("is mode valid (hdisplay=%d,htotal=%d,vdisplay=%d,vtotal=%d)\n",
532 mode->hdisplay, mode->htotal, mode->vdisplay, mode->vtotal);
558 ("set mode (hdisplay=%d,htotal=%d,vdisplay=%d,vtotal=%d).\n",
559 mode->hdisplay, mode->htotal, mode->vdisplay, mode->vtotal);
568 "htotal : %d\n"
/linux-master/drivers/gpu/drm/gma500/
H A Dpsb_drv.h227 u32 htotal; member in struct:psb_offset
261 u32 htotal; member in struct:psb_pipe
/linux-master/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_lib.c229 dml_print("DML PARAMS: htotal = %d\n", pipe_dest->htotal);
H A Ddisplay_mode_structs.h516 unsigned int htotal; member in struct:_vcs_dpi_display_pipe_dest_params_st
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_crtc.c363 VC4_SET_FIELD((mode->htotal - mode->hsync_end) * pixel_rep / ppc,
376 u32 field_delay = mode->htotal * pixel_rep / (2 * ppc);
383 if (mode->htotal == 858) {
726 vc4_state->hvs_load = max(mode->clock * mode->hdisplay / mode->htotal + 8000,
/linux-master/drivers/gpu/drm/exynos/
H A Dexynos_mixer.c1081 int hdisplay, vdisplay, htotal, vtotal, scan_val; member in struct:__anon518
1105 adjusted_mode->hsync_end = modes[i].htotal;
1106 adjusted_mode->htotal = modes[i].htotal;
/linux-master/drivers/video/fbdev/geode/
H A Dlxfb_ops.c349 int hactive, hblankstart, hsyncstart, hsyncend, hblankend, htotal; local
469 htotal = hblankend;
478 write_dc(par, DC_H_ACTIVE_TIMING, (hactive - 1) | ((htotal - 1) << 16));

Completed in 204 milliseconds

1234567891011>>