Home
last modified time | relevance | path

Searched refs:hactive (Results 1 – 25 of 126) sorted by relevance

123456

/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6qdl-tx6-lvds.dtsi96 hactive = <1024>;
110 hactive = <640>;
126 hactive = <1280>;
142 hactive = <800>;
158 hactive = <640>;
189 hactive = <1024>;
203 hactive = <640>;
219 hactive = <1280>;
H A Dimx6qdl-tx6-lcd.dtsi78 hactive = <640>;
94 hactive = <640>;
110 hactive = <320>;
126 hactive = <480>;
142 hactive = <800>;
158 hactive = <800>;
174 hactive = <320>;
190 hactive = <800>;
H A Dimx53-tx53-x03x.dts36 hactive = <640>;
52 hactive = <640>;
68 hactive = <320>;
84 hactive = <480>;
100 hactive = <800>;
116 hactive = <800>;
132 hactive = <320>;
H A Dimx53-tx53-x13x.dts152 hactive = <1024>;
168 hactive = <1280>;
194 hactive = <1024>;
H A Dimx6q-var-mx6customboard.dts29 hactive = <800>;
54 hactive = <800>;
/linux/drivers/gpu/drm/panel/
H A Dpanel-simple.c186 dt->hactive.typ, dt->vactive.typ); in panel_simple_get_timings_modes()
508 if (!PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, hactive) || in panel_simple_parse_panel_timing_node()
862 .hactive = { 800, 800, 800 },
903 .hactive = { 800, 800, 800 },
933 .hactive = { 800, 800, 800 },
1039 .hactive = { 800, 800, 800 },
1067 .hactive = { 1280, 1280, 1280 },
1140 .hactive = { 1280, 1280, 1280 },
1164 .hactive = { 1920, 1920, 1920 },
1194 .hactive = { 1920, 1920, 1920 },
[all …]
/linux/drivers/gpu/ipu-v3/
H A Dipu-di.c205 u32 h_total = sig->mode.hactive + sig->mode.hsync_len + in ipu_di_sync_config_interlaced()
251 .repeat_count = sig->mode.hactive, in ipu_di_sync_config_interlaced()
268 u32 h_total = sig->mode.hactive + sig->mode.hsync_len + in ipu_di_sync_config_noninterlaced()
307 .repeat_count = sig->mode.hactive, in ipu_di_sync_config_noninterlaced()
348 .repeat_count = sig->mode.hactive, in ipu_di_sync_config_noninterlaced()
510 if (!IS_ALIGNED(mode->hactive, 8) && in ipu_di_adjust_videomode()
511 mode->hfront_porch < ALIGN(mode->hactive, 8) - mode->hactive) { in ipu_di_adjust_videomode()
513 mode->hactive); in ipu_di_adjust_videomode()
568 di->id, sig->mode.hactive, sig->mode.vactive); in ipu_di_init_sync_panel()
/linux/drivers/video/fbdev/geode/
H A Ddisplay_gx1.c81 int hactive, hblankstart, hsyncstart, hsyncend, hblankend, htotal; in gx1_set_mode() local
147 hactive = info->var.xres; in gx1_set_mode()
148 hblankstart = hactive; in gx1_set_mode()
161 val = (hactive - 1) | ((htotal - 1) << 16); in gx1_set_mode()
/linux/drivers/gpu/drm/imx/ipuv3/
H A Dipuv3-crtc.c307 if (!IS_ALIGNED(sig_cfg.mode.hactive, 8)) { in ipu_crtc_mode_set_nofb()
308 unsigned int new_hactive = ALIGN(sig_cfg.mode.hactive, 8); in ipu_crtc_mode_set_nofb()
311 sig_cfg.mode.hactive, new_hactive); in ipu_crtc_mode_set_nofb()
313 sig_cfg.mode.hfront_porch -= new_hactive - sig_cfg.mode.hactive; in ipu_crtc_mode_set_nofb()
314 sig_cfg.mode.hactive = new_hactive; in ipu_crtc_mode_set_nofb()
319 imx_crtc_state->bus_format, sig_cfg.mode.hactive); in ipu_crtc_mode_set_nofb()
/linux/drivers/video/
H A Dvideomode.c17 vm->hactive = dt->hactive.typ; in videomode_from_timing()
/linux/drivers/media/i2c/
H A Dbt819.c61 int hactive; member
181 ((timing->hactive >> 8) & 0x03); in bt819_init()
185 init[0x07 * 2 - 1] = timing->hactive & 0xff; in bt819_init()
272 ((timing->hactive >> 8) & 0x03)); in bt819_s_std()
276 bt819_write(decoder, 0x07, timing->hactive & 0xff); in bt819_s_std()
/linux/drivers/gpu/drm/imx/dcss/
H A Ddcss-ss.c130 vm->hactive - 1; in dcss_ss_sync_set()
137 vm->hactive - 1; in dcss_ss_sync_set()
157 de_lrc_x = vm->hsync_len + vm->hback_porch + vm->hactive - 1; in dcss_ss_sync_set()
/linux/drivers/gpu/drm/xen/
H A Dxen_drm_front_conn.c75 videomode.hactive = pipeline->width; in connector_get_modes()
77 width = videomode.hactive + videomode.hfront_porch + in connector_get_modes()
/linux/drivers/video/fbdev/core/
H A Dfbmon.c1025 u32 hactive; member
1159 timings->hactive); in fb_timings_vfreq()
1160 timings->htotal = timings->hactive + timings->hblank; in fb_timings_vfreq()
1170 timings->hactive); in fb_timings_hfreq()
1171 timings->htotal = timings->hactive + timings->hblank; in fb_timings_hfreq()
1178 timings->hactive); in fb_timings_dclk()
1179 timings->htotal = timings->hactive + timings->hblank; in fb_timings_dclk()
1253 timings->hactive = var->xres; in fb_get_mode()
1321 fbmode->xres = vm->hactive; in fb_videomode_from_videomode()
1347 htotal = vm->hactive + vm->hfront_porch + vm->hback_porch + in fb_videomode_from_videomode()
[all …]
/linux/arch/arm/boot/dts/nxp/mxs/
H A Dimx28-tx28.dts327 hactive = <640>;
343 hactive = <640>;
359 hactive = <320>;
375 hactive = <480>;
391 hactive = <800>;
407 hactive = <320>;
H A Dimx28-btt3-2.dts19 hactive = <320>;
/linux/include/video/
H A Dvideomode.h21 u32 hactive; member
/linux/drivers/gpu/drm/
H A Ddrm_modes.c329 unsigned int hactive, in fill_analog_mode() argument
350 hactive, vactive, in fill_analog_mode()
356 if (pixel_clock_hz == 13500000 && hactive > max_hact && hactive <= 720) { in fill_analog_mode()
372 hact_duration_ns = hactive * pixel_duration_ns; in fill_analog_mode()
381 hblk = htotal - hactive; in fill_analog_mode()
452 if (htotal != (hactive + hfp + hslen + hbp)) in fill_analog_mode()
456 mode->hdisplay = hactive; in fill_analog_mode()
1074 dmode->hdisplay = vm->hactive; in drm_display_mode_from_videomode()
1115 vm->hactive = dmode->hdisplay; in drm_display_mode_to_videomode()
1207 np, vm.hactive, vm.vactive, DRM_MODE_ARG(dmode)); in of_get_drm_display_mode()
/linux/arch/arm64/boot/dts/renesas/
H A Dpanel-aa104xd12.dtsi18 hactive = <1024>;
H A Drzg2-advantech-idk-1110wr-panel.dtsi21 hactive = <1024>;
/linux/drivers/gpu/drm/i915/display/
H A Dvlv_dsi.c1022 u16 hactive, hfp, hsync, hbp, vfp, vsync, vbp; in bxt_dsi_get_pipe_config() local
1060 hactive = adjusted_mode->crtc_hdisplay; in bxt_dsi_get_pipe_config()
1089 adjusted_mode->crtc_htotal = hactive + hfp + hsync + hbp; in bxt_dsi_get_pipe_config()
1224 u16 hactive, hfp, hsync, hbp, vfp, vsync, vbp; in set_dsi_timings() local
1226 hactive = adjusted_mode->crtc_hdisplay; in set_dsi_timings()
1232 hactive /= 2; in set_dsi_timings()
1234 hactive += intel_dsi->pixel_overlap; in set_dsi_timings()
1245 hactive = txbyteclkhs(hactive, bpp, lane_count, in set_dsi_timings()
1269 hactive); in set_dsi_timings()
/linux/arch/arm/boot/dts/ti/omap/
H A Domap3-devkit8000-lcd43.dts19 hactive = <480>;
H A Domap3-devkit8000-lcd70.dts19 hactive = <800>;
/linux/Documentation/devicetree/bindings/display/
H A Dwm,wm8505-fb.txt23 hactive = <800>;
/linux/arch/arm/boot/dts/vt8500/
H A Dvt8500-bv07.dts26 hactive = <800>;

123456