Home
last modified time | relevance | path

Searched full:hactive (Results 1 – 25 of 140) 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 Dimx53-tx53-x13x.dts152 hactive = <1024>;
168 hactive = <1280>;
194 hactive = <1024>;
H A Dimx6q-var-mx6customboard.dts28 hactive = <800>;
53 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/
H A Dvideomode.c17 vm->hactive = dt->hactive.typ; in videomode_from_timing()
/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/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
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/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/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,
H A Ddisplay_mode_vba_util_32.c438 unsigned int HActive[], in dml32_CalculateSwathAndDETConfiguration()
501 HActive, in dml32_CalculateSwathAndDETConfiguration()
705 unsigned int HActive[], in dml32_CalculateSwathWidth()
754 dml_round(HActive[k] / 4.0 * HRatio[k])); in dml32_CalculateSwathWidth()
757 dml_round(HActive[k] / 2.0 * HRatio[k])); in dml32_CalculateSwathWidth()
766 dml_print("DML::%s: k=%d HActive=%d\n", __func__, k, HActive[k]); in dml32_CalculateSwathWidth()
1183 unsigned int HActive, in dml32_CalculateODMMode() argument
1232 (DSCEnable && (HActive > 2 * MaximumPixelsPerLinePerDSCUnit)) in dml32_CalculateODMMode()
1244 (DSCEnable && (HActive > MaximumPixelsPerLinePerDSCUnit)) in dml32_CalculateODMMode()
1259 if (OutFormat == dm_420 && HActive > DCN32_MAX_FMT_420_BUFFER_WIDTH && in dml32_CalculateODMMode()
[all …]
/linux/drivers/gpu/drm/bridge/
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/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.c1023 u32 hactive; member
1157 timings->hactive); in fb_timings_vfreq()
1158 timings->htotal = timings->hactive + timings->hblank; in fb_timings_vfreq()
1168 timings->hactive); in fb_timings_hfreq()
1169 timings->htotal = timings->hactive + timings->hblank; in fb_timings_hfreq()
1176 timings->hactive); in fb_timings_dclk()
1177 timings->htotal = timings->hactive + timings->hblank; in fb_timings_dclk()
1251 timings->hactive = var->xres; in fb_get_mode()
1319 fbmode->xres = vm->hactive; in fb_videomode_from_videomode()
1345 htotal = vm->hactive + vm->hfront_porch + vm->hback_porch + in fb_videomode_from_videomode()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2/
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()
260 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>;
/linux/arch/arm64/boot/dts/renesas/
H A Dpanel-aa104xd12.dtsi18 hactive = <1024>;
H A Drzg2-advantech-idk-1110wr-panel.dtsi21 hactive = <1024>;
/linux/arch/arm/boot/dts/renesas/
H A Dr8a77xx-aa121td01-panel.dtsi19 hactive = <1280>;

123456