Home
last modified time | relevance | path

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

123456

/linux/arch/arm/boot/dts/nxp/imx/
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 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 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 Dimx6ul-tx6ul.dtsi380 hactive = <640>;
396 hactive = <640>;
412 hactive = <320>;
428 hactive = <480>;
444 hactive = <800>;
460 hactive = <800>;
476 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/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/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/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/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-mipi-dbi-spi.yaml60 hactive (width) and vactive (height). The other mandatory panel-timing
158 hactive = <160>;
/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/gpu/drm/i915/display/
H A Dicl_dsi.c321 u16 hactive = adjusted_mode->crtc_hdisplay; in configure_dual_link_mode() local
325 dl_buffer_depth = hactive / 2 + intel_dsi->pixel_overlap; in configure_dual_link_mode()
884 u16 htotal, hactive, hsync_start, hsync_end, hsync_size; in gen11_dsi_set_transcoder_timings() local
903 hactive = adjusted_mode->crtc_hdisplay; in gen11_dsi_set_transcoder_timings()
908 htotal = DIV_ROUND_UP((hactive + 160) * mul, div); in gen11_dsi_set_transcoder_timings()
936 hactive /= 2; in gen11_dsi_set_transcoder_timings()
938 hactive += intel_dsi->pixel_overlap; in gen11_dsi_set_transcoder_timings()
942 /* minimum hactive as per bspec: 256 pixels */ in gen11_dsi_set_transcoder_timings()
944 drm_err(display->drm, "hactive is less then 256 pixels\n"); in gen11_dsi_set_transcoder_timings()
946 /* if RGB666 format, then hactive must be multiple of 4 pixels */ in gen11_dsi_set_transcoder_timings()
[all …]
/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/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()
/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/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddml2_utils.c43 dml_timing_array->HActive[dst_index] = dml_timing_array->HActive[src_index]; in dml2_util_copy_dml_timing()
242 unsigned int hactive, vactive, hblank_start, vblank_start, hblank_end, vblank_end; in populate_pipe_ctx_dlg_params_from_dml() local
245 hactive = timing->h_addressable + timing->h_border_left + timing->h_border_right; in populate_pipe_ctx_dlg_params_from_dml()
261 pipe_ctx->pipe_dlg_param.hactive = hactive; in populate_pipe_ctx_dlg_params_from_dml()
/linux/arch/arm/boot/dts/ti/omap/
H A Dam335x-sbc-t335.dts37 hactive = <800>;
50 hactive = <1024>;
H A Domap3-devkit8000-lcd43.dts19 hactive = <480>;
H A Domap3-devkit8000-lcd70.dts19 hactive = <800>;
/linux/arch/arm64/boot/dts/renesas/
H A Dpanel-aa104xd12.dtsi18 hactive = <1024>;
H A Drzg2-advantech-idk-1110wr-panel.dtsi21 hactive = <1024>;

123456