Home
last modified time | relevance | path

Searched full:hactive (Results 1 – 25 of 224) sorted by relevance

123456789

/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6qdl-tx6-lcd.dtsi115 hactive = <640>;
131 hactive = <640>;
147 hactive = <320>;
163 hactive = <480>;
179 hactive = <800>;
195 hactive = <800>;
211 hactive = <320>;
227 hactive = <800>;
H A Dimx6qdl-tx6-lvds.dtsi132 hactive = <1024>;
146 hactive = <640>;
162 hactive = <1280>;
178 hactive = <800>;
194 hactive = <640>;
225 hactive = <1024>;
239 hactive = <640>;
255 hactive = <1280>;
H A Dimx53-tx53-x03x.dts72 hactive = <640>;
88 hactive = <640>;
104 hactive = <320>;
120 hactive = <480>;
136 hactive = <800>;
152 hactive = <800>;
168 hactive = <320>;
H A Dimx6ul-tx6ul.dtsi410 hactive = <640>;
426 hactive = <640>;
442 hactive = <320>;
458 hactive = <480>;
474 hactive = <800>;
490 hactive = <800>;
506 hactive = <320>;
H A Dimx53-tx53-x13x.dts196 hactive = <1024>;
212 hactive = <1280>;
238 hactive = <1024>;
/linux/drivers/gpu/drm/panel/
H A Dpanel-olimex-lcd-olinuxino.c29 u32 hactive; member
118 lcd_mode->hactive, in lcd_olinuxino_get_modes()
125 mode->hdisplay = lcd_mode->hactive; in lcd_olinuxino_get_modes()
126 mode->hsync_start = lcd_mode->hactive + lcd_mode->hfp; in lcd_olinuxino_get_modes()
127 mode->hsync_end = lcd_mode->hactive + lcd_mode->hfp + in lcd_olinuxino_get_modes()
129 mode->htotal = lcd_mode->hactive + lcd_mode->hfp + in lcd_olinuxino_get_modes()
H A Dpanel-simple.c177 dt->hactive.typ, dt->vactive.typ); in panel_simple_get_timings_modes()
504 if (!PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, hactive) || in panel_simple_parse_panel_timing_node()
827 .hactive = { 800, 800, 800 },
868 .hactive = { 800, 800, 800 },
898 .hactive = { 800, 800, 800 },
1004 .hactive = { 800, 800, 800 },
1104 .hactive = { 1280, 1280, 1280 },
1128 .hactive = { 1920, 1920, 1920 },
1158 .hactive = { 1920, 1920, 1920 },
1213 .hactive = { 1920, 1920, 1920 },
[all …]
/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()
310 dev_warn(ipu_crtc->dev, "8-pixel align hactive %d -> %d\n", 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/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()
512 …dev_err(di->ipu->dev, "hactive %d is not aligned to 8 and front porch is too small to compensate\n… 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_gx.c61 int hactive, hblankstart, hsyncstart, hsyncend, hblankend, htotal; in gx_set_mode() local
129 hactive = info->var.xres; in gx_set_mode()
130 hblankstart = hactive; in gx_set_mode()
143 write_dc(par, DC_H_ACTIVE_TIMING, (hactive - 1) | in gx_set_mode()
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/sprd/
H A Dsprd_dsi.c470 video_size = round_video_size(coding, vm->hactive); in sprd_dsi_dpi_video()
474 hline = vm->hactive + vm->hsync_len + vm->hfront_porch + in sprd_dsi_dpi_video()
516 bytes_per_chunk = vm->hactive * bpp_x100 / 100 + pkt_header; in sprd_dsi_dpi_video()
519 total_bytes = (vm->hactive + vm->hfront_porch) * in sprd_dsi_dpi_video()
534 video_size < vm->hactive; in sprd_dsi_dpi_video()
536 if (vm->hactive * 1000 / video_size % 1000) in sprd_dsi_dpi_video()
539 chunks = vm->hactive / video_size; in sprd_dsi_dpi_video()
563 for (video_size = vm->hactive; in sprd_dsi_dpi_video()
586 u32 hactive = ctx->vm.hactive; in sprd_dsi_edpi_video() local
599 if (max_fifo_len > hactive) in sprd_dsi_edpi_video()
[all …]
/linux/drivers/video/
H A Dvideomode.c17 vm->hactive = dt->hactive.typ; in videomode_from_timing()
/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/Documentation/devicetree/bindings/display/panel/
H A Ddisplay-timings.yaml51 hactive = <1920>;
63 hactive = <1920>;
H A Dpanel-timing.yaml32 | len | porch # | hactive # porch |
64 hactive:
203 - hactive
/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/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>;
/linux/drivers/media/pci/tw68/
H A Dtw68-video.c229 * HACTIVE represent the actual number of pixels in the "usable" image,
233 * HSCALE = (HACTIVE / (#pixels desired)) * 256
255 int hactive, hdelay, hscale; in tw68_set_scale() local
279 hactive = norm->h_stop - norm->h_start + 1; in tw68_set_scale()
281 hscale = (hactive * 256) / (width); in tw68_set_scale()
292 pr_debug("%s: hactive=%d, hdelay=%d, hscale=%d; vactive=%d, vdelay=%d, vscale=%d\n", in tw68_set_scale()
294 hactive, hdelay, hscale, vactive, vdelay, vscale); in tw68_set_scale()
299 ((hactive & 0x300) >> 8); in tw68_set_scale()
301 __func__, comb, vdelay, vactive, hdelay, hactive); in tw68_set_scale()
306 tw_writeb(TW68_HACTIVE_LO, hactive & 0xff); in tw68_set_scale()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h127 unsigned int HActive[],
173 unsigned int HActive[],
218 unsigned int HActive,
258 unsigned int HActive,
294 unsigned int HActive,
316 unsigned int HActive,
324 unsigned int HActive,
/linux/drivers/gpu/drm/bridge/
H A Dtc358775.c388 u32 hback_porch, hsync_len, hfront_porch, hactive, htime1, htime2; in tc_bridge_enable() local
406 hactive = mode->hdisplay; in tc_bridge_enable()
410 htime2 = (hfront_porch << 16) + hactive; in tc_bridge_enable()
450 t1 = hactive * (tc->bpc * 3 / 8) / tc->num_dsi_lanes; in tc_bridge_enable()
451 t2 = ((100000 / clkdiv)) * (hactive + hback_porch + hsync_len + hfront_porch) / 1000; in tc_bridge_enable()
452 t3 = ((t2 * byteclk) / 100) - (hactive * (tc->bpc * 3 / 8) / in tc_bridge_enable()
455 vsdelay = (clkdiv * (t1 + t3) / byteclk) - hback_porch - hsync_len - hactive; in tc_bridge_enable()
H A Dlontium-lt8912b.c286 u32 hactive, h_total, hpw, hfp, hbp; in lt8912_video_setup() local
294 hactive = lt->mode.hactive; in lt8912_video_setup()
298 h_total = hactive + hfp + hpw + hbp; in lt8912_video_setup()
317 ret |= regmap_write(lt->regmap[I2C_CEC_DSI], 0x1c, hactive & 0xff); in lt8912_video_setup()
318 ret |= regmap_write(lt->regmap[I2C_CEC_DSI], 0x1d, hactive >> 8); in lt8912_video_setup()
/linux/drivers/gpu/drm/i915/display/
H A Dicl_dsi.c304 u16 hactive = adjusted_mode->crtc_hdisplay; in configure_dual_link_mode() local
308 dl_buffer_depth = hactive / 2 + intel_dsi->pixel_overlap; in configure_dual_link_mode()
852 u16 htotal, hactive, hsync_start, hsync_end, hsync_size; in gen11_dsi_set_transcoder_timings() local
871 hactive = adjusted_mode->crtc_hdisplay; in gen11_dsi_set_transcoder_timings()
876 htotal = DIV_ROUND_UP((hactive + 160) * mul, div); in gen11_dsi_set_transcoder_timings()
904 hactive /= 2; in gen11_dsi_set_transcoder_timings()
906 hactive += intel_dsi->pixel_overlap; in gen11_dsi_set_transcoder_timings()
910 /* minimum hactive as per bspec: 256 pixels */ in gen11_dsi_set_transcoder_timings()
912 drm_err(&dev_priv->drm, "hactive is less then 256 pixels\n"); in gen11_dsi_set_transcoder_timings()
914 /* if RGB666 format, then hactive must be multiple of 4 pixels */ in gen11_dsi_set_transcoder_timings()
[all …]
/linux/drivers/gpu/drm/exynos/
H A Dexynos_drm_mic.c170 MIC_V_PERIOD_LINE(vm.hsync_len + vm.hactive + in mic_set_porch_timing()
184 reg = MIC_IMG_H_SIZE(vm->hactive) + in mic_set_img_size()
195 DRM_DEV_DEBUG(mic->dev, "w: %u, h: %u\n", vm.hactive, vm.vactive); in mic_set_output_timing()
196 bs_size_2d = ((vm.hactive >> 2) << 1) + (vm.vactive % 4); in mic_set_output_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()

123456789